@zodic/shared 0.0.420 → 0.0.421

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 (2) hide show
  1. package/package.json +1 -1
  2. package/release.ts +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zodic/shared",
3
- "version": "0.0.420",
3
+ "version": "0.0.421",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {
package/release.ts CHANGED
@@ -99,8 +99,8 @@ if (!found) {
99
99
  }
100
100
 
101
101
  // Give bun's registry a moment to catch up with npm
102
- console.log("\n⏳ Waiting 5s for bun registry propagation...");
103
- await new Promise((resolve) => setTimeout(resolve, 5000));
102
+ console.log("\n⏳ Waiting 12s for bun registry propagation...");
103
+ await new Promise((resolve) => setTimeout(resolve, 12000));
104
104
 
105
105
  // ─── Step 6: Run `bun upshare` in all zodic- workers ─────────────────────────
106
106