@jxrstudios/jxr 1.2.22 → 1.2.25

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 +28 -0
  2. package/package.json +2 -2
package/bin/jxr.js CHANGED
@@ -206,6 +206,34 @@ if (command === "init") {
206
206
  <title>JXR.js — Edge OS Runtime Framework</title>
207
207
  <meta name="description" content="JXR.js is the next-generation edge runtime framework for React Native and React. MoQ transport, Web Crypto, Worker pools.">
208
208
 
209
+ <!-- Import Map for External Dependencies -->
210
+ <script type="importmap">
211
+ {
212
+ "imports": {
213
+ "react": "https://esm.sh/react@19",
214
+ "react/": "https://esm.sh/react@19/",
215
+ "react-dom/client": "https://esm.sh/react-dom@19/client",
216
+ "react-dom/": "https://esm.sh/react-dom@19/",
217
+ "react/jsx-runtime": "https://esm.sh/react@19/jsx-runtime",
218
+ "react/jsx-dev-runtime": "https://esm.sh/react@19/jsx-dev-runtime",
219
+ "wouter": "https://esm.sh/wouter",
220
+ "lucide-react": "https://esm.sh/lucide-react",
221
+ "sonner": "https://esm.sh/sonner",
222
+ "next-themes": "https://esm.sh/next-themes",
223
+ "framer-motion": "https://esm.sh/framer-motion",
224
+ "motion-dom": "https://esm.sh/motion-dom",
225
+ "@radix-ui/react-dialog": "https://esm.sh/@radix-ui/react-dialog",
226
+ "@radix-ui/react-tooltip": "https://esm.sh/@radix-ui/react-tooltip",
227
+ "@radix-ui/react-slot": "https://esm.sh/@radix-ui/react-slot",
228
+ "clsx": "https://esm.sh/clsx",
229
+ "tailwind-merge": "https://esm.sh/tailwind-merge",
230
+ "class-variance-authority": "https://esm.sh/class-variance-authority",
231
+ "tailwindcss": "https://esm.sh/tailwindcss",
232
+ "tw-animate-css": "https://esm.sh/tw-animate-css"
233
+ }
234
+ }
235
+ </script>
236
+
209
237
  <!-- Google Fonts -->
210
238
  <link rel="preconnect" href="https://fonts.googleapis.com">
211
239
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jxrstudios/jxr",
3
- "version": "1.2.22",
3
+ "version": "1.2.25",
4
4
  "description": "JXR.js — Edge OS Runtime Framework for elite developers",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -50,12 +50,12 @@
50
50
  },
51
51
  "dependencies": {
52
52
  "@babel/standalone": "^7.29.1",
53
+ "esbuild": "^0.25.12",
53
54
  "nanoid": "^5.1.5"
54
55
  },
55
56
  "devDependencies": {
56
57
  "@types/babel__standalone": "^7.1.9",
57
58
  "@types/node": "^24.7.0",
58
- "esbuild": "^0.25.12",
59
59
  "typescript": "5.6.3"
60
60
  }
61
61
  }