byr-pt-cli 0.1.1 → 0.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "byr-pt-cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "private": false,
5
5
  "description": "BYR CLI with OpenClaw-friendly JSON contract",
6
6
  "license": "MIT",
@@ -21,11 +21,11 @@
21
21
  }
22
22
  },
23
23
  "dependencies": {
24
- "@onemoreproduct/cli-core": "^0.1.0"
24
+ "clawkit-cli-core": "^0.1.0"
25
25
  },
26
26
  "scripts": {
27
27
  "build": "tsdown src/index.ts src/cli.ts src/domain/client.ts src/domain/types.ts src/commands/download.ts src/commands/get.ts src/commands/search.ts --format esm --dts",
28
- "test": "pnpm --filter @onemoreproduct/cli-core build && vitest run",
28
+ "test": "pnpm --filter clawkit-cli-core build && vitest run",
29
29
  "test:live": "tsx ./scripts/test-live.ts",
30
30
  "typecheck": "tsc --project tsconfig.json --noEmit",
31
31
  "check": "pnpm typecheck && pnpm test",