@rsmax/framework-shared 1.3.15-canary.19 → 1.3.15-canary.28
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsmax/framework-shared",
|
|
3
|
-
"version": "1.3.15-canary.
|
|
3
|
+
"version": "1.3.15-canary.28+9f3bcfa",
|
|
4
4
|
"description": "使用真正的 React 构建跨平台小程序",
|
|
5
5
|
"homepage": "https://remax.wdchiphop.cn",
|
|
6
6
|
"repository": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"react-is": "^18.3.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@rsmax/types": "1.3.15-canary.
|
|
26
|
+
"@rsmax/types": "1.3.15-canary.28+9f3bcfa",
|
|
27
27
|
"@types/react": "^18.3.0",
|
|
28
28
|
"@types/react-is": "^18.3.0",
|
|
29
29
|
"@types/react-test-renderer": "^18.3.0",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "9f3bcfa2fbcde65e21632b978576f368a162ae43"
|
|
36
36
|
}
|