@instantkom/cli 3.150.0 → 3.151.0
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/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +1596 -1596
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instantkom/cli",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.151.0",
|
|
4
4
|
"description": "instantKOM CLI (ikm)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"check:command-coverage": "node scripts/check-command-coverage.js",
|
|
39
39
|
"check:exit-codes": "node scripts/check-exit-codes.js",
|
|
40
40
|
"check:types-sync": "node scripts/check-types-sync.js",
|
|
41
|
-
"check:all": "
|
|
41
|
+
"check:all": "node scripts/check-all.js",
|
|
42
42
|
"packaging:manifests": "node scripts/render-package-manifests.js",
|
|
43
43
|
"test": "vitest run --config vitest.workspace.ts",
|
|
44
44
|
"test:watch": "vitest --config vitest.workspace.ts",
|