fix(release): sdk-playground version + pin Docker bun + skip private in verify

- Add missing version field to sdk-playground/package.json (broke pnpm pack)
- Skip private packages in verify-packed-manifests (prevent recurrence)
- Pin bun v1.3.13 in Dockerfile.test (1.3.14 produces different lockfile)
This commit is contained in:
Miguel Ángel
2026-06-15 13:06:24 +00:00
parent e2e13f1e6c
commit 3f3293da86
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
{
"name": "@hyperframes/sdk-playground",
"version": "0.6.99",
"private": true,
"type": "module",
"scripts": {