Skip to content

Commit

Permalink
publish v0.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
muxiangqiu committed Jun 16, 2020
1 parent 31694dc commit 5113eee
Show file tree
Hide file tree
Showing 23 changed files with 70 additions and 62 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## v0.0.23

- feat(scf-adapter) Add scf-adapter component
- feat(cli) Optimize multi-environment design
- feat(fc-adapter) The non-custom function of fc-adapter uses fc-express proxy forwarding
- feat(cli) Add scf related templates
- feat(vercel-adapter) Alter zeit-adapter to vercel-adapter

## v0.0.22

- feat(fc-adpater) Optimized the default value of malagu.server.endpoint
Expand Down
4 changes: 2 additions & 2 deletions dev-packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malagu/cli",
"version": "0.0.22",
"version": "0.0.23",
"description": "Malagu CLI.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -82,7 +82,7 @@
"worker-loader": "^2.0.0"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.22",
"@malagu/ext-scripts": "^0.0.23",
"@types/chai": "^4.0.1",
"@types/chai-string": "^1.4.0",
"@types/friendly-errors-webpack-plugin": "^0.1.2",
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/ext-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malagu/ext-scripts",
"version": "0.0.22",
"version": "0.0.23",
"license": "MIT",
"description": "NPM scripts for malagu packages.",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"lerna": "2.2.0",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.0.22",
"version": "0.0.23",
"packages": [
"packages/*",
"dev-pacakges/*"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"**/@types/node": "8.10.20"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.22",
"@malagu/ext-scripts": "^0.0.23",
"@types/chai": "^4.0.1",
"@types/chai-string": "^1.4.0",
"@types/jsdom": "^11.0.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/antd",
"version": "0.0.22",
"version": "0.0.23",
"description": "",
"main": "lib/browser/index.js",
"typings": "lib/browser/index.d.ts",
"dependencies": {
"@malagu/react": "^0.0.22",
"@malagu/react": "^0.0.23",
"antd": "^4.0.2",
"dayjs": "^1.8.22",
"react": "^16.12.0",
Expand Down Expand Up @@ -41,7 +41,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.22",
"@malagu/ext-scripts": "^0.0.23",
"@types/history": "^4.7.3",
"@types/react-router-dom": "^5.1.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/authing/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@malagu/authing",
"version": "0.0.22",
"version": "0.0.23",
"description": "",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@malagu/security": "^0.0.22",
"@malagu/web": "^0.0.22",
"@malagu/security": "^0.0.23",
"@malagu/web": "^0.0.23",
"authing-js-sdk": "^3.11.0",
"axios": "^0.19.2",
"jsonwebtoken": "^8.5.1",
Expand Down Expand Up @@ -43,7 +43,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.22",
"@malagu/ext-scripts": "^0.0.23",
"@types/koa-session": "^5.10.1",
"@types/mustache": "^4.0.0",
"@types/url-join": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malagu/core",
"version": "0.0.22",
"version": "0.0.23",
"description": "",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
Expand Down Expand Up @@ -53,7 +53,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.22",
"@malagu/ext-scripts": "^0.0.23",
"@types/traverse": "^0.6.32"
},
"nyc": {
Expand Down
6 changes: 3 additions & 3 deletions packages/express-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/express-adapter",
"version": "0.0.22",
"version": "0.0.23",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/web": "^0.0.22",
"@malagu/web": "^0.0.23",
"express": "^4.17.1"
},
"publishConfig": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.22"
"@malagu/ext-scripts": "^0.0.23"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down
8 changes: 4 additions & 4 deletions packages/fc-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@malagu/fc-adapter",
"version": "0.0.22",
"version": "0.0.23",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@alicloud/cloudapi": "^1.1.0",
"@alicloud/fc2": "^2.1.1",
"@alicloud/ram": "^1.0.0",
"@malagu/cli": "^0.0.22",
"@malagu/web": "^0.0.22",
"@malagu/cli": "^0.0.23",
"@malagu/web": "^0.0.23",
"@webserverless/fc-express": "^0.1.4",
"ali-oss": "^6.1.1",
"co": "^4.6.0",
Expand Down Expand Up @@ -51,7 +51,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.22",
"@malagu/ext-scripts": "^0.0.23",
"@types/inquirer": "^6.5.0",
"@types/jszip": "^3.1.6"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/grommet/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/grommet",
"version": "0.0.22",
"version": "0.0.23",
"description": "",
"main": "lib/browser/index.js",
"typings": "lib/browser/index.d.ts",
"dependencies": {
"@malagu/react": "^0.0.22",
"@malagu/react": "^0.0.23",
"grommet": "^2.9.0",
"grommet-icons": "^4.4.0",
"react": "^16.12.0",
Expand Down Expand Up @@ -41,7 +41,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.22",
"@malagu/ext-scripts": "^0.0.23",
"@types/history": "^4.7.3",
"@types/react-router-dom": "^5.1.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/logger",
"version": "0.0.22",
"version": "0.0.23",
"description": "logger component for pino",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@malagu/web": "^0.0.22",
"@malagu/web": "^0.0.23",
"pino": "^5.16.0"
},
"publishConfig": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.22",
"@malagu/ext-scripts": "^0.0.23",
"@types/pino": "^5.15.5"
},
"nyc": {
Expand Down
6 changes: 3 additions & 3 deletions packages/material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/material-ui",
"version": "0.0.22",
"version": "0.0.23",
"description": "",
"main": "lib/browser/index.js",
"typings": "lib/browser/index.d.ts",
"dependencies": {
"@malagu/grommet": "^0.0.22",
"@malagu/grommet": "^0.0.23",
"@material-ui/core": "^4.6.0",
"@material-ui/icons": "^4.5.1",
"@material-ui/styles": "^4.5.2",
Expand Down Expand Up @@ -41,7 +41,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.22",
"@malagu/ext-scripts": "^0.0.23",
"@types/history": "^4.7.3",
"@types/react-router-dom": "^5.1.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/mvc/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/mvc",
"version": "0.0.22",
"version": "0.0.23",
"description": "",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@malagu/web": "^0.0.22",
"@malagu/web": "^0.0.23",
"mustache": "^4.0.1"
},
"publishConfig": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.22",
"@malagu/ext-scripts": "^0.0.23",
"@types/koa-session": "^5.10.1",
"@types/mustache": "^4.0.1",
"@types/url-join": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/react",
"version": "0.0.22",
"version": "0.0.23",
"description": "",
"main": "lib/browser/index.js",
"typings": "lib/browser/index.d.ts",
"dependencies": {
"@malagu/core": "^0.0.22",
"@malagu/core": "^0.0.23",
"history": "^4.10.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down Expand Up @@ -42,7 +42,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.22",
"@malagu/ext-scripts": "^0.0.23",
"@types/history": "^4.7.3",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/rpc",
"version": "0.0.22",
"version": "0.0.23",
"description": "",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@malagu/web": "^0.0.22",
"@malagu/web": "^0.0.23",
"reconnecting-websocket": "^4.1.10"
},
"publishConfig": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.22",
"@malagu/ext-scripts": "^0.0.23",
"@types/url-join": "^4.0.0",
"@types/uuid": "^3.4.5"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/scf-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@malagu/scf-adapter",
"version": "0.0.22",
"version": "0.0.23",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/cli": "^0.0.22",
"@malagu/web": "^0.0.22",
"@malagu/cli": "^0.0.23",
"@malagu/web": "^0.0.23",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fs-extra": "^8.1.0",
Expand Down Expand Up @@ -45,7 +45,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.22",
"@malagu/ext-scripts": "^0.0.23",
"@types/inquirer": "^6.5.0",
"@types/jszip": "^3.1.6"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/security/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/security",
"version": "0.0.22",
"version": "0.0.23",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/web": "^0.0.22",
"@malagu/web": "^0.0.23",
"crypto-js": "^4.0.0"
},
"publishConfig": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.22",
"@malagu/ext-scripts": "^0.0.23",
"@types/crypto-js": "^3.1.47",
"@types/jexl": "^2.1.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/serve-static/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/serve-static",
"version": "0.0.22",
"version": "0.0.23",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/web": "^0.0.22",
"@malagu/web": "^0.0.23",
"serve-static": "^1.14.1"
},
"publishConfig": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^0.0.22",
"@malagu/ext-scripts": "^0.0.23",
"@types/koa-session": "^5.10.1",
"@types/mustache": "^4.0.1",
"@types/url-join": "^4.0.0",
Expand Down
Loading

0 comments on commit 5113eee

Please sign in to comment.