@kitsy/cnos-cli 1.10.0 → 1.11.1
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/index.js +1 -1
- 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.
|
|
6142
|
+
version: "1.11.1",
|
|
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.
|
|
3
|
+
"version": "1.11.1",
|
|
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
|
|
41
|
-
"@kitsy/cnos": "1.
|
|
40
|
+
"@kitsy/cnos": "1.11.1",
|
|
41
|
+
"@kitsy/cnos-ui": "1.11.1"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"build": "tsup src/index.ts --format esm --dts",
|