dskcode 0.1.39 → 0.1.41

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": "dskcode",
3
- "version": "0.1.39",
3
+ "version": "0.1.41",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/Awu12277/deepseek-agent-cli/tree/main"
@@ -36,9 +36,8 @@
36
36
  "lint:fix": "oxlint --fix src/ tests/",
37
37
  "format": "prettier --write src/ tests/",
38
38
  "format:check": "prettier --check src/ tests/",
39
- "test": "vitest run",
40
- "test:watch": "vitest",
41
- "test:coverage": "vitest run --coverage",
39
+ "test": "vitest run --exclude 'tests/checkpoint.test.ts' --exclude 'tests/session-rewind.test.ts'",
40
+ "test:checkpoint": "vitest run tests/checkpoint.test.ts tests/session-rewind.test.ts",
42
41
  "prepublishOnly": "npm run build && npm run test"
43
42
  },
44
43
  "dependencies": {
@@ -49,7 +48,8 @@
49
48
  "ink": "^7.1.0",
50
49
  "ink-spinner": "^5.0.0",
51
50
  "ink-text-input": "^6.0.0",
52
- "react": "^19.2.7"
51
+ "react": "^19.2.7",
52
+ "zod": "^3.25.76"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/node": "^22.14.0",