@urun-sh/next 0.2.33 → 0.2.34

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@urun-sh/next",
3
- "version": "0.2.33",
3
+ "version": "0.2.34",
4
4
  "description": "Next.js on-ramp for uRun scoped client tokens — a fully-built token route in one import and one line.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,7 +32,7 @@
32
32
  "dist"
33
33
  ],
34
34
  "scripts": {
35
- "build": "tsup && node ../../scripts/sanitize-dist.mjs .",
35
+ "build": "tsup && node ../../scripts/sanitize-dist.mjs . && node scripts/check-dist-yjs-free.mjs",
36
36
  "prepack": "pnpm build",
37
37
  "test": "vitest run",
38
38
  "dev": "tsup --watch"