@aikdna/kdna-cli 0.20.0 → 0.20.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aikdna/kdna-cli",
3
- "version": "0.20.0",
3
+ "version": "0.20.1",
4
4
  "description": "KDNA CLI — runtime control plane for verifying, installing, loading, comparing, publishing, and auditing existing .kdna assets.",
5
5
  "type": "commonjs",
6
6
  "bin": {
@@ -52,7 +52,8 @@
52
52
  },
53
53
  "optionalDependencies": {
54
54
  "ajv": "^8.17.1",
55
- "ajv-formats": "^3.0.1"
55
+ "ajv-formats": "^3.0.1",
56
+ "cbor-x": "^1.6.4"
56
57
  },
57
58
  "devDependencies": {
58
59
  "@eslint/js": "^9.39.0",
@@ -307,6 +307,7 @@ function buildZip(entries) {
307
307
  }
308
308
 
309
309
  module.exports = {
310
+ buildZip,
310
311
  cmdProtect,
311
312
  cmdUnlock,
312
313
  cmdRecover,