@spcsn/taro 1.0.0 → 1.0.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 +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spcsn/taro",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "SPCSN Taro runtime API entry",
|
|
5
5
|
"author": "Samuel Ouyang",
|
|
6
6
|
"license": "MIT",
|
|
@@ -11,14 +11,6 @@
|
|
|
11
11
|
"dist",
|
|
12
12
|
"types"
|
|
13
13
|
],
|
|
14
|
-
"scripts": {
|
|
15
|
-
"prod": "pnpm run build",
|
|
16
|
-
"prebuild": "pnpm run clean",
|
|
17
|
-
"build": "pnpm run rolldown --environment NODE_ENV:production",
|
|
18
|
-
"clean": "bun ../../scripts/clean.ts dist",
|
|
19
|
-
"dev": "pnpm run rolldown --environment NODE_ENV:development -w",
|
|
20
|
-
"rolldown": "rolldown --config rolldown.config.mjs"
|
|
21
|
-
},
|
|
22
14
|
"repository": {
|
|
23
15
|
"type": "git",
|
|
24
16
|
"url": "git+https://github.com/specificshen/taro-lite.git"
|
|
@@ -34,22 +26,30 @@
|
|
|
34
26
|
"node": ">= 22"
|
|
35
27
|
},
|
|
36
28
|
"dependencies": {
|
|
37
|
-
"@spcsn/taro-runtime": "
|
|
38
|
-
"@spcsn/taro-shared": "
|
|
29
|
+
"@spcsn/taro-runtime": "1.0.1",
|
|
30
|
+
"@spcsn/taro-shared": "1.0.1"
|
|
39
31
|
},
|
|
40
32
|
"devDependencies": {
|
|
41
|
-
"@spcsn/taro-components": "
|
|
42
|
-
"@spcsn/taro-helper": "
|
|
43
|
-
"@spcsn/taro-shared": "
|
|
33
|
+
"@spcsn/taro-components": "1.0.1",
|
|
34
|
+
"@spcsn/taro-helper": "1.0.1",
|
|
35
|
+
"@spcsn/taro-shared": "1.0.1",
|
|
44
36
|
"rolldown": "^1.0.1"
|
|
45
37
|
},
|
|
46
38
|
"peerDependencies": {
|
|
47
|
-
"@spcsn/taro-components": "
|
|
39
|
+
"@spcsn/taro-components": "1.0.1",
|
|
48
40
|
"@types/react": "^19"
|
|
49
41
|
},
|
|
50
42
|
"peerDependenciesMeta": {
|
|
51
43
|
"@types/react": {
|
|
52
44
|
"optional": true
|
|
53
45
|
}
|
|
46
|
+
},
|
|
47
|
+
"scripts": {
|
|
48
|
+
"prod": "pnpm run build",
|
|
49
|
+
"prebuild": "pnpm run clean",
|
|
50
|
+
"build": "pnpm run rolldown --environment NODE_ENV:production",
|
|
51
|
+
"clean": "bun ../../scripts/clean.ts dist",
|
|
52
|
+
"dev": "pnpm run rolldown --environment NODE_ENV:development -w",
|
|
53
|
+
"rolldown": "rolldown --config rolldown.config.mjs"
|
|
54
54
|
}
|
|
55
|
-
}
|
|
55
|
+
}
|