diff --git a/dev-packages/cli/package.json b/dev-packages/cli/package.json index e3a26e9d60..7935290d83 100644 --- a/dev-packages/cli/package.json +++ b/dev-packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@malagu/cli", - "version": "1.15.3", + "version": "1.16.0", "description": "Malagu CLI.", "publishConfig": { "access": "public" @@ -86,7 +86,7 @@ "worker-loader": "^2.0.0" }, "devDependencies": { - "@malagu/ext-scripts": "^1.15.3", + "@malagu/ext-scripts": "^1.16.0", "@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 a4b2381720..7ee1401b27 100644 --- a/dev-packages/compression/package.json +++ b/dev-packages/compression/package.json @@ -1,6 +1,6 @@ { "name": "@malagu/compression", - "version": "1.15.3", + "version": "1.16.0", "description": "", "dependencies": { "compression-webpack-plugin": "^4.0.1" @@ -33,8 +33,8 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/cli": "^1.15.3", - "@malagu/ext-scripts": "^1.15.3" + "@malagu/cli": "^1.16.0", + "@malagu/ext-scripts": "^1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/dev-packages/eslint/package.json b/dev-packages/eslint/package.json index 5f50e206c9..0a242c3a40 100644 --- a/dev-packages/eslint/package.json +++ b/dev-packages/eslint/package.json @@ -1,6 +1,6 @@ { "name": "@malagu/eslint", - "version": "1.15.3", + "version": "1.16.0", "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.15.3", - "@malagu/ext-scripts": "^1.15.3" + "@malagu/cli": "^1.16.0", + "@malagu/ext-scripts": "^1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/dev-packages/ext-scripts/package.json b/dev-packages/ext-scripts/package.json index 9c83f2b4c8..e526052c65 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.15.3", + "version": "1.16.0", "license": "MIT", "description": "NPM scripts for malagu packages.", "files": [ diff --git a/dev-packages/pwa/package.json b/dev-packages/pwa/package.json index 407bc369ac..9e48385fb9 100644 --- a/dev-packages/pwa/package.json +++ b/dev-packages/pwa/package.json @@ -1,6 +1,6 @@ { "name": "@malagu/pwa", - "version": "1.15.3", + "version": "1.16.0", "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.15.3", - "@malagu/ext-scripts": "^1.15.3" + "@malagu/cli": "^1.16.0", + "@malagu/ext-scripts": "^1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/lerna.json b/lerna.json index 6bd481b513..96d0f6fd16 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "lerna": "2.2.0", "npmClient": "yarn", "useWorkspaces": true, - "version": "1.15.3", + "version": "1.16.0", "packages": [ "packages/*", "dev-pacakges/*" diff --git a/packages/antd/package.json b/packages/antd/package.json index 471c354e73..cc4e403d7e 100644 --- a/packages/antd/package.json +++ b/packages/antd/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/antd", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/browser/index.js", "typings": "lib/browser/index.d.ts", "dependencies": { - "@malagu/react": "^1.15.3", + "@malagu/react": "^1.16.0", "antd": "^4.0.2", "dayjs": "^1.8.22", "react": "^16.12.0", @@ -40,7 +40,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.15.3", + "@malagu/ext-scripts": "^1.16.0", "@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 611f79ea9e..0dd2cdf0f7 100644 --- a/packages/authing/package.json +++ b/packages/authing/package.json @@ -1,12 +1,12 @@ { "name": "@malagu/authing", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/security": "^1.15.3", - "@malagu/web": "^1.15.3", + "@malagu/security": "^1.16.0", + "@malagu/web": "^1.16.0", "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.15.3", + "@malagu/ext-scripts": "^1.16.0", "@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 67f33a6f62..b29d677bea 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/cache", - "version": "1.15.3", + "version": "1.16.0", "description": "cache component for cache-manager", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/core": "^1.15.3", + "@malagu/core": "^1.16.0", "cache-manager": "^3.4.0" }, "publishConfig": { @@ -36,7 +36,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.15.3", + "@malagu/ext-scripts": "^1.16.0", "@types/cache-manager": "^2.10.3" }, "nyc": { diff --git a/packages/cloud/package.json b/packages/cloud/package.json index 34a06f7446..0e0e71d893 100644 --- a/packages/cloud/package.json +++ b/packages/cloud/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/cloud", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/core": "^1.15.3" + "@malagu/core": "^1.16.0" }, "publishConfig": { "access": "public" @@ -35,7 +35,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.15.3", + "@malagu/ext-scripts": "^1.16.0", "@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 32ed438fdb..8d5c03e35b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@malagu/core", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", @@ -53,7 +53,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.15.3", + "@malagu/ext-scripts": "^1.16.0", "@types/traverse": "^0.6.32" }, "nyc": { diff --git a/packages/cos/package.json b/packages/cos/package.json index 50ac4de931..0021248bb7 100644 --- a/packages/cos/package.json +++ b/packages/cos/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/cos", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/cloud": "^1.15.3", + "@malagu/cloud": "^1.16.0", "cos-nodejs-sdk-v5": "^2.8.3" }, "publishConfig": { @@ -37,7 +37,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.15.3", + "@malagu/ext-scripts": "^1.16.0", "@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 4527d3c9de..5ca728e760 100644 --- a/packages/express-adapter/package.json +++ b/packages/express-adapter/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/express-adapter", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/web": "^1.15.3", + "@malagu/web": "^1.16.0", "express": "^4.17.1" }, "publishConfig": { @@ -36,7 +36,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.15.3" + "@malagu/ext-scripts": "^1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/faas-adapter/package.json b/packages/faas-adapter/package.json index a9e3e235f2..b680a6bfd0 100644 --- a/packages/faas-adapter/package.json +++ b/packages/faas-adapter/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/faas-adapter", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/cloud": "^1.15.3", + "@malagu/cloud": "^1.16.0", "dotenv": "^8.2.0", "fs-extra": "^8.1.0", "inquirer": "^6.5.1", @@ -40,8 +40,8 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/cli": "^1.15.3", - "@malagu/ext-scripts": "^1.15.3", + "@malagu/cli": "^1.16.0", + "@malagu/ext-scripts": "^1.16.0", "@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 4e75cf8775..30778264d4 100644 --- a/packages/fc-adapter/package.json +++ b/packages/fc-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@malagu/fc-adapter", - "version": "1.15.3", + "version": "1.16.0", "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.15.3", - "@malagu/web": "^1.15.3", + "@malagu/faas-adapter": "^1.16.0", + "@malagu/web": "^1.16.0", "@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.15.3", - "@malagu/ext-scripts": "^1.15.3", + "@malagu/cli": "^1.16.0", + "@malagu/ext-scripts": "^1.16.0", "@types/jszip": "^3.1.6" }, "nyc": { diff --git a/packages/grommet/package.json b/packages/grommet/package.json index 038393acc9..8c178a2b10 100644 --- a/packages/grommet/package.json +++ b/packages/grommet/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/grommet", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/browser/index.js", "typings": "lib/browser/index.d.ts", "dependencies": { - "@malagu/react": "^1.15.3", + "@malagu/react": "^1.16.0", "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.15.3", + "@malagu/ext-scripts": "^1.16.0", "@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 cb3ea3db37..23a38738f1 100644 --- a/packages/lambda-adapter/package.json +++ b/packages/lambda-adapter/package.json @@ -1,12 +1,12 @@ { "name": "@malagu/lambda-adapter", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/faas-adapter": "^1.15.3", - "@malagu/web": "^1.15.3", + "@malagu/faas-adapter": "^1.16.0", + "@malagu/web": "^1.16.0", "@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.15.3", - "@malagu/ext-scripts": "^1.15.3", + "@malagu/cli": "^1.16.0", + "@malagu/ext-scripts": "^1.16.0", "@types/jszip": "^3.1.6" }, "nyc": { diff --git a/packages/logger/package.json b/packages/logger/package.json index 7015bc6ec2..adde812613 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/logger", - "version": "1.15.3", + "version": "1.16.0", "description": "logger component for pino", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/web": "^1.15.3", + "@malagu/web": "^1.16.0", "pino": "^5.16.0" }, "publishConfig": { @@ -37,7 +37,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.15.3", + "@malagu/ext-scripts": "^1.16.0", "@types/pino": "^5.15.5" }, "nyc": { diff --git a/packages/material-ui/package.json b/packages/material-ui/package.json index 9d28b2a4ca..d0d81abc5e 100644 --- a/packages/material-ui/package.json +++ b/packages/material-ui/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/material-ui", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/browser/index.js", "typings": "lib/browser/index.d.ts", "dependencies": { - "@malagu/react": "^1.15.3", + "@malagu/react": "^1.16.0", "@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.15.3", + "@malagu/ext-scripts": "^1.16.0", "@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 a1ae243ab8..7a0541b193 100644 --- a/packages/mvc/package.json +++ b/packages/mvc/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/mvc", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/web": "^1.15.3", + "@malagu/web": "^1.16.0", "is-stream": "^2.0.0", "mustache": "^4.0.1" }, @@ -37,7 +37,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.15.3", + "@malagu/ext-scripts": "^1.16.0", "@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 e9a55ad446..0d84d3725d 100644 --- a/packages/oauth2-client/package.json +++ b/packages/oauth2-client/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/oauth2-client", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/oauth2-jose": "^1.15.3" + "@malagu/oauth2-jose": "^1.16.0" }, "publishConfig": { "access": "public" diff --git a/packages/oauth2-core/package.json b/packages/oauth2-core/package.json index b42468321c..168c652d9f 100644 --- a/packages/oauth2-core/package.json +++ b/packages/oauth2-core/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/oauth2-core", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/security": "^1.15.3" + "@malagu/security": "^1.16.0" }, "publishConfig": { "access": "public" diff --git a/packages/oauth2-jose/package.json b/packages/oauth2-jose/package.json index 4acd666d2f..c5fb995828 100644 --- a/packages/oauth2-jose/package.json +++ b/packages/oauth2-jose/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/oauth2-jose", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/oauth2-core": "^1.15.3", + "@malagu/oauth2-core": "^1.16.0", "jose": "^1.28.0" }, "publishConfig": { diff --git a/packages/oidc-provider/package.json b/packages/oidc-provider/package.json index d8fdcbabb2..1775bad440 100644 --- a/packages/oidc-provider/package.json +++ b/packages/oidc-provider/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/oidc-provider", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/web": "^1.15.3", + "@malagu/web": "^1.16.0", "oidc-provider": "^6.29.5" }, "publishConfig": { @@ -36,7 +36,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.15.3", + "@malagu/ext-scripts": "^1.16.0", "@types/crypto-js": "^3.1.47", "@types/jexl": "^2.1.0" }, diff --git a/packages/oss/package.json b/packages/oss/package.json index 36b8112506..3df07530ca 100644 --- a/packages/oss/package.json +++ b/packages/oss/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/oss", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/cloud": "^1.15.3", + "@malagu/cloud": "^1.16.0", "ali-oss": "^5.2.0" }, "publishConfig": { @@ -37,7 +37,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.15.3", + "@malagu/ext-scripts": "^1.16.0", "@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 e0aa74d23b..828e0b71f1 100644 --- a/packages/puppeteer/package.json +++ b/packages/puppeteer/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/puppeteer", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/cloud": "^1.15.3", + "@malagu/cloud": "^1.16.0", "puppeteer-core": "^5.5.0", "tar": "^4.4.4" }, @@ -38,7 +38,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.15.3", + "@malagu/ext-scripts": "^1.16.0", "@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 a96949c1ec..66c632e71d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/react", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/browser/index.js", "typings": "lib/browser/index.d.ts", "dependencies": { - "@malagu/widget": "^1.15.3", + "@malagu/widget": "^1.16.0", "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.15.3", + "@malagu/ext-scripts": "^1.16.0", "@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 1e401b94cf..01800c3754 100644 --- a/packages/rpc/package.json +++ b/packages/rpc/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/rpc", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/web": "^1.15.3" + "@malagu/web": "^1.16.0" }, "publishConfig": { "access": "public" @@ -35,7 +35,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.15.3", + "@malagu/ext-scripts": "^1.16.0", "@types/url-join": "^4.0.0", "@types/uuid": "^3.4.5" }, diff --git a/packages/s3/package.json b/packages/s3/package.json index 53cb4fa964..067f2c70b0 100644 --- a/packages/s3/package.json +++ b/packages/s3/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/s3", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/cloud": "^1.15.3", + "@malagu/cloud": "^1.16.0", "aws-sdk": "^2.807.0" }, "publishConfig": { @@ -37,7 +37,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.15.3", + "@malagu/ext-scripts": "^1.16.0", "@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 43e2ef384b..ab9c70dcff 100644 --- a/packages/scf-adapter/package.json +++ b/packages/scf-adapter/package.json @@ -1,12 +1,12 @@ { "name": "@malagu/scf-adapter", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/faas-adapter": "^1.15.3", - "@malagu/web": "^1.15.3", + "@malagu/faas-adapter": "^1.16.0", + "@malagu/web": "^1.16.0", "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.15.3", - "@malagu/ext-scripts": "^1.15.3", + "@malagu/cli": "^1.16.0", + "@malagu/ext-scripts": "^1.16.0", "@types/jszip": "^3.1.6" }, "nyc": { diff --git a/packages/security/package.json b/packages/security/package.json index d8807bdaf2..2a01eb1f8e 100644 --- a/packages/security/package.json +++ b/packages/security/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/security", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/web": "^1.15.3", + "@malagu/web": "^1.16.0", "crypto-js": "^4.0.0", "micromatch": "^4.0.2" }, @@ -37,7 +37,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.15.3", + "@malagu/ext-scripts": "^1.16.0", "@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 6753f85b94..21ce963de9 100644 --- a/packages/serve-static/package.json +++ b/packages/serve-static/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/serve-static", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/web": "^1.15.3", + "@malagu/web": "^1.16.0", "serve-static": "^1.14.1" }, "publishConfig": { @@ -37,7 +37,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.15.3", + "@malagu/ext-scripts": "^1.16.0", "@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 0527318837..0335e8ba82 100644 --- a/packages/shell/package.json +++ b/packages/shell/package.json @@ -1,12 +1,12 @@ { "name": "@malagu/shell", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/grommet": "^1.15.3", - "@malagu/security": "^1.15.3" + "@malagu/grommet": "^1.16.0", + "@malagu/security": "^1.16.0" }, "publishConfig": { "access": "public" @@ -37,7 +37,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.15.3", + "@malagu/ext-scripts": "^1.16.0", "@types/styled-components": "^5.1.1" }, "nyc": { diff --git a/packages/typeorm/package.json b/packages/typeorm/package.json index 7a23b6b87f..c4ab103cf5 100644 --- a/packages/typeorm/package.json +++ b/packages/typeorm/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/typeorm", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/web": "^1.15.3", + "@malagu/web": "^1.16.0", "mysql": "^2.17.1", "typeorm": "^0.2.19" }, @@ -37,8 +37,8 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/cli": "^1.15.3", - "@malagu/ext-scripts": "^1.15.3", + "@malagu/cli": "^1.16.0", + "@malagu/ext-scripts": "^1.16.0", "webpack-filter-warnings-plugin": "^1.2.1" }, "nyc": { diff --git a/packages/vercel-adapter/package.json b/packages/vercel-adapter/package.json index 3ae06ac9a2..45bda1b9d1 100644 --- a/packages/vercel-adapter/package.json +++ b/packages/vercel-adapter/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/vercel-adapter", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/web": "^1.15.3", + "@malagu/web": "^1.16.0", "command-exists": "^1.2.9", "express": "^4.17.1" }, @@ -38,7 +38,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.15.3", + "@malagu/ext-scripts": "^1.16.0", "webpack-merge": "^4.2.1" }, "nyc": { diff --git a/packages/vue/package.json b/packages/vue/package.json index 28df053856..84e1c59a2e 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/vue", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/browser/index.js", "typings": "lib/browser/index.d.ts", "dependencies": { - "@malagu/core": "^1.15.3", + "@malagu/core": "^1.16.0", "@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.15.3" + "@malagu/ext-scripts": "^1.16.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/web/package.json b/packages/web/package.json index 17d7805c74..d8fac1b824 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/web", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/core": "^1.15.3", + "@malagu/core": "^1.16.0", "@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.15.3", + "@malagu/ext-scripts": "^1.16.0", "@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 ea12f570e6..b9e29ad93e 100644 --- a/packages/widget/package.json +++ b/packages/widget/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/widget", - "version": "1.15.3", + "version": "1.16.0", "description": "", "main": "lib/browser/index.js", "typings": "lib/browser/index.d.ts", "dependencies": { - "@malagu/core": "^1.15.3" + "@malagu/core": "^1.16.0" }, "publishConfig": { "access": "public" @@ -35,7 +35,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.15.3" + "@malagu/ext-scripts": "^1.16.0" }, "nyc": { "extends": "../../configs/nyc.json"