miniprogram-ci 1.9.16 → 1.9.17

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/CHANGELOG.md CHANGED
@@ -1,5 +1,5 @@
1
- #### 1.9.16
2
- - `new` 新增 less/sass 支持直接应用公共变量、公共方法
1
+ #### 1.9.17
2
+ - `fix` 修复 babel 导致的 path.requeueComputedKeyAndDecorators 问题
3
3
 
4
4
  #### 1.9.15
5
5
  - `fix` 修复 app.json 的 app-bar 配置未生效的 bug。
package/README.md CHANGED
@@ -7,8 +7,8 @@ miniprogram-ci 是从[微信开发者工具](https://developers.weixin.qq.com/mi
7
7
  miniprogram-ci 从 1.0.28 开始支持第三方平台开发的上传和预览,调用方式与普通开发模式无异。[查看详情](#第三方平台开发)
8
8
 
9
9
  ## 最近变更
10
- #### 1.9.16
11
- - `new` 新增 less/sass 支持直接应用公共变量、公共方法
10
+ #### 1.9.17
11
+ - `fix` 修复 babel 导致的 path.requeueComputedKeyAndDecorators 问题
12
12
  #### 1.9.15
13
13
  - `fix` 修复 app.json 的 app-bar 配置未生效的 bug。
14
14
  #### 1.9.14
@@ -1,4 +1,4 @@
1
- export declare const CI_VERSION = "1.9.16";
1
+ export declare const CI_VERSION = "1.9.26";
2
2
  export declare const PARAM_ERROR = 10000;
3
3
  export declare const WXML_NOT_FOUND = 10007;
4
4
  export declare const JS_NOT_FOUND = 10008;
package/dist/config.js CHANGED
@@ -1,3 +1,3 @@
1
1
  !function(require, directRequire){
2
- "use strict";var COMPILE_TYPE;Object.defineProperty(exports,"__esModule",{value:!0}),exports.extendedLibMap=exports.jsonVariablePropertyWhiteList=exports.DefaultProjectAttr=exports.TABBAR_ICON_WHITE_LIST=exports.COMPILE_TYPE=exports.APP_TYPE=exports.MINI_GAME_WORKERS_PACKAGE_ROOT=exports.MINI_GAME_MAIN_PACKAGE_ROOT=exports.MINI_PROGRAM_MAIN_PACKAGE_ROOT=exports.PROJECT_TYPE_ERROR=exports.GET_LATEST_VERSION_CGI_ERR=exports.UPLOAD_JS_SERVER_CGI_ERR=exports.CODE_PROTECT_TRANSLATE_FILENAME=exports.UPLOAD_CGI_ERR=exports.GENERATE_LOCAL_SIGNATURE_ERR=exports.GET_SIGNATURE_RAND_STRING_ERR=exports.APP_JSON_NOT_FOUND=exports.JSON_CONTENT_ERR=exports.FILE_NOT_UTF8=exports.JSON_PARSE_ERR=exports.FILE_NOT_FOUND=exports.PLUGIN_JSON_PARSE_ERR=exports.PLUGIN_JSON_CONTENT_ERR=exports.PLUGIN_JSON_FILE_NOT_FOUND=exports.GAME_PLUGIN_LIB_MD5_NOT_MATCH=exports.SUMMER_PLUGIN_CODE_ERR=exports.SUMMER_PLUGIN_ERR=exports.MINIFY_WXML_ERR=exports.POST_WXSS_ERR=exports.FILE_FLAT_ERR=exports.JS_ES6_ERR=exports.BABILI_JS_ERR=exports.UGLIFY_JS_ERR=exports.BABEL_TRANS_JS_ERR=exports.JS_NOT_FOUND=exports.WXML_NOT_FOUND=exports.PARAM_ERROR=exports.CI_VERSION=void 0,exports.CI_VERSION="1.9.16",exports.PARAM_ERROR=1e4,exports.WXML_NOT_FOUND=10007,exports.JS_NOT_FOUND=10008,exports.BABEL_TRANS_JS_ERR=10032,exports.UGLIFY_JS_ERR=10033,exports.BABILI_JS_ERR=10034,exports.JS_ES6_ERR=10035,exports.FILE_FLAT_ERR=10036,exports.POST_WXSS_ERR=10037,exports.MINIFY_WXML_ERR=10038,exports.SUMMER_PLUGIN_ERR=10045,exports.SUMMER_PLUGIN_CODE_ERR=10046,exports.GAME_PLUGIN_LIB_MD5_NOT_MATCH=10081,exports.PLUGIN_JSON_FILE_NOT_FOUND=10091,exports.PLUGIN_JSON_CONTENT_ERR=10092,exports.PLUGIN_JSON_PARSE_ERR=10093,exports.FILE_NOT_FOUND=10005,exports.JSON_PARSE_ERR=10006,exports.FILE_NOT_UTF8=10031,exports.JSON_CONTENT_ERR=10009,exports.APP_JSON_NOT_FOUND=2e4,exports.GET_SIGNATURE_RAND_STRING_ERR=20001,exports.GENERATE_LOCAL_SIGNATURE_ERR=20002,exports.UPLOAD_CGI_ERR=20003,exports.CODE_PROTECT_TRANSLATE_FILENAME=20004,exports.UPLOAD_JS_SERVER_CGI_ERR=20005,exports.GET_LATEST_VERSION_CGI_ERR=20006,exports.PROJECT_TYPE_ERROR=3e4,exports.MINI_PROGRAM_MAIN_PACKAGE_ROOT="__APP__",exports.MINI_GAME_MAIN_PACKAGE_ROOT="__GAME__",exports.MINI_GAME_WORKERS_PACKAGE_ROOT="workers.js",exports.APP_TYPE={NORMAL:0,PLUGIN:1,SHOP:2,MINISHOP:3,GAME:4,CARD:5,NATIVE:7},function(_){_.miniProgram="miniProgram",_.miniProgramPlugin="miniProgramPlugin",_.miniGame="miniGame",_.miniGamePlugin="miniGamePlugin"}(COMPILE_TYPE=exports.COMPILE_TYPE||(exports.COMPILE_TYPE={})),exports.TABBAR_ICON_WHITE_LIST=[".png",".jpg",".jpeg"],exports.DefaultProjectAttr={platform:!1,appType:0,isSandbox:!1,released:!1,setting:{MaxCodeSize:2,MaxSubpackageSubCodeSize:2,MaxSubpackageFullCodeSize:12,NavigateMiniprogramLimit:10,MaxSubPackageLimit:100,MinTabbarCount:2,MaxTabbarCount:5,MaxCustomTabbarCount:10,MaxTabbarIconSize:40}},exports.jsonVariablePropertyWhiteList={windowPropertWhiteList:["navigationBarBackgroundColor","navigationBarTextStyle","backgroundColor","backgroundTextStyle","backgroundColorTop","backgroundColorBottom","backgroundColorContent"],tabBarPropertyWhiteList:["color","selectedColor","backgroundColor","borderStyle"],tabbarListItemPropertyWhiteList:["iconPath","selectedIconPath"]},exports.extendedLibMap={kbone:{packages:["miniprogram-element","miniprogram-render"]},weui:{packages:["weui-miniprogram"]}};
2
+ "use strict";var COMPILE_TYPE;Object.defineProperty(exports,"__esModule",{value:!0}),exports.extendedLibMap=exports.jsonVariablePropertyWhiteList=exports.DefaultProjectAttr=exports.TABBAR_ICON_WHITE_LIST=exports.COMPILE_TYPE=exports.APP_TYPE=exports.MINI_GAME_WORKERS_PACKAGE_ROOT=exports.MINI_GAME_MAIN_PACKAGE_ROOT=exports.MINI_PROGRAM_MAIN_PACKAGE_ROOT=exports.PROJECT_TYPE_ERROR=exports.GET_LATEST_VERSION_CGI_ERR=exports.UPLOAD_JS_SERVER_CGI_ERR=exports.CODE_PROTECT_TRANSLATE_FILENAME=exports.UPLOAD_CGI_ERR=exports.GENERATE_LOCAL_SIGNATURE_ERR=exports.GET_SIGNATURE_RAND_STRING_ERR=exports.APP_JSON_NOT_FOUND=exports.JSON_CONTENT_ERR=exports.FILE_NOT_UTF8=exports.JSON_PARSE_ERR=exports.FILE_NOT_FOUND=exports.PLUGIN_JSON_PARSE_ERR=exports.PLUGIN_JSON_CONTENT_ERR=exports.PLUGIN_JSON_FILE_NOT_FOUND=exports.GAME_PLUGIN_LIB_MD5_NOT_MATCH=exports.SUMMER_PLUGIN_CODE_ERR=exports.SUMMER_PLUGIN_ERR=exports.MINIFY_WXML_ERR=exports.POST_WXSS_ERR=exports.FILE_FLAT_ERR=exports.JS_ES6_ERR=exports.BABILI_JS_ERR=exports.UGLIFY_JS_ERR=exports.BABEL_TRANS_JS_ERR=exports.JS_NOT_FOUND=exports.WXML_NOT_FOUND=exports.PARAM_ERROR=exports.CI_VERSION=void 0,exports.CI_VERSION="1.9.26",exports.PARAM_ERROR=1e4,exports.WXML_NOT_FOUND=10007,exports.JS_NOT_FOUND=10008,exports.BABEL_TRANS_JS_ERR=10032,exports.UGLIFY_JS_ERR=10033,exports.BABILI_JS_ERR=10034,exports.JS_ES6_ERR=10035,exports.FILE_FLAT_ERR=10036,exports.POST_WXSS_ERR=10037,exports.MINIFY_WXML_ERR=10038,exports.SUMMER_PLUGIN_ERR=10045,exports.SUMMER_PLUGIN_CODE_ERR=10046,exports.GAME_PLUGIN_LIB_MD5_NOT_MATCH=10081,exports.PLUGIN_JSON_FILE_NOT_FOUND=10091,exports.PLUGIN_JSON_CONTENT_ERR=10092,exports.PLUGIN_JSON_PARSE_ERR=10093,exports.FILE_NOT_FOUND=10005,exports.JSON_PARSE_ERR=10006,exports.FILE_NOT_UTF8=10031,exports.JSON_CONTENT_ERR=10009,exports.APP_JSON_NOT_FOUND=2e4,exports.GET_SIGNATURE_RAND_STRING_ERR=20001,exports.GENERATE_LOCAL_SIGNATURE_ERR=20002,exports.UPLOAD_CGI_ERR=20003,exports.CODE_PROTECT_TRANSLATE_FILENAME=20004,exports.UPLOAD_JS_SERVER_CGI_ERR=20005,exports.GET_LATEST_VERSION_CGI_ERR=20006,exports.PROJECT_TYPE_ERROR=3e4,exports.MINI_PROGRAM_MAIN_PACKAGE_ROOT="__APP__",exports.MINI_GAME_MAIN_PACKAGE_ROOT="__GAME__",exports.MINI_GAME_WORKERS_PACKAGE_ROOT="workers.js",exports.APP_TYPE={NORMAL:0,PLUGIN:1,SHOP:2,MINISHOP:3,GAME:4,CARD:5,NATIVE:7},function(_){_.miniProgram="miniProgram",_.miniProgramPlugin="miniProgramPlugin",_.miniGame="miniGame",_.miniGamePlugin="miniGamePlugin"}(COMPILE_TYPE=exports.COMPILE_TYPE||(exports.COMPILE_TYPE={})),exports.TABBAR_ICON_WHITE_LIST=[".png",".jpg",".jpeg"],exports.DefaultProjectAttr={platform:!1,appType:0,isSandbox:!1,released:!1,setting:{MaxCodeSize:2,MaxSubpackageSubCodeSize:2,MaxSubpackageFullCodeSize:12,NavigateMiniprogramLimit:10,MaxSubPackageLimit:100,MinTabbarCount:2,MaxTabbarCount:5,MaxCustomTabbarCount:10,MaxTabbarIconSize:40}},exports.jsonVariablePropertyWhiteList={windowPropertWhiteList:["navigationBarBackgroundColor","navigationBarTextStyle","backgroundColor","backgroundTextStyle","backgroundColorTop","backgroundColorBottom","backgroundColorContent"],tabBarPropertyWhiteList:["color","selectedColor","backgroundColor","borderStyle"],tabbarListItemPropertyWhiteList:["iconPath","selectedIconPath"]},exports.extendedLibMap={kbone:{packages:["miniprogram-element","miniprogram-render"]},weui:{packages:["weui-miniprogram"]}};
3
3
  }(require("licia/lazyImport")(require), require)
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "1.9.16",
3
- "buildTime": 1710494580179
2
+ "version": "1.9.26",
3
+ "buildTime": 1710491463417
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "miniprogram-ci",
3
- "version": "1.9.16",
3
+ "version": "1.9.17",
4
4
  "description": "pre compilation module about the miniProgram / miniGame project extracted from WeChatDevtools.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/@types/index.d.ts",
@@ -41,9 +41,9 @@
41
41
  "license": "MIT",
42
42
  "devDependencies": {
43
43
  "@tencent/eslint-config-tencent": "^1.0.4",
44
- "@types/babel__core": "^7.1.17",
44
+ "@types/babel__core": "7.1.17",
45
45
  "@types/babel-code-frame": "^6.20.2",
46
- "@types/babel-core": "^6.25.6",
46
+ "@types/babel-core": "6.25.6",
47
47
  "@types/cssnano": "^4.0.1",
48
48
  "@types/estree": "0.0.47",
49
49
  "@types/fs-extra": "^8.0.0",
@@ -76,27 +76,127 @@
76
76
  },
77
77
  "dependencies": {
78
78
  "@babel/core": "7.21.4",
79
+ "@babel/code-frame": "7.22.10",
80
+ "@babel/compat-data": "7.22.9",
81
+ "@babel/eslint-parser": "7.22.10",
79
82
  "@babel/generator": "7.21.4",
83
+ "@babel/helper-annotate-as-pure": "7.22.5",
84
+ "@babel/helper-builder-binary-assignment-operator-visitor": "7.22.10",
85
+ "@babel/helper-compilation-targets": "7.22.10",
86
+ "@babel/helper-create-class-features-plugin": "7.22.10",
87
+ "@babel/helper-create-regexp-features-plugin": "7.22.9",
88
+ "@babel/helper-define-polyfill-provider": "0.3.3",
89
+ "@babel/helper-environment-visitor": "7.22.5",
90
+ "@babel/helper-function-name": "7.22.5",
91
+ "@babel/helper-hoist-variables": "7.22.5",
92
+ "@babel/helper-member-expression-to-functions": "7.22.5",
80
93
  "@babel/helper-module-imports": "7.21.4",
94
+ "@babel/helper-module-transforms": "7.22.9",
95
+ "@babel/helper-optimise-call-expression": "7.22.5",
96
+ "@babel/helper-plugin-utils": "7.24.6",
97
+ "@babel/helper-remap-async-to-generator": "7.22.9",
98
+ "@babel/helper-replace-supers": "7.22.9",
99
+ "@babel/helper-simple-access": "7.22.5",
100
+ "@babel/helper-skip-transparent-expression-wrappers": "7.24.6",
101
+ "@babel/helper-split-export-declaration": "7.22.6",
102
+ "@babel/helper-string-parser": "7.24.6",
103
+ "@babel/helper-validator-identifier": "7.24.6",
104
+ "@babel/helper-validator-option": "7.22.5",
105
+ "@babel/helper-wrap-function": "7.22.10",
81
106
  "@babel/helpers": "7.21.0",
107
+ "@babel/highlight": "7.22.10",
82
108
  "@babel/parser": "7.21.4",
109
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "7.24.6",
110
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "7.24.6",
111
+ "@babel/plugin-proposal-async-generator-functions": "7.20.7",
83
112
  "@babel/plugin-proposal-class-properties": "7.18.6",
113
+ "@babel/plugin-proposal-class-static-block": "7.21.0",
84
114
  "@babel/plugin-proposal-decorators": "7.21.0",
85
115
  "@babel/plugin-proposal-do-expressions": "7.18.6",
116
+ "@babel/plugin-proposal-dynamic-import": "7.18.6",
86
117
  "@babel/plugin-proposal-export-default-from": "7.18.10",
118
+ "@babel/plugin-proposal-export-namespace-from": "7.18.9",
87
119
  "@babel/plugin-proposal-function-bind": "7.18.9",
88
120
  "@babel/plugin-proposal-function-sent": "7.18.6",
121
+ "@babel/plugin-proposal-json-strings": "7.18.6",
122
+ "@babel/plugin-proposal-logical-assignment-operators": "7.20.7",
123
+ "@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
124
+ "@babel/plugin-proposal-numeric-separator": "7.18.6",
125
+ "@babel/plugin-proposal-object-rest-spread": "7.20.7",
126
+ "@babel/plugin-proposal-optional-catch-binding": "7.18.6",
127
+ "@babel/plugin-proposal-optional-chaining": "7.21.0",
89
128
  "@babel/plugin-proposal-pipeline-operator": "7.18.9",
90
129
  "@babel/plugin-proposal-private-methods": "7.18.6",
91
130
  "@babel/plugin-proposal-private-property-in-object": "7.21.0",
92
131
  "@babel/plugin-proposal-throw-expressions": "7.18.6",
132
+ "@babel/plugin-proposal-unicode-property-regex": "7.18.6",
133
+ "@babel/plugin-syntax-async-generators": "7.8.4",
134
+ "@babel/plugin-syntax-bigint": "7.8.3",
135
+ "@babel/plugin-syntax-class-properties": "7.12.13",
136
+ "@babel/plugin-syntax-class-static-block": "7.14.5",
137
+ "@babel/plugin-syntax-decorators": "7.22.10",
138
+ "@babel/plugin-syntax-do-expressions": "7.22.5",
139
+ "@babel/plugin-syntax-dynamic-import": "7.8.3",
140
+ "@babel/plugin-syntax-export-default-from": "7.22.5",
141
+ "@babel/plugin-syntax-export-namespace-from": "7.8.3",
142
+ "@babel/plugin-syntax-function-bind": "7.22.5",
143
+ "@babel/plugin-syntax-function-sent": "7.22.5",
144
+ "@babel/plugin-syntax-import-assertions": "7.24.6",
145
+ "@babel/plugin-syntax-import-meta": "7.10.4",
146
+ "@babel/plugin-syntax-json-strings": "7.8.3",
147
+ "@babel/plugin-syntax-logical-assignment-operators": "7.10.4",
148
+ "@babel/plugin-syntax-nullish-coalescing-operator": "7.8.3",
149
+ "@babel/plugin-syntax-numeric-separator": "7.10.4",
150
+ "@babel/plugin-syntax-object-rest-spread": "7.8.3",
151
+ "@babel/plugin-syntax-optional-catch-binding": "7.8.3",
152
+ "@babel/plugin-syntax-optional-chaining": "7.8.3",
153
+ "@babel/plugin-syntax-pipeline-operator": "7.22.5",
154
+ "@babel/plugin-syntax-private-property-in-object": "7.14.5",
155
+ "@babel/plugin-syntax-throw-expressions": "7.22.5",
156
+ "@babel/plugin-syntax-top-level-await": "7.14.5",
157
+ "@babel/plugin-syntax-typescript": "7.22.5",
158
+ "@babel/plugin-transform-arrow-functions": "7.22.5",
159
+ "@babel/plugin-transform-async-to-generator": "7.22.5",
160
+ "@babel/plugin-transform-block-scoped-functions": "7.22.5",
161
+ "@babel/plugin-transform-block-scoping": "7.22.10",
162
+ "@babel/plugin-transform-classes": "7.22.6",
163
+ "@babel/plugin-transform-computed-properties": "7.22.5",
164
+ "@babel/plugin-transform-destructuring": "7.22.10",
165
+ "@babel/plugin-transform-dotall-regex": "7.22.5",
166
+ "@babel/plugin-transform-duplicate-keys": "7.22.5",
167
+ "@babel/plugin-transform-exponentiation-operator": "7.22.5",
168
+ "@babel/plugin-transform-for-of": "7.22.5",
169
+ "@babel/plugin-transform-function-name": "7.22.5",
170
+ "@babel/plugin-transform-literals": "7.22.5",
171
+ "@babel/plugin-transform-member-expression-literals": "7.22.5",
172
+ "@babel/plugin-transform-modules-amd": "7.22.5",
93
173
  "@babel/plugin-transform-modules-commonjs": "7.21.2",
174
+ "@babel/plugin-transform-modules-systemjs": "7.22.5",
175
+ "@babel/plugin-transform-modules-umd": "7.22.5",
176
+ "@babel/plugin-transform-named-capturing-groups-regex": "7.22.5",
177
+ "@babel/plugin-transform-new-target": "7.22.5",
178
+ "@babel/plugin-transform-object-super": "7.22.5",
179
+ "@babel/plugin-transform-optional-chaining": "7.24.6",
180
+ "@babel/plugin-transform-parameters": "7.22.5",
181
+ "@babel/plugin-transform-property-literals": "7.22.5",
182
+ "@babel/plugin-transform-regenerator": "7.22.10",
183
+ "@babel/plugin-transform-reserved-words": "7.22.5",
94
184
  "@babel/plugin-transform-runtime": "7.21.4",
185
+ "@babel/plugin-transform-shorthand-properties": "7.22.5",
186
+ "@babel/plugin-transform-spread": "7.22.5",
187
+ "@babel/plugin-transform-sticky-regex": "7.22.5",
188
+ "@babel/plugin-transform-template-literals": "7.22.5",
189
+ "@babel/plugin-transform-typeof-symbol": "7.22.5",
95
190
  "@babel/plugin-transform-typescript": "7.21.3",
191
+ "@babel/plugin-transform-unicode-escapes": "7.22.10",
192
+ "@babel/plugin-transform-unicode-regex": "7.22.5",
96
193
  "@babel/preset-env": "7.21.4",
194
+ "@babel/preset-modules": "0.1.6",
195
+ "@babel/regjsgen": "0.8.0",
97
196
  "@babel/runtime": "7.21.0",
98
197
  "@babel/template": "7.20.7",
99
198
  "@babel/traverse": "7.21.4",
199
+ "@babel/types": "7.24.6",
100
200
  "@vue/reactivity": "3.0.5",
101
201
  "acorn": "^6.1.1",
102
202
  "autoprefixer": "^10.4.0",