@conecli/cone-render 0.9.1-shop2.8 → 0.10.1-beta.0

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 (56) hide show
  1. package/dist/api/index.ts +1 -1
  2. package/dist/assets/icon_blue_info.svg +1 -0
  3. package/dist/common/const.ts +1 -1
  4. package/dist/common/environmentType.ts +1 -0
  5. package/dist/common/index.h5.ts +1 -1
  6. package/dist/common/index.jd.ts +1 -1
  7. package/dist/common/index.ts +1 -1
  8. package/dist/common/index.weapp.ts +1 -1
  9. package/dist/common/jdplayerSdk.ts +1 -0
  10. package/dist/common/sgmCustomCode.ts +1 -0
  11. package/dist/common/wxappApi.jd.ts +1 -0
  12. package/dist/components/ErrorBoundary.tsx +1 -1
  13. package/dist/components/base/CustomScrollView/index.jd.tsx +1 -0
  14. package/dist/components/base/CustomScrollView/index.module.scss +7 -0
  15. package/dist/components/base/CustomVideo/index.tsx +1 -1
  16. package/dist/components/base/InOrOutViewObserver/index.tsx +1 -1
  17. package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
  18. package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
  19. package/dist/components/base/NetworkDataError/index.tsx +1 -1
  20. package/dist/components/debug/DebugLayout/index.module.scss +67 -0
  21. package/dist/components/debug/DebugLayout/index.tsx +1 -0
  22. package/dist/components/debug/DebugLayout/utils.ts +1 -0
  23. package/dist/components/decorate/EmptyFloorModule/index.tsx +1 -1
  24. package/dist/components/floorItem.jd.tsx +1 -1
  25. package/dist/components/floorItem.weapp.tsx +1 -1
  26. package/dist/components/isv/Floor/index.tsx +1 -1
  27. package/dist/components/remoteFloorItem.tsx +1 -1
  28. package/dist/interface/common.ts +1 -1
  29. package/dist/interface/component.ts +1 -1
  30. package/dist/interface/jumpEventReport.ts +1 -1
  31. package/dist/interface/service.ts +1 -1
  32. package/dist/interface/utils.ts +1 -1
  33. package/dist/jumpEventReport/base.ts +1 -1
  34. package/dist/jumpEventReport/createReportFloorData.ts +1 -1
  35. package/dist/jumpEventReport/index.h5.ts +1 -1
  36. package/dist/jumpEventReport/index.jd.ts +1 -1
  37. package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
  38. package/dist/jumpEventReport/web.jxwxapp.ts +1 -0
  39. package/dist/jumpEventReport/web.tjapp.ts +1 -0
  40. package/dist/jumpEventReport/web.tjm.ts +1 -0
  41. package/dist/open/api/environment.ts +1 -1
  42. package/dist/open/api/index.ts +1 -1
  43. package/dist/open/api/track.ts +1 -1
  44. package/dist/sass/app.h5.scss +5 -0
  45. package/dist/service/requestServer.ts +1 -1
  46. package/dist/utils/connectNativeJsBridge.ts +1 -1
  47. package/dist/utils/draExceptionAndProfile.ts +1 -1
  48. package/dist/utils/h5Utils.ts +1 -1
  49. package/dist/utils/index.h5.ts +1 -1
  50. package/dist/utils/index.ts +1 -1
  51. package/dist/utils/index.weapp.ts +1 -1
  52. package/dist/utils/jm-common.js +1 -1
  53. package/dist/utils/sgmCodeUtils.ts +1 -0
  54. package/dist/utils/utils.ts +1 -1
  55. package/package.json +42 -39
  56. package/dist/customHooks/useDocumentVisibilitychange.ts +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conecli/cone-render",
3
- "version": "0.9.1-shop2.8",
3
+ "version": "0.10.1-beta.0",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist/"
@@ -24,7 +24,8 @@
24
24
  "templateInfo": {
25
25
  "name": "default",
26
26
  "typescript": true,
27
- "css": "sass"
27
+ "css": "sass",
28
+ "framework": "React"
28
29
  },
29
30
  "scripts": {
30
31
  "build:weapp": "taro build --type weapp",
@@ -35,7 +36,7 @@
35
36
  "build:rn": "taro build --type rn",
36
37
  "build:qq": "taro build --type qq",
37
38
  "build:jd": "taro build --type jd",
38
- "build:quickapp": "taro build --type quickapp",
39
+ "build:harmony-hybrid": "taro build --type harmony-hybrid",
39
40
  "dev:weapp": "npm run build:weapp -- --watch",
40
41
  "dev:swan": "npm run build:swan -- --watch",
41
42
  "dev:alipay": "npm run build:alipay -- --watch",
@@ -44,7 +45,7 @@
44
45
  "dev:rn": "npm run build:rn -- --watch",
45
46
  "dev:qq": "npm run build:qq -- --watch",
46
47
  "dev:jd": "npm run build:jd -- --watch",
47
- "dev:quickapp": "npm run build:quickapp -- --watch",
48
+ "dev:harmony-hybrid": "npm run build:harmony-hybrid -- --watch",
48
49
  "compressWatch": "gulp compressWatch --gulpfile ./publish/gulpfile.js",
49
50
  "compress": "gulp compress --gulpfile ./publish/gulpfile.js",
50
51
  "build": "npm run compress",
@@ -61,21 +62,22 @@
61
62
  ],
62
63
  "author": "conecli",
