@knowzai/cli 0.5.0 → 0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knowzai/cli",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Knowz CLI — direct-to-API client for knowledge, vaults, search, chat, local sync, and indexing.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -15,13 +15,13 @@
15
15
  "dependencies": {
16
16
  "@inquirer/prompts": "^7.10.1",
17
17
  "@hono/node-server": "^1.19.14",
18
- "@knowzai/api-client": "0.5.0",
19
- "@knowzai/core": "0.5.0",
20
- "@knowzai/crypto": "0.5.0",
21
- "@knowzai/indexer": "0.5.0",
22
- "@knowzai/local-store": "0.5.0",
23
- "@knowzai/types": "0.5.0",
24
- "@knowzai/web": "0.5.0",
18
+ "@knowzai/api-client": "0.5.1",
19
+ "@knowzai/core": "0.5.1",
20
+ "@knowzai/crypto": "0.5.1",
21
+ "@knowzai/indexer": "0.5.1",
22
+ "@knowzai/local-store": "0.5.1",
23
+ "@knowzai/types": "0.5.1",
24
+ "@knowzai/web": "0.5.1",
25
25
  "@oclif/core": "^4.2.6",
26
26
  "chalk": "^4.1.2",
27
27
  "hono": "^4.12.31"
@@ -135,7 +135,7 @@
135
135
  "build": "node scripts/sync-portable-assets.mjs && node scripts/sync-selfhosted-assets.mjs && tsc -b && node scripts/gen-manifest.mjs",
136
136
  "gen:manifest": "node scripts/gen-manifest.mjs",
137
137
  "gen:skill": "node scripts/gen-skill.mjs",
138
- "check:skill": "node scripts/gen-skill.mjs --check",
138
+ "check:skill": "node ../../scripts/skill-distribution.mjs --repo-only --manifest ../../releases/0.5.0/oclif.manifest.json --release-descriptor ../../releases/0.5.0/release.json",
139
139
  "sync:portable-assets": "node scripts/sync-portable-assets.mjs",
140
140
  "sync:selfhosted-assets": "node scripts/sync-selfhosted-assets.mjs"
141
141
  }