@kitsy/cnos-cli 1.1.1 → 1.1.2
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
|
@@ -1923,7 +1923,7 @@ async function runValidate(options = {}) {
|
|
|
1923
1923
|
// package.json
|
|
1924
1924
|
var package_default = {
|
|
1925
1925
|
name: "@kitsy/cnos-cli",
|
|
1926
|
-
version: "1.1.
|
|
1926
|
+
version: "1.1.2",
|
|
1927
1927
|
description: "CLI entry point and developer tooling for CNOS.",
|
|
1928
1928
|
type: "module",
|
|
1929
1929
|
main: "./dist/index.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitsy/cnos-cli",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
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.1.
|
|
39
|
+
"@kitsy/cnos": "1.1.2"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "tsup src/index.ts --format esm --dts",
|