fix(release): align new package versions with the 0.1.1-rc.2 root

This commit is contained in:
imccyu
2026-08-21 20:35:48 +08:00
parent 4e6937064c
commit 311aaed2e5
3 changed files with 3 additions and 3 deletions
@@ -1,7 +1,7 @@
{
"name": "@deepseek-ai/dsh-experimental-webworker-packer",
"description": "Build-time packer for the browser runtime's VFS image: materializes a profile's package closure into one gzip-compressed tar the worker mounts, with every module body pre-transformed",
"version": "0.1.0-rc.8",
"version": "0.1.1-rc.2",
"private": true,
"repository": {
"type": "git",
@@ -1,7 +1,7 @@
{
"name": "@deepseek-ai/dsh-experimental-webworker-runtime",
"description": "Browser-only harness runtime: in-memory VFS, module transform and loader, postMessage tunnel, and the dedicated Web Worker assembly, with the Node-compatibility layer that lets the host tree run unchanged",
"version": "0.1.0-rc.8",
"version": "0.1.1-rc.2",
"private": true,
"repository": {
"type": "git",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@deepseek-ai/dsh-util-crypto",
"description": "Zero-dependency crypto-adjacent helpers usable in every context (browser, worker, Node) including insecure origins: v4 UUID minting over crypto.getRandomValues today, room for siblings",
"version": "0.1.0-rc.8",
"version": "0.1.1-rc.2",
"publishConfig": {
"access": "public"
},