Compare commits

..

No commits in common. "07c60bc08f4a69656af471d290f3c38f7868da40" and "ee6ef75765db6bf6bde7ac00d5761f3372bc32f2" have entirely different histories.

2 changed files with 8 additions and 12 deletions

16
package-lock.json generated
View File

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

View File

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