@conecli/cone-render 0.9.1-shop2.9 → 0.10.1-beta.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/assets/icon_blue_info.svg +1 -0
- 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/jdplayerSdk.ts +1 -0
- package/dist/common/sgmCustomCode.ts +1 -1
- package/dist/components/base/CustomVideo/index.tsx +1 -1
- package/dist/components/base/InOrOutViewObserver/index.tsx +1 -1
- package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
- package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
- package/dist/components/base/NetworkDataError/index.tsx +1 -1
- package/dist/components/debug/DebugLayout/index.module.scss +67 -0
- package/dist/components/debug/DebugLayout/index.tsx +1 -0
- package/dist/components/debug/DebugLayout/utils.ts +1 -0
- package/dist/components/decorate/EmptyFloorModule/index.tsx +1 -1
- package/dist/components/isv/Floor/index.tsx +1 -1
- package/dist/interface/component.ts +1 -1
- package/dist/jumpEventReport/web.tjm.ts +1 -1
- package/dist/open/api/index.ts +1 -1
- package/dist/sass/app.h5.scss +5 -0
- 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 +42 -39
- 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.
|
|
3
|
+
"version": "0.10.1-beta.1",
|
|
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:
|
|
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:
|
|
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.
|
|
65
|
-
"@tarojs/components": "
|
|
66
|
-
"@tarojs/helper": "
|
|
67
|
-
"@tarojs/plugin-platform-weapp": "
|
|
68
|
-
"@tarojs/plugin-platform-alipay": "
|
|
69
|
-
"@tarojs/plugin-platform-tt": "
|
|
70
|
-
"@tarojs/plugin-platform-swan": "
|
|
71
|
-
"@tarojs/plugin-platform-jd": "
|
|
72
|
-
"@tarojs/plugin-platform-qq": "
|
|
73
|
-
"@tarojs/plugin-platform-h5": "
|
|
74
|
-
"@tarojs/
|
|
75
|
-
"@tarojs/
|
|
76
|
-
"@tarojs/
|
|
77
|
-
"@tarojs/
|
|
78
|
-
"@tarojs/react": "
|
|
65
|
+
"@babel/runtime": "7.24.4",
|
|
66
|
+
"@tarojs/components": "4.0.5-alpha.10",
|
|
67
|
+
"@tarojs/helper": "4.0.5-alpha.10",
|
|
68
|
+
"@tarojs/plugin-platform-weapp": "4.0.5-alpha.10",
|
|
69
|
+
"@tarojs/plugin-platform-alipay": "4.0.5-alpha.10",
|
|
70
|
+
"@tarojs/plugin-platform-tt": "4.0.5-alpha.10",
|
|
71
|
+
"@tarojs/plugin-platform-swan": "4.0.5-alpha.10",
|
|
72
|
+
"@tarojs/plugin-platform-jd": "4.0.5-alpha.10",
|
|
73
|
+
"@tarojs/plugin-platform-qq": "4.0.5-alpha.10",
|
|
74
|
+
"@tarojs/plugin-platform-h5": "4.0.5-alpha.10",
|
|
75
|
+
"@tarojs/plugin-platform-harmony-hybrid": "4.0.5-alpha.10",
|
|
76
|
+
"@tarojs/runtime": "4.0.5-alpha.10",
|
|
77
|
+
"@tarojs/shared": "4.0.5-alpha.10",
|
|
78
|
+
"@tarojs/taro": "4.0.5-alpha.10",
|
|
79
|
+
"@tarojs/plugin-framework-react": "4.0.5-alpha.10",
|
|
80
|
+
"@tarojs/react": "4.0.5-alpha.10",
|
|
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": "
|
|
92
|
-
"@tarojs/cli": "
|
|
93
|
+
"@babel/core": "7.24.4",
|
|
94
|
+
"@tarojs/cli": "4.0.5-alpha.10",
|
|
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.
|
|
97
|
-
"@tarojs/taro-loader": "
|
|
98
|
-
"@tarojs/webpack5-runner": "
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"eslint": "
|
|
98
|
+
"webpack": "5.91.0",
|
|
99
|
+
"@tarojs/taro-loader": "4.0.5-alpha.10",
|
|
100
|
+
"@tarojs/webpack5-runner": "4.0.5-alpha.10",
|
|
101
|
+
"sass": "^1.75.0",
|
|
102
|
+
"babel-preset-taro": "4.0.5-alpha.10",
|
|
103
|
+
"eslint-config-taro": "4.0.5-alpha.10",
|
|
104
|
+
"eslint": "^8.57.0",
|
|
102
105
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
|
103
106
|
"react-refresh": "^0.14.0",
|
|
104
|
-
"
|
|
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.
|
|
107
|
-
"stylelint": "^
|
|
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.
|
|
111
|
-
"tsconfig-paths-webpack-plugin": "^4.0
|
|
112
|
-
"postcss": "^8.4.
|
|
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
|
|
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.
|
|
130
|
-
"@tarojs/cli": "
|
|
131
|
-
"@tarojs/helper": "
|
|
132
|
+
"@babel/runtime": "7.24.4",
|
|
133
|
+
"@tarojs/cli": "4.0.5-alpha.10",
|
|
134
|
+
"@tarojs/helper": "4.0.5-alpha.10"
|
|
132
135
|
}
|
|
133
136
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import Taro from '@tarojs/taro'
|