@kitsy/cnos-cli 1.8.3 → 1.8.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/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -4334,7 +4334,7 @@ async function runValidate(options = {}) {
|
|
|
4334
4334
|
// package.json
|
|
4335
4335
|
var package_default = {
|
|
4336
4336
|
name: "@kitsy/cnos-cli",
|
|
4337
|
-
version: "1.8.
|
|
4337
|
+
version: "1.8.4",
|
|
4338
4338
|
description: "CLI entry point and developer tooling for CNOS.",
|
|
4339
4339
|
type: "module",
|
|
4340
4340
|
main: "./dist/index.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitsy/cnos-cli",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.4",
|
|
4
4
|
"description": "CLI entry point and developer tooling for CNOS.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"smol-toml": "^1.4.2",
|
|
40
|
-
"@kitsy/cnos": "1.8.
|
|
40
|
+
"@kitsy/cnos": "1.8.4"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "tsup src/index.ts --format esm --dts",
|