@tarojs/plugin-framework-solid 4.0.8-beta.0 → 4.0.8-beta.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.
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/plugin-framework-solid",
|
|
3
|
-
"version": "4.0.8-beta.
|
|
3
|
+
"version": "4.0.8-beta.1",
|
|
4
4
|
"description": "Solid 框架插件",
|
|
5
5
|
"author": "drchan",
|
|
6
6
|
"homepage": "https://github.com/nervjs/taro",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"acorn": "^8.0.4",
|
|
26
26
|
"acorn-walk": "^8.0.0",
|
|
27
27
|
"lodash": "^4.17.21",
|
|
28
|
-
"@tarojs/helper": "4.0.8-beta.
|
|
29
|
-
"@tarojs/service": "4.0.8-beta.
|
|
28
|
+
"@tarojs/helper": "4.0.8-beta.1",
|
|
29
|
+
"@tarojs/service": "4.0.8-beta.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@babel/core": "^7.14.5",
|
|
@@ -35,16 +35,16 @@
|
|
|
35
35
|
"solid-js": "^1.8.16",
|
|
36
36
|
"typescript": "~5.4.5",
|
|
37
37
|
"vite": "^4.2.0",
|
|
38
|
-
"@tarojs/runtime": "4.0.8-beta.
|
|
39
|
-
"@tarojs/taro": "4.0.8-beta.
|
|
40
|
-
"@tarojs/shared": "4.0.8-beta.
|
|
38
|
+
"@tarojs/runtime": "4.0.8-beta.1",
|
|
39
|
+
"@tarojs/taro": "4.0.8-beta.1",
|
|
40
|
+
"@tarojs/shared": "4.0.8-beta.1"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"vite-plugin-solid": "^2",
|
|
44
44
|
"webpack": "^5",
|
|
45
45
|
"solid-js": ">=1",
|
|
46
|
-
"@tarojs/
|
|
47
|
-
"@tarojs/
|
|
46
|
+
"@tarojs/shared": "~4.0.8-beta.1",
|
|
47
|
+
"@tarojs/runtime": "~4.0.8-beta.1"
|
|
48
48
|
},
|
|
49
49
|
"peerDependenciesMeta": {
|
|
50
50
|
"vite-plugin-solid": {
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"prod": "pnpm run build",
|
|
65
65
|
"prebuild": "run-s clean",
|
|
66
66
|
"build": "pnpm run rollup --environment NODE_ENV:production",
|
|
67
|
-
"clean": "rimraf
|
|
67
|
+
"clean": "rimraf dist",
|
|
68
68
|
"dev": "pnpm run rollup --environment NODE_ENV:development -w",
|
|
69
69
|
"rollup": "rollup --config rollup.config.ts --configPlugin typescript"
|
|
70
70
|
}
|