diff --git a/dev-packages/cli/package.json b/dev-packages/cli/package.json index 2514e7f965..725482d951 100644 --- a/dev-packages/cli/package.json +++ b/dev-packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@malagu/cli", - "version": "1.12.2", + "version": "1.13.0", "description": "Malagu CLI.", "publishConfig": { "access": "public" @@ -86,7 +86,7 @@ "worker-loader": "^2.0.0" }, "devDependencies": { - "@malagu/ext-scripts": "^1.12.2", + "@malagu/ext-scripts": "^1.13.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 040345be9f..b4fff32066 100644 --- a/dev-packages/compression/package.json +++ b/dev-packages/compression/package.json @@ -1,6 +1,6 @@ { "name": "@malagu/compression", - "version": "1.12.2", + "version": "1.13.0", "description": "", "dependencies": { "compression-webpack-plugin": "^4.0.1" @@ -33,8 +33,8 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/cli": "^1.12.2", - "@malagu/ext-scripts": "^1.12.2" + "@malagu/cli": "^1.13.0", + "@malagu/ext-scripts": "^1.13.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/dev-packages/eslint/package.json b/dev-packages/eslint/package.json index b3db27a2eb..7dbfaa6638 100644 --- a/dev-packages/eslint/package.json +++ b/dev-packages/eslint/package.json @@ -1,6 +1,6 @@ { "name": "@malagu/eslint", - "version": "1.12.2", + "version": "1.13.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.12.2", - "@malagu/ext-scripts": "^1.12.2" + "@malagu/cli": "^1.13.0", + "@malagu/ext-scripts": "^1.13.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/dev-packages/ext-scripts/package.json b/dev-packages/ext-scripts/package.json index 5582c941d5..4ed78fab14 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.12.2", + "version": "1.13.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 da5a0bca6b..90e1895d50 100644 --- a/dev-packages/pwa/package.json +++ b/dev-packages/pwa/package.json @@ -1,6 +1,6 @@ { "name": "@malagu/pwa", - "version": "1.12.2", + "version": "1.13.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.12.2", - "@malagu/ext-scripts": "^1.12.2" + "@malagu/cli": "^1.13.0", + "@malagu/ext-scripts": "^1.13.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/lerna.json b/lerna.json index ce781d2c67..baf66f011e 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "lerna": "2.2.0", "npmClient": "yarn", "useWorkspaces": true, - "version": "1.12.2", + "version": "1.13.0", "packages": [ "packages/*", "dev-pacakges/*" diff --git a/packages/antd/package.json b/packages/antd/package.json index e94d2c2b84..0eb2e71b2e 100644 --- a/packages/antd/package.json +++ b/packages/antd/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/antd", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/browser/index.js", "typings": "lib/browser/index.d.ts", "dependencies": { - "@malagu/react": "^1.12.2", + "@malagu/react": "^1.13.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.12.2", + "@malagu/ext-scripts": "^1.13.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 097795a02b..ffb9d92739 100644 --- a/packages/authing/package.json +++ b/packages/authing/package.json @@ -1,12 +1,12 @@ { "name": "@malagu/authing", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/security": "^1.12.2", - "@malagu/web": "^1.12.2", + "@malagu/security": "^1.13.0", + "@malagu/web": "^1.13.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.12.2", + "@malagu/ext-scripts": "^1.13.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 fd9e1ac38b..5922a20c70 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/cache", - "version": "1.12.2", + "version": "1.13.0", "description": "cache component for cache-manager", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/core": "^1.12.2", + "@malagu/core": "^1.13.0", "cache-manager": "^3.4.0" }, "publishConfig": { @@ -36,7 +36,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.12.2", + "@malagu/ext-scripts": "^1.13.0", "@types/cache-manager": "^2.10.3" }, "nyc": { diff --git a/packages/cloud/package.json b/packages/cloud/package.json index 8e56257bf6..af0931dc38 100644 --- a/packages/cloud/package.json +++ b/packages/cloud/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/cloud", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/core": "^1.12.2" + "@malagu/core": "^1.13.0" }, "publishConfig": { "access": "public" @@ -35,7 +35,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.12.2", + "@malagu/ext-scripts": "^1.13.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 df0a0a5413..d7f863af2b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@malagu/core", - "version": "1.12.2", + "version": "1.13.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.12.2", + "@malagu/ext-scripts": "^1.13.0", "@types/traverse": "^0.6.32" }, "nyc": { diff --git a/packages/cos/package.json b/packages/cos/package.json index a47bf8e05c..86d8471d79 100644 --- a/packages/cos/package.json +++ b/packages/cos/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/cos", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/cloud": "^1.12.2", + "@malagu/cloud": "^1.13.0", "cos-nodejs-sdk-v5": "^2.8.3" }, "publishConfig": { @@ -37,7 +37,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.12.2", + "@malagu/ext-scripts": "^1.13.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 661aa44ec1..e7c3cd17be 100644 --- a/packages/express-adapter/package.json +++ b/packages/express-adapter/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/express-adapter", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/web": "^1.12.2", + "@malagu/web": "^1.13.0", "express": "^4.17.1" }, "publishConfig": { @@ -36,7 +36,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.12.2" + "@malagu/ext-scripts": "^1.13.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/faas-adapter/package.json b/packages/faas-adapter/package.json index 2ab72d2431..2c1cbe6592 100644 --- a/packages/faas-adapter/package.json +++ b/packages/faas-adapter/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/faas-adapter", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/cloud": "^1.12.2", + "@malagu/cloud": "^1.13.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.12.2", - "@malagu/ext-scripts": "^1.12.2", + "@malagu/cli": "^1.13.0", + "@malagu/ext-scripts": "^1.13.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 6baba7e5cf..b9c511ff38 100644 --- a/packages/fc-adapter/package.json +++ b/packages/fc-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@malagu/fc-adapter", - "version": "1.12.2", + "version": "1.13.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.12.2", - "@malagu/web": "^1.12.2", + "@malagu/faas-adapter": "^1.13.0", + "@malagu/web": "^1.13.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.12.2", - "@malagu/ext-scripts": "^1.12.2", + "@malagu/cli": "^1.13.0", + "@malagu/ext-scripts": "^1.13.0", "@types/jszip": "^3.1.6" }, "nyc": { diff --git a/packages/grommet/package.json b/packages/grommet/package.json index 72f4376731..c32907865f 100644 --- a/packages/grommet/package.json +++ b/packages/grommet/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/grommet", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/browser/index.js", "typings": "lib/browser/index.d.ts", "dependencies": { - "@malagu/react": "^1.12.2", + "@malagu/react": "^1.13.0", "grommet": "^2.14.0", "grommet-icons": "^4.4.0", "react": "^16.12.0", @@ -41,7 +41,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.12.2", + "@malagu/ext-scripts": "^1.13.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 58a8da74ae..29d2cfe2f4 100644 --- a/packages/lambda-adapter/package.json +++ b/packages/lambda-adapter/package.json @@ -1,12 +1,12 @@ { "name": "@malagu/lambda-adapter", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/faas-adapter": "^1.12.2", - "@malagu/web": "^1.12.2", + "@malagu/faas-adapter": "^1.13.0", + "@malagu/web": "^1.13.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.12.2", - "@malagu/ext-scripts": "^1.12.2", + "@malagu/cli": "^1.13.0", + "@malagu/ext-scripts": "^1.13.0", "@types/jszip": "^3.1.6" }, "nyc": { diff --git a/packages/logger/package.json b/packages/logger/package.json index 850d0e8b59..8337310bfe 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/logger", - "version": "1.12.2", + "version": "1.13.0", "description": "logger component for pino", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/web": "^1.12.2", + "@malagu/web": "^1.13.0", "pino": "^5.16.0" }, "publishConfig": { @@ -37,7 +37,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.12.2", + "@malagu/ext-scripts": "^1.13.0", "@types/pino": "^5.15.5" }, "nyc": { diff --git a/packages/material-ui/package.json b/packages/material-ui/package.json index e53d4d7a38..47d743d83a 100644 --- a/packages/material-ui/package.json +++ b/packages/material-ui/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/material-ui", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/browser/index.js", "typings": "lib/browser/index.d.ts", "dependencies": { - "@malagu/react": "^1.12.2", + "@malagu/react": "^1.13.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.12.2", + "@malagu/ext-scripts": "^1.13.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 a4359464b9..0e3f5699cc 100644 --- a/packages/mvc/package.json +++ b/packages/mvc/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/mvc", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/web": "^1.12.2", + "@malagu/web": "^1.13.0", "is-stream": "^2.0.0", "mustache": "^4.0.1" }, @@ -37,7 +37,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.12.2", + "@malagu/ext-scripts": "^1.13.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 972a9c5b9c..65ce2deac5 100644 --- a/packages/oauth2-client/package.json +++ b/packages/oauth2-client/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/oauth2-client", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/oauth2-jose": "^1.12.2" + "@malagu/oauth2-jose": "^1.13.0" }, "publishConfig": { "access": "public" diff --git a/packages/oauth2-core/package.json b/packages/oauth2-core/package.json index 8f4526eb74..c7c8390e52 100644 --- a/packages/oauth2-core/package.json +++ b/packages/oauth2-core/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/oauth2-core", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/security": "^1.12.2" + "@malagu/security": "^1.13.0" }, "publishConfig": { "access": "public" diff --git a/packages/oauth2-jose/package.json b/packages/oauth2-jose/package.json index f29e161421..f9a6b4111b 100644 --- a/packages/oauth2-jose/package.json +++ b/packages/oauth2-jose/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/oauth2-jose", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/oauth2-core": "^1.12.2", + "@malagu/oauth2-core": "^1.13.0", "jose": "^1.28.0" }, "publishConfig": { diff --git a/packages/oidc-provider/package.json b/packages/oidc-provider/package.json index b1168c46b1..ac3801fcfb 100644 --- a/packages/oidc-provider/package.json +++ b/packages/oidc-provider/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/oidc-provider", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/web": "^1.12.2", + "@malagu/web": "^1.13.0", "oidc-provider": "^6.29.5" }, "publishConfig": { @@ -36,7 +36,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.12.2", + "@malagu/ext-scripts": "^1.13.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 7a2e5d68f4..425b6e5a47 100644 --- a/packages/oss/package.json +++ b/packages/oss/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/oss", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/cloud": "^1.12.2", + "@malagu/cloud": "^1.13.0", "ali-oss": "^5.2.0" }, "publishConfig": { @@ -37,7 +37,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.12.2", + "@malagu/ext-scripts": "^1.13.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 17b7ecd5a6..c20caf69a1 100644 --- a/packages/puppeteer/package.json +++ b/packages/puppeteer/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/puppeteer", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/cloud": "^1.12.2", + "@malagu/cloud": "^1.13.0", "puppeteer-core": "^5.5.0", "tar": "^4.4.4" }, @@ -38,7 +38,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.12.2", + "@malagu/ext-scripts": "^1.13.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 3f0c48b006..9f2d683a22 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/react", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/browser/index.js", "typings": "lib/browser/index.d.ts", "dependencies": { - "@malagu/widget": "^1.12.2", + "@malagu/widget": "^1.13.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.12.2", + "@malagu/ext-scripts": "^1.13.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 47f7bec0cf..536da10477 100644 --- a/packages/rpc/package.json +++ b/packages/rpc/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/rpc", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/web": "^1.12.2" + "@malagu/web": "^1.13.0" }, "publishConfig": { "access": "public" @@ -35,7 +35,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.12.2", + "@malagu/ext-scripts": "^1.13.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 6a267b4d59..eb23deb500 100644 --- a/packages/s3/package.json +++ b/packages/s3/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/s3", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/cloud": "^1.12.2", + "@malagu/cloud": "^1.13.0", "aws-sdk": "^2.807.0" }, "publishConfig": { @@ -37,7 +37,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.12.2", + "@malagu/ext-scripts": "^1.13.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 52b1dea796..d4142b6497 100644 --- a/packages/scf-adapter/package.json +++ b/packages/scf-adapter/package.json @@ -1,12 +1,12 @@ { "name": "@malagu/scf-adapter", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/faas-adapter": "^1.12.2", - "@malagu/web": "^1.12.2", + "@malagu/faas-adapter": "^1.13.0", + "@malagu/web": "^1.13.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.12.2", - "@malagu/ext-scripts": "^1.12.2", + "@malagu/cli": "^1.13.0", + "@malagu/ext-scripts": "^1.13.0", "@types/jszip": "^3.1.6" }, "nyc": { diff --git a/packages/security/package.json b/packages/security/package.json index 92c6bcd8b3..2e76f6d5a7 100644 --- a/packages/security/package.json +++ b/packages/security/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/security", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/web": "^1.12.2", + "@malagu/web": "^1.13.0", "crypto-js": "^4.0.0", "micromatch": "^4.0.2" }, @@ -37,7 +37,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.12.2", + "@malagu/ext-scripts": "^1.13.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 85c30bbbd7..8459b05f2f 100644 --- a/packages/serve-static/package.json +++ b/packages/serve-static/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/serve-static", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/web": "^1.12.2", + "@malagu/web": "^1.13.0", "serve-static": "^1.14.1" }, "publishConfig": { @@ -37,7 +37,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.12.2", + "@malagu/ext-scripts": "^1.13.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 1897fa27bf..1bc59da913 100644 --- a/packages/shell/package.json +++ b/packages/shell/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/shell", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/grommet": "^1.12.2" + "@malagu/grommet": "^1.13.0" }, "publishConfig": { "access": "public" @@ -36,7 +36,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.12.2", + "@malagu/ext-scripts": "^1.13.0", "@types/styled-components": "^5.1.1" }, "nyc": { diff --git a/packages/typeorm/package.json b/packages/typeorm/package.json index 731df03935..3639e8d879 100644 --- a/packages/typeorm/package.json +++ b/packages/typeorm/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/typeorm", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/web": "^1.12.2", + "@malagu/web": "^1.13.0", "mysql": "^2.17.1", "typeorm": "^0.2.19" }, @@ -37,8 +37,8 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/cli": "^1.12.2", - "@malagu/ext-scripts": "^1.12.2", + "@malagu/cli": "^1.13.0", + "@malagu/ext-scripts": "^1.13.0", "webpack-filter-warnings-plugin": "^1.2.1" }, "nyc": { diff --git a/packages/vercel-adapter/package.json b/packages/vercel-adapter/package.json index a6e57454dc..d1945e60ab 100644 --- a/packages/vercel-adapter/package.json +++ b/packages/vercel-adapter/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/vercel-adapter", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/node/index.js", "typings": "lib/node/index.d.ts", "dependencies": { - "@malagu/web": "^1.12.2", + "@malagu/web": "^1.13.0", "command-exists": "^1.2.9", "express": "^4.17.1" }, @@ -38,7 +38,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.12.2", + "@malagu/ext-scripts": "^1.13.0", "webpack-merge": "^4.2.1" }, "nyc": { diff --git a/packages/web/package.json b/packages/web/package.json index ad243c59c1..dce0f24c74 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/web", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@malagu/core": "^1.12.2", + "@malagu/core": "^1.13.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.12.2", + "@malagu/ext-scripts": "^1.13.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 505bfd4014..a3ff81a6e7 100644 --- a/packages/widget/package.json +++ b/packages/widget/package.json @@ -1,11 +1,11 @@ { "name": "@malagu/widget", - "version": "1.12.2", + "version": "1.13.0", "description": "", "main": "lib/browser/index.js", "typings": "lib/browser/index.d.ts", "dependencies": { - "@malagu/core": "^1.12.2" + "@malagu/core": "^1.13.0" }, "publishConfig": { "access": "public" @@ -35,7 +35,7 @@ "test": "malaguext test" }, "devDependencies": { - "@malagu/ext-scripts": "^1.12.2" + "@malagu/ext-scripts": "^1.13.0" }, "nyc": { "extends": "../../configs/nyc.json"