@cms-lab/cli 1.0.8 → 1.0.9

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/README.md CHANGED
@@ -64,6 +64,12 @@ Create `cms-lab.config.ts` in the target Next.js project. Import
64
64
 
65
65
  See the repository README for full setup, CI, and live Prismic testing.
66
66
 
67
+ ## Release History
68
+
69
+ See the repository [changelog](https://github.com/i-afaqrashid/cms-lab/blob/main/CHANGELOG.md)
70
+ and [GitHub Releases](https://github.com/i-afaqrashid/cms-lab/releases) for
71
+ version-by-version notes.
72
+
67
73
  ## Open Source
68
74
 
69
75
  MIT licensed. See the repository [license](https://github.com/i-afaqrashid/cms-lab/blob/main/LICENSE), [contributing guide](https://github.com/i-afaqrashid/cms-lab/blob/main/CONTRIBUTING.md), and [support guide](https://github.com/i-afaqrashid/cms-lab/blob/main/SUPPORT.md).
package/dist/bin.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runCli
4
- } from "./chunk-N5Q575NL.js";
4
+ } from "./chunk-OD4Y6SFQ.js";
5
5
 
6
6
  // src/bin.ts
7
7
  var exitCode = await runCli(process.argv.slice(2));
@@ -513,7 +513,7 @@ var noColor = {
513
513
  // src/index.ts
514
514
  async function runCli(argv, dependencies = {}) {
515
515
  let exitCode = 0;
516
- const program = new Command().name("cms-lab").description("Catch CMS bugs before deploy.").version("1.0.8").exitOverride().configureOutput({
516
+ const program = new Command().name("cms-lab").description("Catch CMS bugs before deploy.").version("1.0.9").exitOverride().configureOutput({
517
517
  writeOut: (text) => writeStdout(dependencies, text),
518
518
  writeErr: (text) => writeStderr(dependencies, text)
519
519
  });
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  runCli
3
- } from "./chunk-N5Q575NL.js";
3
+ } from "./chunk-OD4Y6SFQ.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.8",
3
+ "version": "1.0.9",
4
4
  "type": "module",
5
5
  "description": "Catch CMS bugs before deploy.",
6
6
  "license": "MIT",
@@ -47,15 +47,15 @@
47
47
  "dependencies": {
48
48
  "commander": "^14.0.2",
49
49
  "picocolors": "^1.1.1",
50
- "@cms-lab/contentful": "1.0.8",
51
- "@cms-lab/directus": "1.0.8",
52
- "@cms-lab/next": "1.0.8",
53
- "@cms-lab/prismic": "1.0.8",
54
- "@cms-lab/core": "1.0.8",
55
- "@cms-lab/sanity": "1.0.8",
56
- "@cms-lab/strapi": "1.0.8",
57
- "@cms-lab/reporter": "1.0.8",
58
- "@cms-lab/wordpress": "1.0.8"
50
+ "@cms-lab/contentful": "1.0.9",
51
+ "@cms-lab/prismic": "1.0.9",
52
+ "@cms-lab/directus": "1.0.9",
53
+ "@cms-lab/next": "1.0.9",
54
+ "@cms-lab/reporter": "1.0.9",
55
+ "@cms-lab/sanity": "1.0.9",
56
+ "@cms-lab/strapi": "1.0.9",
57
+ "@cms-lab/wordpress": "1.0.9",
58
+ "@cms-lab/core": "1.0.9"
59
59
  },
60
60
  "author": "Afaq Rashid",
61
61
  "scripts": {