@kitsy/cnos-cli 1.10.0 → 1.11.0

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -6139,7 +6139,7 @@ async function runValidate(options = {}) {
6139
6139
  // package.json
6140
6140
  var package_default = {
6141
6141
  name: "@kitsy/cnos-cli",
6142
- version: "1.10.0",
6142
+ version: "1.11.0",
6143
6143
  description: "CLI entry point and developer tooling for CNOS.",
6144
6144
  type: "module",
6145
6145
  main: "./dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitsy/cnos-cli",
3
- "version": "1.10.0",
3
+ "version": "1.11.0",
4
4
  "description": "CLI entry point and developer tooling for CNOS.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -37,8 +37,8 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "smol-toml": "^1.4.2",
40
- "@kitsy/cnos-ui": "1.10.0",
41
- "@kitsy/cnos": "1.10.0"
40
+ "@kitsy/cnos-ui": "1.11.0",
41
+ "@kitsy/cnos": "1.11.0"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "tsup src/index.ts --format esm --dts",