@cms-lab/cli 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/bin.js
CHANGED
|
@@ -219,7 +219,7 @@ var noColor = {
|
|
|
219
219
|
// src/index.ts
|
|
220
220
|
async function runCli(argv, dependencies = {}) {
|
|
221
221
|
let exitCode = 0;
|
|
222
|
-
const program = new Command().name("cms-lab").description("Catch CMS bugs before deploy.").version("1.0.
|
|
222
|
+
const program = new Command().name("cms-lab").description("Catch CMS bugs before deploy.").version("1.0.3").exitOverride().configureOutput({
|
|
223
223
|
writeOut: (text) => writeStdout(dependencies, text),
|
|
224
224
|
writeErr: (text) => writeStderr(dependencies, text)
|
|
225
225
|
});
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cms-lab/cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Catch CMS bugs before deploy.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,13 +45,13 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"commander": "^14.0.2",
|
|
47
47
|
"picocolors": "^1.1.1",
|
|
48
|
-
"@cms-lab/core": "1.0.
|
|
49
|
-
"@cms-lab/
|
|
50
|
-
"@cms-lab/next": "1.0.
|
|
51
|
-
"@cms-lab/reporter": "1.0.
|
|
52
|
-
"@cms-lab/
|
|
53
|
-
"@cms-lab/
|
|
54
|
-
"@cms-lab/
|
|
48
|
+
"@cms-lab/core": "1.0.3",
|
|
49
|
+
"@cms-lab/prismic": "1.0.3",
|
|
50
|
+
"@cms-lab/next": "1.0.3",
|
|
51
|
+
"@cms-lab/reporter": "1.0.3",
|
|
52
|
+
"@cms-lab/directus": "1.0.3",
|
|
53
|
+
"@cms-lab/strapi": "1.0.3",
|
|
54
|
+
"@cms-lab/wordpress": "1.0.3"
|
|
55
55
|
},
|
|
56
56
|
"author": "Afaq Rashid",
|
|
57
57
|
"scripts": {
|