@cms-lab/cli 1.0.1 → 1.0.4

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
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runCli
4
- } from "./chunk-JHH7PD4C.js";
4
+ } from "./chunk-A2CHTMQR.js";
5
5
 
6
6
  // src/bin.ts
7
7
  var exitCode = await runCli(process.argv.slice(2));
@@ -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.1").exitOverride().configureOutput({
222
+ const program = new Command().name("cms-lab").description("Catch CMS bugs before deploy.").version("1.0.4").exitOverride().configureOutput({
223
223
  writeOut: (text) => writeStdout(dependencies, text),
224
224
  writeErr: (text) => writeStderr(dependencies, text)
225
225
  });
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  runCli
3
- } from "./chunk-JHH7PD4C.js";
3
+ } from "./chunk-A2CHTMQR.js";
4
4
  export {
5
5
  runCli
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cms-lab/cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.4",
4
4
  "type": "module",
5
5
  "description": "Catch CMS bugs before deploy.",
6
6
  "license": "MIT",
@@ -9,7 +9,7 @@
9
9
  "url": "git+https://github.com/i-afaqrashid/cms-lab.git",
10
10
  "directory": "packages/cli"
11
11
  },
12
- "homepage": "https://cms-lab.dev",
12
+ "homepage": "https://cmslab.afaqrashid.com",
13
13
  "bugs": {
14
14
  "url": "https://github.com/i-afaqrashid/cms-lab/issues"
15
15
  },
@@ -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.1",
49
- "@cms-lab/directus": "1.0.1",
50
- "@cms-lab/next": "1.0.1",
51
- "@cms-lab/reporter": "1.0.1",
52
- "@cms-lab/strapi": "1.0.1",
53
- "@cms-lab/wordpress": "1.0.1",
54
- "@cms-lab/prismic": "1.0.1"
48
+ "@cms-lab/core": "1.0.4",
49
+ "@cms-lab/directus": "1.0.4",
50
+ "@cms-lab/next": "1.0.4",
51
+ "@cms-lab/reporter": "1.0.4",
52
+ "@cms-lab/prismic": "1.0.4",
53
+ "@cms-lab/wordpress": "1.0.4",
54
+ "@cms-lab/strapi": "1.0.4"
55
55
  },
56
56
  "author": "Afaq Rashid",
57
57
  "scripts": {