@conecli/cone-render 0.10.1-shop-beta.5 → 0.10.1-shop3.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/dist/api/index.ts +1 -1
- package/dist/common/const.ts +1 -1
- package/dist/common/index.h5.ts +1 -1
- package/dist/common/index.jd.ts +1 -1
- package/dist/common/index.ts +1 -1
- package/dist/common/index.weapp.ts +1 -1
- package/dist/common/pageType.ts +1 -1
- package/dist/common/sgmCustomCode.ts +1 -1
- package/dist/components/base/CustomVideo/common.ts +1 -0
- package/dist/components/base/CustomVideo/index.tsx +1 -1
- package/dist/components/base/LazyLoadImage/index.h5.module.scss +8 -4
- package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
- package/dist/components/base/Price/Base/index.tsx +1 -1
- package/dist/components/base/Price/Double/index.tsx +1 -1
- package/dist/components/floorItem.tsx +1 -1
- package/dist/components/isv/Floor/index.tsx +1 -1
- package/dist/interface/component.ts +1 -1
- package/dist/interface/jumpEventReport.ts +1 -1
- package/dist/interface/service.ts +1 -1
- package/dist/jumpEventReport/index.weapp.ts +1 -1
- package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
- package/dist/jumpEventReport/logEventConfig.ts +1 -1
- package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
- package/dist/modules/ContainerFloorList/index.tsx +1 -1
- package/dist/open/api/util.ts +1 -1
- package/dist/service/http/colorSign.ts +1 -1
- package/dist/service/http/h5Http.ts +1 -0
- package/dist/service/http/index.h5.ts +1 -0
- package/dist/service/requestServer.h5.ts +1 -0
- package/dist/service/requestServer.ts +1 -1
- package/dist/utils/connectNativeJsBridge.ts +1 -1
- package/dist/utils/h5Utils.ts +1 -1
- package/dist/utils/index.h5.ts +1 -1
- package/dist/utils/index.ts +1 -1
- package/dist/utils/index.weapp.ts +1 -1
- package/dist/utils/utils.ts +1 -1
- package/package.json +35 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conecli/cone-render",
|
|
3
|
-
"version": "0.10.1-
|
|
3
|
+
"version": "0.10.1-shop3.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/"
|
|
@@ -51,11 +51,17 @@
|
|
|
51
51
|
"build": "npm run compress",
|
|
52
52
|
"check": "gulp check --gulpfile ./publish/gulpfile.js"
|
|
53
53
|
},
|
|
54
|
-
"browserslist":
|
|
55
|
-
"
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
54
|
+
"browserslist": {
|
|
55
|
+
"development": [
|
|
56
|
+
"defaults and fully supports es6-module",
|
|
57
|
+
"maintained node versions"
|
|
58
|
+
],
|
|
59
|
+
"production": [
|
|
60
|
+
"last 3 versions",
|
|
61
|
+
"Android >= 4.1",
|
|
62
|
+
"ios >= 8"
|
|
63
|
+
]
|
|
64
|
+
},
|
|
59
65
|
"keywords": [
|
|
60
66
|
"conecli",
|
|
61
67
|
"render"
|
|
@@ -63,22 +69,22 @@
|
|
|
63
69
|
"author": "conecli",
|
|
64
70
|
"dependencies": {
|
|
65
71
|
"@babel/runtime": "7.24.4",
|
|
66
|
-
"@tarojs/components": "4.0.
|
|
67
|
-
"@tarojs/helper": "4.0.
|
|
68
|
-
"@tarojs/plugin-platform-weapp": "4.0.
|
|
69
|
-
"@tarojs/plugin-platform-alipay": "4.0.
|
|
70
|
-
"@tarojs/plugin-platform-tt": "4.0.
|
|
71
|
-
"@tarojs/plugin-platform-swan": "4.0.
|
|
72
|
-
"@tarojs/plugin-platform-jd": "4.0.
|
|
73
|
-
"@tarojs/plugin-platform-qq": "4.0.
|
|
74
|
-
"@tarojs/plugin-platform-h5": "4.0.
|
|
75
|
-
"@tarojs/plugin-platform-harmony-hybrid": "4.0.
|
|
76
|
-
"@tarojs/runtime": "4.0.
|
|
77
|
-
"@tarojs/shared": "4.0.
|
|
78
|
-
"@tarojs/taro": "4.0.
|
|
79
|
-
"@tarojs/plugin-framework-react": "4.0.
|
|
80
|
-
"@tarojs/react": "4.0.
|
|
81
|
-
"@tarojs/service": "4.0.
|
|
72
|
+
"@tarojs/components": "4.0.9",
|
|
73
|
+
"@tarojs/helper": "4.0.9",
|
|
74
|
+
"@tarojs/plugin-platform-weapp": "4.0.9",
|
|
75
|
+
"@tarojs/plugin-platform-alipay": "4.0.9",
|
|
76
|
+
"@tarojs/plugin-platform-tt": "4.0.9",
|
|
77
|
+
"@tarojs/plugin-platform-swan": "4.0.9",
|
|
78
|
+
"@tarojs/plugin-platform-jd": "4.0.9",
|
|
79
|
+
"@tarojs/plugin-platform-qq": "4.0.9",
|
|
80
|
+
"@tarojs/plugin-platform-h5": "4.0.9",
|
|
81
|
+
"@tarojs/plugin-platform-harmony-hybrid": "4.0.9",
|
|
82
|
+
"@tarojs/runtime": "4.0.9",
|
|
83
|
+
"@tarojs/shared": "4.0.9",
|
|
84
|
+
"@tarojs/taro": "4.0.9",
|
|
85
|
+
"@tarojs/plugin-framework-react": "4.0.9",
|
|
86
|
+
"@tarojs/react": "4.0.9",
|
|
87
|
+
"@tarojs/service": "4.0.9",
|
|
82
88
|
"react-dom": "^18.2.0",
|
|
83
89
|
"react": "^18.2.0",
|
|
84
90
|
"art-template": "^4.13.2",
|
|
@@ -92,16 +98,16 @@
|
|
|
92
98
|
"devDependencies": {
|
|
93
99
|
"@babel/plugin-transform-strict-mode": "^7.16.7",
|
|
94
100
|
"@babel/core": "7.24.4",
|
|
95
|
-
"@tarojs/cli": "4.0.
|
|
101
|
+
"@tarojs/cli": "4.0.9",
|
|
96
102
|
"@babel/plugin-proposal-class-properties": "7.14.5",
|
|
97
103
|
"@types/webpack-env": "^1.13.6",
|
|
98
104
|
"@types/react": "^18.0.17",
|
|
99
105
|
"webpack": "5.91.0",
|
|
100
|
-
"@tarojs/taro-loader": "4.0.
|
|
101
|
-
"@tarojs/webpack5-runner": "4.0.
|
|
106
|
+
"@tarojs/taro-loader": "4.0.9",
|
|
107
|
+
"@tarojs/webpack5-runner": "4.0.9",
|
|
102
108
|
"sass": "^1.75.0",
|
|
103
|
-
"babel-preset-taro": "4.0.
|
|
104
|
-
"eslint-config-taro": "4.0.
|
|
109
|
+
"babel-preset-taro": "4.0.9",
|
|
110
|
+
"eslint-config-taro": "4.0.9",
|
|
105
111
|
"eslint": "^8.57.0",
|
|
106
112
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
|
107
113
|
"react-refresh": "^0.14.0",
|
|
@@ -131,7 +137,7 @@
|
|
|
131
137
|
},
|
|
132
138
|
"resolutions": {
|
|
133
139
|
"@babel/runtime": "7.24.4",
|
|
134
|
-
"@tarojs/cli": "4.0.
|
|
135
|
-
"@tarojs/helper": "4.0.
|
|
140
|
+
"@tarojs/cli": "4.0.9",
|
|
141
|
+
"@tarojs/helper": "4.0.9"
|
|
136
142
|
}
|
|
137
143
|
}
|