@gamelearn/arcade-components 3.9.9 → 3.10.0

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
@@ -2,7 +2,7 @@
2
2
  "name": "@gamelearn/arcade-components",
3
3
  "author": "Gamelearn",
4
4
  "license": "unlicense",
5
- "version": "3.9.9",
5
+ "version": "3.10.0",
6
6
  "type": "module",
7
7
  "files": [
8
8
  "dist",
@@ -63,8 +63,7 @@
63
63
  "react": "18.0.0",
64
64
  "react-dom": "18.0.0",
65
65
  "standard-version": "^9.1.0",
66
- "three": "0.162.0",
67
- "vite-plugin-restart": "^0.4.0"
66
+ "three": "0.162.0"
68
67
  },
69
68
  "peerDependencies": {
70
69
  "@gamelearn/arcade-styles": ">=2.25.0",
@@ -77,9 +76,8 @@
77
76
  },
78
77
  "scripts": {
79
78
  "build": "cross-env NODE_ENV=production vite build",
80
- "build:dev": "cross-env NODE_ENV=development vite build",
81
- "compile": "yarn build:dev && yalc push --changed",
82
- "watch": "npx nodemon -e js,jsx --ignore dist --exec \"yarn compile && yalc push --changed\"",
79
+ "compile": "yarn build",
80
+ "watch": "cross-env NODE_ENV=local vite build --watch",
83
81
  "test": "jest --watchAll=false",
84
82
  "test:watch": "jest",
85
83
  "generate": "plop",