Skip to content

Commit 605021d

Browse files
author
wasmsplit-ci-bot
committed
chore(release): wasmsplit-ci 1.1.36
1 parent d90b2e1 commit 605021d

3 files changed

Lines changed: 5 additions & 50 deletions

File tree

.gitignore

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,2 @@
1-
out
21
node_modules
3-
.vscode-test/
4-
*.vsix
5-
**/.DS_Store
62
.DS_Store
7-
minigame-codesplit/
8-
wasm-code-split/
9-
wasm-code-split*/
10-
.publish-repo/
11-
src/util/wasm-split-v*.ts
12-
template/wasm-split-v*-es5.js

dist/extension.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,15 @@
11
{
22
"name": "wasmsplit-ci",
3-
"homepage": "https://developers.weixin.qq.com/minigame/dev/guide/game-engine/unity-webgl-transform/Design/WasmSplit.html",
4-
"displayName": "wasm-code-split",
3+
"version": "1.1.36",
54
"description": "wasm code split",
6-
"pluginId": "wasm-code-split",
7-
"version": "1.1.35",
5+
"homepage": "https://developers.weixin.qq.com/minigame/dev/guide/game-engine/unity-webgl-transform/Design/WasmSplit.html",
86
"keywords": [
97
"wasm",
108
"wasm code split"
119
],
12-
"categories": [
13-
"Other"
14-
],
15-
"publisher": "minigame",
1610
"main": "./bin/cli.js",
17-
"scripts": {
18-
"build": "node ./build/update-path.js && npm run update:version && npm run pack && webpack --mode production --config ./build/node-extension.webpack.config.js",
19-
"build:ci": "node ./build/update-path.js ci && npm run update:version && npm run pack --platform=ci && webpack --mode production --config ./build/node-ci.webpack.config.js",
20-
"build:vsix": "npm run build && cd wasm-code-split && npx vsce package --no-dependencies --allow-missing-repository --allow-star-activation --skip-license -o ../wasm-code-split.vsix",
21-
"dev": "node ./build/update-path.js && npm run pack && webpack --mode development --watch --config ./build/node-extension.webpack.config.js",
22-
"dev:ci": "node ./build/update-path.js ci && npm run pack --platform=ci && webpack --mode development --watch --config ./build/node-ci.webpack.config.js",
23-
"pack": "npm run convert:es5 && cross-env-shell node ./build/pack.js $npm_config_platform",
24-
"update:version": "node ./build/update-version.js",
25-
"package": "webpack --mode production --devtool hidden-source-map --config ./build/node-extension.webpack.config.js",
26-
"test-compile": "tsc -p ./",
27-
"test-watch": "tsc -watch -p ./",
28-
"pretest": "npm run test-compile && npm run lint",
29-
"lint": "eslint . --ext ts,.js",
30-
"lint:fix": "eslint . --ext ts,.js --fix",
31-
"test": "node ./out/test/runTest.js",
32-
"format": "prettier 'src/**/*.ts' --write",
33-
"lint:css": "stylelint **/*.{html,vue,css,sass,scss,less} --fix",
34-
"convert:es5": "gulp"
35-
},
36-
"husky": {
37-
"hooks": {
38-
"pre-commit": "lint-staged"
39-
}
40-
},
41-
"lint-staged": {
42-
"src/**/*.{js,ts}": [
43-
"npm run lint:fix",
44-
"git add"
45-
]
11+
"bin": {
12+
"wasmsplit-ci": "./bin/cli.js"
4613
},
4714
"files": [
4815
"dist/**/*",
@@ -52,9 +19,6 @@
5219
"README.md",
5320
"package.json"
5421
],
55-
"bin": {
56-
"wasmsplit-ci": "./bin/cli.js"
57-
},
5822
"repository": {
5923
"type": "git",
6024
"url": "https://github.com/wechat-miniprogram/wasmsplit-ci"

0 commit comments

Comments
 (0)