@kitsy/cnos-cli 1.5.0 → 1.5.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
|
@@ -3343,7 +3343,7 @@ async function runValidate(options = {}) {
|
|
|
3343
3343
|
// package.json
|
|
3344
3344
|
var package_default = {
|
|
3345
3345
|
name: "@kitsy/cnos-cli",
|
|
3346
|
-
version: "1.5.
|
|
3346
|
+
version: "1.5.1",
|
|
3347
3347
|
description: "CLI entry point and developer tooling for CNOS.",
|
|
3348
3348
|
type: "module",
|
|
3349
3349
|
main: "./dist/index.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitsy/cnos-cli",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.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.5.
|
|
39
|
+
"@kitsy/cnos": "1.5.1"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "tsup src/index.ts --format esm --dts",
|