63
64
  "dependencies": {
64
- "@babel/runtime": "7.23.7",
65
- "@tarojs/components": "3.6.23",
66
- "@tarojs/helper": "3.6.23",
67
- "@tarojs/plugin-platform-weapp": "3.6.23",
68
- "@tarojs/plugin-platform-alipay": "3.6.23",
69
- "@tarojs/plugin-platform-tt": "3.6.23",
70
- "@tarojs/plugin-platform-swan": "3.6.23",
71
- "@tarojs/plugin-platform-jd": "3.6.23",
72
- "@tarojs/plugin-platform-qq": "3.6.23",
73
- "@tarojs/plugin-platform-h5": "3.6.23",
74
- "@tarojs/runtime": "3.6.23",
75
- "@tarojs/shared": "3.6.23",
76
- "@tarojs/taro": "3.6.23",
77
- "@tarojs/plugin-framework-react": "3.6.23",
78
- "@tarojs/react": "3.6.23",
65
+ "@babel/runtime": "7.24.4",
66
+ "@tarojs/components": "4.0.5-alpha.7",
67
+ "@tarojs/helper": "4.0.5-alpha.7",
68
+ "@tarojs/plugin-platform-weapp": "4.0.5-alpha.7",
69
+ "@tarojs/plugin-platform-alipay": "4.0.5-alpha.7",
70
+ "@tarojs/plugin-platform-tt": "4.0.5-alpha.7",
71
+ "@tarojs/plugin-platform-swan": "4.0.5-alpha.7",
72
+ "@tarojs/plugin-platform-jd": "4.0.5-alpha.7",
73
+ "@tarojs/plugin-platform-qq": "4.0.5-alpha.7",
74
+ "@tarojs/plugin-platform-h5": "4.0.5-alpha.7",
75
+ "@tarojs/plugin-platform-harmony-hybrid": "4.0.5-alpha.7",
76
+ "@tarojs/runtime": "4.0.5-alpha.7",
77
+ "@tarojs/shared": "4.0.5-alpha.7",
78
+ "@tarojs/taro": "4.0.5-alpha.7",
79
+ "@tarojs/plugin-framework-react": "4.0.5-alpha.7",
80
+ "@tarojs/react": "4.0.5-alpha.7",
79
81
  "react-dom": "^18.2.0",
80
82
  "react": "^18.2.0",
81
83
  "art-template": "^4.13.2",
@@ -88,30 +90,32 @@
88
90
  },
89
91
  "devDependencies": {
90
92
  "@babel/plugin-transform-strict-mode": "^7.16.7",
91
- "@babel/core": "^7.8.0",
92
- "@tarojs/cli": "3.6.23",
93
+ "@babel/core": "7.24.4",
94
+ "@tarojs/cli": "4.0.5-alpha.7",
95
+ "@babel/plugin-proposal-class-properties": "7.14.5",
93
96
  "@types/webpack-env": "^1.13.6",
94
- "@tarojs/test-utils-react": "^0.1.1",
95
97
  "@types/react": "^18.0.17",
96
- "webpack": "5.78.0",
97
- "@tarojs/taro-loader": "3.6.23",
98
- "@tarojs/webpack5-runner": "3.6.23",
99
- "babel-preset-taro": "3.6.23",
100
- "eslint-config-taro": "3.6.23",
101
- "eslint": "^8.12.0",
98
+ "webpack": "5.91.0",
99
+ "@tarojs/taro-loader": "4.0.5-alpha.7",
100
+ "@tarojs/webpack5-runner": "4.0.5-alpha.7",
101
+ "sass": "^1.75.0",
102
+ "babel-preset-taro": "4.0.5-alpha.7",
103
+ "eslint-config-taro": "4.0.5-alpha.7",
104
+ "eslint": "^8.57.0",
102
105
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
103
106
  "react-refresh": "^0.14.0",
104
- "eslint-plugin-react": "^7.8.2",
107
+ "@babel/preset-react": "^7.24.1",
108
+ "eslint-plugin-react": "^7.34.1",
105
109
  "eslint-plugin-import": "^2.12.0",
106
- "eslint-plugin-react-hooks": "^4.2.0",
107
- "stylelint": "^14.4.0",
110
+ "eslint-plugin-react-hooks": "^4.4.0",
111
+ "stylelint": "^16.4.0",
108
112
  "@typescript-eslint/parser": "^6.2.0",
109
113
  "@typescript-eslint/eslint-plugin": "^6.2.0",
110
- "typescript": "^5.1.0",
111
- "tsconfig-paths-webpack-plugin": "^4.0.1",
112
- "postcss": "^8.4.18",
114
+ "typescript": "^5.4.5",
115
+ "tsconfig-paths-webpack-plugin": "^4.1.0",
116
+ "postcss": "^8.4.38",
113
117
  "ts-node": "^10.9.1",
114
- "@types/node": "^18.15.11",
118
+ "@types/node": "^18",
115
119
  "del": "^6.1.1",
116
120
  "escodegen": "^2.0.0",
117
121
  "espree": "^9.3.2",
@@ -121,13 +125,12 @@
121
125
  "gulp-util": "^3.0.8",
122
126
  "html-webpack-plugin": "^5.5.0",
123
127
  "mini-css-extract-plugin": "^2.6.1",
124
- "sass": "^1.53.0",
125
128
  "shelljs": "^0.8.5",
126
129
  "terser-webpack-plugin": "^5.3.6"
127
130
  },
128
131
  "resolutions": {
129
- "@babel/runtime": "7.23.7",
130
- "@tarojs/cli": "3.6.23",
131
- "@tarojs/helper": "3.6.23"
132
+ "@babel/runtime": "7.24.4",
133
+ "@tarojs/cli": "4.0.5-alpha.7",
134
+ "@tarojs/helper": "4.0.5-alpha.7"
132
135
  }
133
136
  }
@@ -1 +0,0 @@
1
- import Taro from '@tarojs/taro'