Compare commits

...

3 Commits

Author SHA1 Message Date
Frédéric Matte 07c60bc08f Update chalk 2025-06-02 19:02:04 -04:00
Frédéric Matte 17ce51ff80 Add bin part 2 2025-06-02 19:01:21 -04:00
Frédéric Matte a2787c623d Bump version 2025-06-02 19:01:08 -04:00
2 changed files with 12 additions and 8 deletions

16
package-lock.json generated
View File

@ -1,21 +1,25 @@
{
"name": "metaltest",
"version": "1.4.0",
"version": "1.5.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "metaltest",
"version": "1.4.0",
"version": "1.5.0",
"license": "AGPL-3.0-or-later",
"dependencies": {
"chalk": "^5.3.0"
"chalk": "^5.4.1"
},
"bin": {
"metaltest": "cli/suite.js"
}
},
"node_modules/chalk": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
"license": "MIT",
"engines": {
"node": "^12.17.0 || ^14.13 || >=16.0.0"
},

View File

@ -1,6 +1,6 @@
{
"name": "metaltest",
"version": "1.4.0",
"version": "1.5.0",
"description": "Clone of baretest with reporting",
"type": "module",
"exports": "./index.js",
@ -15,6 +15,6 @@
"author": "Frédéric Matte <fmatte@gmail.com>",
"license": "AGPL-3.0-or-later",
"dependencies": {
"chalk": "^5.3.0"
"chalk": "^5.4.1"
}
}