@kitsy/cnos-cli 1.6.0 → 1.6.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 +2 -2
package/dist/index.js
CHANGED
|
@@ -3501,7 +3501,7 @@ async function runValidate(options = {}) {
|
|
|
3501
3501
|
// package.json
|
|
3502
3502
|
var package_default = {
|
|
3503
3503
|
name: "@kitsy/cnos-cli",
|
|
3504
|
-
version: "1.6.
|
|
3504
|
+
version: "1.6.1",
|
|
3505
3505
|
description: "CLI entry point and developer tooling for CNOS.",
|
|
3506
3506
|
type: "module",
|
|
3507
3507
|
main: "./dist/index.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitsy/cnos-cli",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.1",
|
|
4
4
|
"description": "CLI entry point and developer tooling for CNOS.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@kitsy/cnos": "1.6.
|
|
39
|
+
"@kitsy/cnos": "1.6.1"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "tsup src/index.ts --format esm --dts",
|