@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.
Files changed (37) hide show
  1. package/dist/api/index.ts +1 -1
  2. package/dist/common/const.ts +1 -1
  3. package/dist/common/index.h5.ts +1 -1
  4. package/dist/common/index.jd.ts +1 -1
  5. package/dist/common/index.ts +1 -1
  6. package/dist/common/index.weapp.ts +1 -1
  7. package/dist/common/pageType.ts +1 -1
  8. package/dist/common/sgmCustomCode.ts +1 -1
  9. package/dist/components/base/CustomVideo/common.ts +1 -0
  10. package/dist/components/base/CustomVideo/index.tsx +1 -1
  11. package/dist/components/base/LazyLoadImage/index.h5.module.scss +8 -4
  12. package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
  13. package/dist/components/base/Price/Base/index.tsx +1 -1
  14. package/dist/components/base/Price/Double/index.tsx +1 -1
  15. package/dist/components/floorItem.tsx +1 -1
  16. package/dist/components/isv/Floor/index.tsx +1 -1
  17. package/dist/interface/component.ts +1 -1
  18. package/dist/interface/jumpEventReport.ts +1 -1
  19. package/dist/interface/service.ts +1 -1
  20. package/dist/jumpEventReport/index.weapp.ts +1 -1
  21. package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
  22. package/dist/jumpEventReport/logEventConfig.ts +1 -1
  23. package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
  24. package/dist/modules/ContainerFloorList/index.tsx +1 -1
  25. package/dist/open/api/util.ts +1 -1
  26. package/dist/service/http/colorSign.ts +1 -1
  27. package/dist/service/http/h5Http.ts +1 -0
  28. package/dist/service/http/index.h5.ts +1 -0
  29. package/dist/service/requestServer.h5.ts +1 -0
  30. package/dist/service/requestServer.ts +1 -1
  31. package/dist/utils/connectNativeJsBridge.ts +1 -1
  32. package/dist/utils/h5Utils.ts +1 -1
  33. package/dist/utils/index.h5.ts +1 -1
  34. package/dist/utils/index.ts +1 -1
  35. package/dist/utils/index.weapp.ts +1 -1
  36. package/dist/utils/utils.ts +1 -1
  37. 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-shop-beta.5",
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
- "last 3 versions",
56
- "Android >= 4.1",
57
- "ios >= 8"
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.7",
67
- "@tarojs/helper": "4.0.7",
68
- "@tarojs/plugin-platform-weapp": "4.0.7",
69
- "@tarojs/plugin-platform-alipay": "4.0.7",
70
- "@tarojs/plugin-platform-tt": "4.0.7",
71
- "@tarojs/plugin-platform-swan": "4.0.7",
72
- "@tarojs/plugin-platform-jd": "4.0.7",
73
- "@tarojs/plugin-platform-qq": "4.0.7",
74
- "@tarojs/plugin-platform-h5": "4.0.7",
75
- "@tarojs/plugin-platform-harmony-hybrid": "4.0.7",
76
- "@tarojs/runtime": "4.0.7",
77
- "@tarojs/shared": "4.0.7",
78
- "@tarojs/taro": "4.0.7",
79
- "@tarojs/plugin-framework-react": "4.0.7",
80
- "@tarojs/react": "4.0.7",
81
- "@tarojs/service": "4.0.7",
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.7",
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.7",
101
- "@tarojs/webpack5-runner": "4.0.7",
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.7",
104
- "eslint-config-taro": "4.0.7",
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.7",
135
- "@tarojs/helper": "4.0.7"
140
+ "@tarojs/cli": "4.0.9",
141
+ "@tarojs/helper": "4.0.9"
136
142
  }
137
143
  }