juxscript 1.1.353 → 1.1.354

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 +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "juxscript",
3
- "version": "1.1.353",
3
+ "version": "1.1.354",
4
4
  "type": "module",
5
5
  "description": "A JavaScript UX authorship platform",
6
6
  "main": "./dist/lib/index.js",
@@ -43,6 +43,9 @@
43
43
  "scripts": {
44
44
  "build": "tsc",
45
45
  "dev": "tsc --watch",
46
+ "test": "node scripts/run-wrap-tests.js && node scripts/run-tests.js",
47
+ "test:reacts": "node scripts/run-tests.js",
48
+ "test:wrap": "node scripts/run-wrap-tests.js",
46
49
  "prepublishOnly": "npm run scan-css && npm run build",
47
50
  "postpublish": "echo '✅ Published successfully. Verify with: npm info juxscript'",
48
51
  "scan-css": "node scripts/scan-css-classes.js",