@tokensapi/dsh-progressive-tools 0.1.0 → 0.1.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/CHANGELOG.md +8 -0
- package/package.json +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@ All notable changes to this project are documented here. The format follows
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [Tokens 0.1.1] - 2026-08-29
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- Removed the install-time `prepare` lifecycle script so managed plugin
|
|
14
|
+
markets can verify and install the prebuilt package without executing
|
|
15
|
+
package scripts on user machines.
|
|
16
|
+
|
|
9
17
|
## [Tokens 0.1.0] - 2026-08-28
|
|
10
18
|
|
|
11
19
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tokensapi/dsh-progressive-tools",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "TokensCowork cache-stable progressive tool discovery and dispatch for DeepSeek Harness",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -33,7 +33,6 @@
|
|
|
33
33
|
"audit:session": "node scripts/audit-session.mjs",
|
|
34
34
|
"check": "node --check scripts/audit-session.mjs && pnpm run typecheck && pnpm run lint && pnpm run test && pnpm run build && pnpm run publint",
|
|
35
35
|
"publint": "publint",
|
|
36
|
-
"prepare": "pnpm run build",
|
|
37
36
|
"prepack": "pnpm run check"
|
|
38
37
|
},
|
|
39
38
|
"engines": {
|