@jxrstudios/jxr 1.2.24 → 1.2.26

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/bin/jxr.js +1 -5
  2. package/package.json +1 -1
package/bin/jxr.js CHANGED
@@ -144,11 +144,7 @@ if (command === "init") {
144
144
  }),
145
145
  },
146
146
  external: [
147
- "react", "react/jsx-runtime", "react/jsx-dev-runtime", "react-dom/client",
148
- "wouter", "lucide-react", "sonner", "next-themes", "framer-motion", "motion-dom",
149
- "@radix-ui/react-dialog", "@radix-ui/react-tooltip", "@radix-ui/react-slot",
150
- "clsx", "tailwind-merge", "class-variance-authority",
151
- "tailwindcss", "tw-animate-css",
147
+ // Bundle React to avoid hooks mismatch with external CDN
152
148
  ...(platform === "cloudflare-worker" ? ["__STATIC_CONTENT_MANIFEST"] : []),
153
149
  ],
154
150
  alias: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jxrstudios/jxr",
3
- "version": "1.2.24",
3
+ "version": "1.2.26",
4
4
  "description": "JXR.js — Edge OS Runtime Framework for elite developers",
5
5
  "type": "module",
6
6
  "license": "MIT",