fix(release): follow the workspace protocol in the invariant fixture and knip config

The package-invariant spec built its fixture with the range the rule no longer
accepts. knip stopped needing the tar ignore entry once the tarball helpers
became the one place that spawns it.
This commit is contained in:
imccyu
2026-08-11 01:01:40 +08:00
parent 787443b13f
commit bcc4890038
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -9,7 +9,6 @@
"musl-gcc",
"python3",
"sandbox-exec",
"tar",
"taskkill",
"where.exe"
],
+1 -1
View File
@@ -49,7 +49,7 @@ function fixture(options: {
},
files: ['lib/index.js', 'lib/invariant.js'],
peerDependencies: options.invariantDependency === false ? {} : {
'@deepseek-ai/dsh-invariants': '^0.0.1',
'@deepseek-ai/dsh-invariants': 'workspace:^',
},
devDependencies: options.invariantDependency === false ? {} : {
'@deepseek-ai/dsh-invariants': 'workspace:^',