@genesislcap/foundation-rapid-cdn 14.433.0 → 14.433.1

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-rapid-cdn",
3
3
  "description": "Side-effecting CDN bundle that auto-registers the Rapid Design System. Intended for AI/prototyping tools (e.g. Claude Artifacts), not for production apps.",
4
- "version": "14.433.0",
4
+ "version": "14.433.1",
5
5
  "sideEffects": true,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "unpkg": "dist/foundation-rapid-cdn.iife.min.js",
@@ -27,11 +27,11 @@
27
27
  "test:browser:react": "npx -y http-server . -p 4322 -c-1 -o /test/react.html"
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/genx": "14.433.0",
31
- "@genesislcap/rollup-builder": "14.433.0"
30
+ "@genesislcap/genx": "14.433.1",
31
+ "@genesislcap/rollup-builder": "14.433.1"
32
32
  },
33
33
  "dependencies": {
34
- "@genesislcap/rapid-design-system": "14.433.0"
34
+ "@genesislcap/rapid-design-system": "14.433.1"
35
35
  },
36
36
  "repository": {
37
37
  "type": "git",
@@ -47,5 +47,5 @@
47
47
  "README.md",
48
48
  "components.md"
49
49
  ],
50
- "gitHead": "0ddedcdfa75d7b64b9c7b1397dcfa3008e23cd04"
50
+ "gitHead": "320ccc8baed03cd24394a913aed3ae72e1d24991"
51
51
  }