diff --git a/CHANGELOG.md b/CHANGELOG.md index 022ce2b88c..83e2d7b2e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,9 @@ ## v1.16.2 - fix(serve-static) has an infinite loop without index.html -- feat(fc-adapter) optimize cdn loading logic +- feat(vue) optimize cdn loading logic - fix(serve-static) 在没有 index.html 的情况下存在死循环 -- feat(fc-adapter) 优化 cdn 加载逻辑 +- feat(vue) 优化 cdn 加载逻辑 ## v1.16.1 diff --git a/dev-packages/cli/package.json b/dev-packages/cli/package.json index 366bef8c2b..3c26fa56ce 100644 --- a/dev-packages/cli/package.json +++ b/dev-packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@malagu/cli", - "version": "1.16.1", + "version": "1.16.2", "description": "Malagu CLI.", "publishConfig": { "access": "public" @@ -86,7 +86,7 @@ "worker-loader": "^2.0.0" }, "devDependencies": { - "@malagu/ext-scripts": "^1.16.1", + "@malagu/ext-scripts": "^1.16.2", "@types/chai": "^4.0.1", "@types/chai-string": "^1.4.0", "@types/friendly-errors-webpack-plugin": "^0.1.2", diff --git a/dev-packages/compression/package.json b/dev-packages/compression/package.json index b4d90c6db1..537060d425 100644 --- a/dev-packages/compression/package.json +++ b/dev-packages/compression/package.json @@ -1,6 +1,6 @@ { "name": "@malagu/compression", - "version": "1.16.1", + "version": "1.16.2", "description": "", "dependencies": { "compression-webpack-plugin": "^4.0.1" @@ -33,8 +33,8 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/cli": "^1.16.1", - "@malagu/ext-scripts": "^1.16.1" + "@malagu/cli": "^1.16.2", + "@malagu/ext-scripts": "^1.16.2" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/dev-packages/eslint/package.json b/dev-packages/eslint/package.json index 182a01ae81..7fe30e6ad4 100644 --- a/dev-packages/eslint/package.json +++ b/dev-packages/eslint/package.json @@ -1,6 +1,6 @@ { "name": "@malagu/eslint", - "version": "1.16.1", + "version": "1.16.2", "description": "eslint component", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", @@ -37,8 +37,8 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/cli": "^1.16.1", - "@malagu/ext-scripts": "^1.16.1" + "@malagu/cli": "^1.16.2", + "@malagu/ext-scripts": "^1.16.2" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/dev-packages/ext-scripts/package.json b/dev-packages/ext-scripts/package.json index f98e76c496..ce29fb2cf3 100644 --- a/dev-packages/ext-scripts/package.json +++ b/dev-packages/ext-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@malagu/ext-scripts", - "version": "1.16.1", + "version": "1.16.2", "license": "MIT", "description": "NPM scripts for malagu packages.", "files": [ diff --git a/dev-packages/pwa/package.json b/dev-packages/pwa/package.json index 699ca52cc0..632f571218 100644 --- a/dev-packages/pwa/package.json +++ b/dev-packages/pwa/package.json @@ -1,6 +1,6 @@ { "name": "@malagu/pwa", - "version": "1.16.1", + "version": "1.16.2", "description": "pwa component", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", @@ -34,8 +34,8 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/cli": "^1.16.1", - "@malagu/ext-scripts": "^1.16.1" + "@malagu/cli": "^1.16.2", + "@malagu/ext-scripts": "^1.16.2" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/lerna.json b/lerna.json index 30835fe154..61ee686134 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "lerna": "2.2.0", "npmClient": "yarn", "useWorkspaces": true, - "version": "1.16.1", + "version": "1.16.2", "packages": [ "packages/*", "dev-pacakges/*" diff --git a/packages/antd/package.json b/packages/antd/package.json index b14d7d16d7..8effc418b3 100644 --- a/packages/antd/package.json +++ b/packages/antd/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/antd", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/browser/index.js", "typings": "lib/browser/index.d.ts", "dependencies": { - "@malagu/react": "^1.16.1", + "@malagu/react": "^1.16.2", "antd": "^4.0.2", "dayjs": "^1.8.22", "react": "^16.12.0", @@ -40,7 +40,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.16.1", + "@malagu/ext-scripts": "^1.16.2", "@types/history": "^4.7.3", "@types/react-router-dom": "^5.1.3" }, diff --git a/packages/authing/package.json b/packages/authing/package.json index aeab8b2b13..061c4d6dd5 100644 --- a/packages/authing/package.json +++ b/packages/authing/package.json @@ -1,12 +1,12 @@ { "name": "@malagu/authing", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/security": "^1.16.1", - "@malagu/web": "^1.16.1", + "@malagu/security": "^1.16.2", + "@malagu/web": "^1.16.2", "authing-js-sdk": "^3.11.0", "jsonwebtoken": "^8.5.1", "mustache": "^4.0.0", @@ -41,7 +41,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.16.1", + "@malagu/ext-scripts": "^1.16.2", "@types/koa-session": "^5.10.1", "@types/mustache": "^4.0.0", "@types/url-join": "^4.0.0", diff --git a/packages/cache/package.json b/packages/cache/package.json index 205b472a58..c76a8dfe55 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/cache", - "version": "1.16.1", + "version": "1.16.2", "description": "cache component for cache-manager", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/core": "^1.16.1", + "@malagu/core": "^1.16.2", "cache-manager": "^3.4.0" }, "publishConfig": { @@ -36,7 +36,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.16.1", + "@malagu/ext-scripts": "^1.16.2", "@types/cache-manager": "^2.10.3" }, "nyc": { diff --git a/packages/cloud/package.json b/packages/cloud/package.json index a0d7d4f25c..97c9353a06 100644 --- a/packages/cloud/package.json +++ b/packages/cloud/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/cloud", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/core": "^1.16.1" + "@malagu/core": "^1.16.2" }, "publishConfig": { "access": "public" @@ -35,7 +35,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.16.1", + "@malagu/ext-scripts": "^1.16.2", "@types/puppeteer-core": "^2.0.0", "bufferutil": "^4.0.1", "utf-8-validate": "^5.0.2" diff --git a/packages/core/package.json b/packages/core/package.json index 4d8c0abdd6..639fb44c91 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@malagu/core", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", @@ -53,7 +53,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.16.1", + "@malagu/ext-scripts": "^1.16.2", "@types/traverse": "^0.6.32" }, "nyc": { diff --git a/packages/cos/package.json b/packages/cos/package.json index 049cc8d420..9ef3886938 100644 --- a/packages/cos/package.json +++ b/packages/cos/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/cos", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/cloud": "^1.16.1", + "@malagu/cloud": "^1.16.2", "cos-nodejs-sdk-v5": "^2.8.3" }, "publishConfig": { @@ -37,7 +37,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.16.1", + "@malagu/ext-scripts": "^1.16.2", "@types/ali-oss": "^6.0.5", "@types/puppeteer-core": "^2.0.0", "bufferutil": "^4.0.1", diff --git a/packages/express-adapter/package.json b/packages/express-adapter/package.json index 3c4504df9f..861884a0e9 100644 --- a/packages/express-adapter/package.json +++ b/packages/express-adapter/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/express-adapter", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/web": "^1.16.1", + "@malagu/web": "^1.16.2", "express": "^4.17.1" }, "publishConfig": { @@ -36,7 +36,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.16.1" + "@malagu/ext-scripts": "^1.16.2" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/faas-adapter/package.json b/packages/faas-adapter/package.json index 24438aec09..3de0459aec 100644 --- a/packages/faas-adapter/package.json +++ b/packages/faas-adapter/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/faas-adapter", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/cloud": "^1.16.1", + "@malagu/cloud": "^1.16.2", "dotenv": "^8.2.0", "fs-extra": "^8.1.0", "inquirer": "^6.5.1", @@ -40,8 +40,8 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/cli": "^1.16.1", - "@malagu/ext-scripts": "^1.16.1", + "@malagu/cli": "^1.16.2", + "@malagu/ext-scripts": "^1.16.2", "@types/inquirer": "^6.5.0", "@types/jszip": "^3.1.6" }, diff --git a/packages/fc-adapter/package.json b/packages/fc-adapter/package.json index bdcd28ed29..c5c0574019 100644 --- a/packages/fc-adapter/package.json +++ b/packages/fc-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@malagu/fc-adapter", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", @@ -8,8 +8,8 @@ "@alicloud/cloudapi": "^1.1.0", "@alicloud/fc2": "^2.1.1", "@alicloud/ram": "^1.0.0", - "@malagu/faas-adapter": "^1.16.1", - "@malagu/web": "^1.16.1", + "@malagu/faas-adapter": "^1.16.2", + "@malagu/web": "^1.16.2", "@webserverless/fc-express": "^0.1.4", "ali-oss": "^6.1.1", "co": "^4.6.0", @@ -47,8 +47,8 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/cli": "^1.16.1", - "@malagu/ext-scripts": "^1.16.1", + "@malagu/cli": "^1.16.2", + "@malagu/ext-scripts": "^1.16.2", "@types/jszip": "^3.1.6" }, "nyc": { diff --git a/packages/grommet/package.json b/packages/grommet/package.json index 319d224301..bb066b619b 100644 --- a/packages/grommet/package.json +++ b/packages/grommet/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/grommet", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/browser/index.js", "typings": "lib/browser/index.d.ts", "dependencies": { - "@malagu/react": "^1.16.1", + "@malagu/react": "^1.16.2", "grommet": "^2.16.3", "grommet-icons": "^4.4.0", "react": "^16.12.0", @@ -41,7 +41,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.16.1", + "@malagu/ext-scripts": "^1.16.2", "@types/history": "^4.7.3", "@types/react-router-dom": "^5.1.3" }, diff --git a/packages/lambda-adapter/package.json b/packages/lambda-adapter/package.json index 473e69b41b..083f5825b2 100644 --- a/packages/lambda-adapter/package.json +++ b/packages/lambda-adapter/package.json @@ -1,12 +1,12 @@ { "name": "@malagu/lambda-adapter", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/faas-adapter": "^1.16.1", - "@malagu/web": "^1.16.1", + "@malagu/faas-adapter": "^1.16.2", + "@malagu/web": "^1.16.2", "@vendia/serverless-express": "^3.4.0", "aws-sdk": "^2.807.0", "express": "^4.17.1" @@ -40,8 +40,8 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/cli": "^1.16.1", - "@malagu/ext-scripts": "^1.16.1", + "@malagu/cli": "^1.16.2", + "@malagu/ext-scripts": "^1.16.2", "@types/jszip": "^3.1.6" }, "nyc": { diff --git a/packages/logger/package.json b/packages/logger/package.json index 7ada59393b..5614c20447 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/logger", - "version": "1.16.1", + "version": "1.16.2", "description": "logger component for pino", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/web": "^1.16.1", + "@malagu/web": "^1.16.2", "pino": "^5.16.0" }, "publishConfig": { @@ -37,7 +37,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.16.1", + "@malagu/ext-scripts": "^1.16.2", "@types/pino": "^5.15.5" }, "nyc": { diff --git a/packages/material-ui/package.json b/packages/material-ui/package.json index f306b5e321..57c8238eed 100644 --- a/packages/material-ui/package.json +++ b/packages/material-ui/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/material-ui", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/browser/index.js", "typings": "lib/browser/index.d.ts", "dependencies": { - "@malagu/react": "^1.16.1", + "@malagu/react": "^1.16.2", "@material-ui/core": "^4.6.0", "@material-ui/icons": "^4.5.1", "@material-ui/styles": "^4.5.2", @@ -40,7 +40,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.16.1", + "@malagu/ext-scripts": "^1.16.2", "@types/history": "^4.7.3", "@types/react-router-dom": "^5.1.3" }, diff --git a/packages/mvc/package.json b/packages/mvc/package.json index fc6a613baf..7b5e4289d2 100644 --- a/packages/mvc/package.json +++ b/packages/mvc/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/mvc", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/web": "^1.16.1", + "@malagu/web": "^1.16.2", "is-stream": "^2.0.0", "mustache": "^4.0.1" }, @@ -37,7 +37,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.16.1", + "@malagu/ext-scripts": "^1.16.2", "@types/koa-session": "^5.10.1", "@types/mustache": "^4.0.1", "@types/url-join": "^4.0.0", diff --git a/packages/oauth2-client/package.json b/packages/oauth2-client/package.json index 8ccf6c9550..91045ab955 100644 --- a/packages/oauth2-client/package.json +++ b/packages/oauth2-client/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/oauth2-client", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/oauth2-jose": "^1.16.1" + "@malagu/oauth2-jose": "^1.16.2" }, "publishConfig": { "access": "public" diff --git a/packages/oauth2-core/package.json b/packages/oauth2-core/package.json index c71166030b..f997c2cda9 100644 --- a/packages/oauth2-core/package.json +++ b/packages/oauth2-core/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/oauth2-core", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/security": "^1.16.1" + "@malagu/security": "^1.16.2" }, "publishConfig": { "access": "public" diff --git a/packages/oauth2-jose/package.json b/packages/oauth2-jose/package.json index 265c2d3591..4e8ba5b0f8 100644 --- a/packages/oauth2-jose/package.json +++ b/packages/oauth2-jose/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/oauth2-jose", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/oauth2-core": "^1.16.1", + "@malagu/oauth2-core": "^1.16.2", "jose": "^1.28.0" }, "publishConfig": { diff --git a/packages/oidc-provider/package.json b/packages/oidc-provider/package.json index cdba0badaf..f45f9e4f8a 100644 --- a/packages/oidc-provider/package.json +++ b/packages/oidc-provider/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/oidc-provider", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/web": "^1.16.1", + "@malagu/web": "^1.16.2", "oidc-provider": "^6.29.5" }, "publishConfig": { @@ -36,7 +36,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.16.1", + "@malagu/ext-scripts": "^1.16.2", "@types/crypto-js": "^3.1.47", "@types/jexl": "^2.1.0" }, diff --git a/packages/oss/package.json b/packages/oss/package.json index 7012235455..928f5c61bf 100644 --- a/packages/oss/package.json +++ b/packages/oss/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/oss", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/cloud": "^1.16.1", + "@malagu/cloud": "^1.16.2", "ali-oss": "^5.2.0" }, "publishConfig": { @@ -37,7 +37,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.16.1", + "@malagu/ext-scripts": "^1.16.2", "@types/ali-oss": "^6.0.5", "@types/puppeteer-core": "^2.0.0", "bufferutil": "^4.0.1", diff --git a/packages/puppeteer/package.json b/packages/puppeteer/package.json index ba305878aa..f8bce7c0f6 100644 --- a/packages/puppeteer/package.json +++ b/packages/puppeteer/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/puppeteer", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/cloud": "^1.16.1", + "@malagu/cloud": "^1.16.2", "puppeteer-core": "^5.5.0", "tar": "^4.4.4" }, @@ -38,7 +38,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.16.1", + "@malagu/ext-scripts": "^1.16.2", "@types/puppeteer-core": "^2.0.0", "bufferutil": "^4.0.1", "utf-8-validate": "^5.0.2" diff --git a/packages/react/package.json b/packages/react/package.json index 43f8c25dd9..cead935077 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/react", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/browser/index.js", "typings": "lib/browser/index.d.ts", "dependencies": { - "@malagu/widget": "^1.16.1", + "@malagu/widget": "^1.16.2", "history": "^4.10.1", "react": "^16.12.0", "react-dom": "^16.12.0", @@ -42,7 +42,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.16.1", + "@malagu/ext-scripts": "^1.16.2", "@types/history": "^4.7.3", "@types/react-dom": "^16.9.8", "@types/react-router-dom": "^5.1.3" diff --git a/packages/rpc/package.json b/packages/rpc/package.json index 473db7421f..f4812c4043 100644 --- a/packages/rpc/package.json +++ b/packages/rpc/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/rpc", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/web": "^1.16.1" + "@malagu/web": "^1.16.2" }, "publishConfig": { "access": "public" @@ -35,7 +35,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.16.1", + "@malagu/ext-scripts": "^1.16.2", "@types/url-join": "^4.0.0", "@types/uuid": "^3.4.5" }, diff --git a/packages/s3/package.json b/packages/s3/package.json index ca80b28dcd..385b690acc 100644 --- a/packages/s3/package.json +++ b/packages/s3/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/s3", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/cloud": "^1.16.1", + "@malagu/cloud": "^1.16.2", "aws-sdk": "^2.807.0" }, "publishConfig": { @@ -37,7 +37,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.16.1", + "@malagu/ext-scripts": "^1.16.2", "@types/ali-oss": "^6.0.5", "@types/puppeteer-core": "^2.0.0", "bufferutil": "^4.0.1", diff --git a/packages/scf-adapter/package.json b/packages/scf-adapter/package.json index c111058f12..22fc83dc7f 100644 --- a/packages/scf-adapter/package.json +++ b/packages/scf-adapter/package.json @@ -1,12 +1,12 @@ { "name": "@malagu/scf-adapter", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/faas-adapter": "^1.16.1", - "@malagu/web": "^1.16.1", + "@malagu/faas-adapter": "^1.16.2", + "@malagu/web": "^1.16.2", "express": "^4.17.1", "fs-extra": "^8.1.0", "tencent-serverless-http": "^1.2.0", @@ -41,8 +41,8 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/cli": "^1.16.1", - "@malagu/ext-scripts": "^1.16.1", + "@malagu/cli": "^1.16.2", + "@malagu/ext-scripts": "^1.16.2", "@types/jszip": "^3.1.6" }, "nyc": { diff --git a/packages/security/package.json b/packages/security/package.json index 6ad63b9bcc..f63710ca27 100644 --- a/packages/security/package.json +++ b/packages/security/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/security", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/web": "^1.16.1", + "@malagu/web": "^1.16.2", "crypto-js": "^4.0.0", "micromatch": "^4.0.2" }, @@ -37,7 +37,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.16.1", + "@malagu/ext-scripts": "^1.16.2", "@types/crypto-js": "^3.1.47", "@types/jexl": "^2.1.0", "@types/micromatch": "^4.0.1" diff --git a/packages/serve-static/package.json b/packages/serve-static/package.json index 9cb79b6a9f..731373a0e3 100644 --- a/packages/serve-static/package.json +++ b/packages/serve-static/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/serve-static", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/web": "^1.16.1", + "@malagu/web": "^1.16.2", "serve-static": "^1.14.1" }, "publishConfig": { @@ -37,7 +37,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.16.1", + "@malagu/ext-scripts": "^1.16.2", "@types/koa-session": "^5.10.1", "@types/mustache": "^4.0.1", "@types/url-join": "^4.0.0", diff --git a/packages/shell/package.json b/packages/shell/package.json index 14c89d3cdf..f8806d2a1c 100644 --- a/packages/shell/package.json +++ b/packages/shell/package.json @@ -1,12 +1,12 @@ { "name": "@malagu/shell", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/grommet": "^1.16.1", - "@malagu/security": "^1.16.1" + "@malagu/grommet": "^1.16.2", + "@malagu/security": "^1.16.2" }, "publishConfig": { "access": "public" @@ -37,7 +37,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.16.1", + "@malagu/ext-scripts": "^1.16.2", "@types/styled-components": "^5.1.1" }, "nyc": { diff --git a/packages/typeorm/package.json b/packages/typeorm/package.json index cca335bc7d..4fe74719db 100644 --- a/packages/typeorm/package.json +++ b/packages/typeorm/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/typeorm", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/web": "^1.16.1", + "@malagu/web": "^1.16.2", "mysql": "^2.17.1", "typeorm": "^0.2.19" }, @@ -37,8 +37,8 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/cli": "^1.16.1", - "@malagu/ext-scripts": "^1.16.1", + "@malagu/cli": "^1.16.2", + "@malagu/ext-scripts": "^1.16.2", "webpack-filter-warnings-plugin": "^1.2.1" }, "nyc": { diff --git a/packages/vercel-adapter/package.json b/packages/vercel-adapter/package.json index f3c9da8fc3..defb38f8e2 100644 --- a/packages/vercel-adapter/package.json +++ b/packages/vercel-adapter/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/vercel-adapter", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/web": "^1.16.1", + "@malagu/web": "^1.16.2", "command-exists": "^1.2.9", "express": "^4.17.1" }, @@ -38,7 +38,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.16.1", + "@malagu/ext-scripts": "^1.16.2", "webpack-merge": "^4.2.1" }, "nyc": { diff --git a/packages/vue/package.json b/packages/vue/package.json index 461476e1f1..9781ea7b93 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/vue", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/browser/index.js", "typings": "lib/browser/index.d.ts", "dependencies": { - "@malagu/core": "^1.16.1", + "@malagu/core": "^1.16.2", "@vue/compiler-sfc": "^3.0.7", "vue": "3.0.7", "vue-loader": "^16.1.2", @@ -40,7 +40,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.16.1" + "@malagu/ext-scripts": "^1.16.2" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/web/package.json b/packages/web/package.json index 6319214523..ebac947199 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/web", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/core": "^1.16.1", + "@malagu/core": "^1.16.2", "@types/express": "^4.17.9", "axios": "^0.21.1", "cookies": "^0.8.0", @@ -45,7 +45,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.16.1", + "@malagu/ext-scripts": "^1.16.2", "@types/cors": "^2.8.6", "bufferutil": "^4.0.1", "utf-8-validate": "^5.0.2" diff --git a/packages/widget/package.json b/packages/widget/package.json index 7b9ae4add0..96dfe15ba5 100644 --- a/packages/widget/package.json +++ b/packages/widget/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/widget", - "version": "1.16.1", + "version": "1.16.2", "description": "", "main": "lib/browser/index.js", "typings": "lib/browser/index.d.ts", "dependencies": { - "@malagu/core": "^1.16.1" + "@malagu/core": "^1.16.2" }, "publishConfig": { "access": "public" @@ -35,7 +35,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.16.1" + "@malagu/ext-scripts": "^1.16.2" }, "nyc": { "extends": "../../configs/nyc.json"