Skip to content

Commit

Permalink
publish v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
muxiangqiu committed Oct 5, 2020
1 parent cc2ccc5 commit e181b59
Show file tree
Hide file tree
Showing 28 changed files with 77 additions and 77 deletions.
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": "1.0.1",
"version": "1.0.2",
"description": "Malagu CLI.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -82,7 +82,7 @@
"worker-loader": "^2.0.0"
},
"devDependencies": {
"@malagu/ext-scripts": "^1.0.1",
"@malagu/ext-scripts": "^1.0.2",
"@types/chai": "^4.0.1",
"@types/chai-string": "^1.4.0",
"@types/friendly-errors-webpack-plugin": "^0.1.2",
Expand Down
6 changes: 3 additions & 3 deletions dev-packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malagu/eslint",
"version": "1.0.1",
"version": "1.0.2",
"description": "eslint component",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
Expand Down Expand Up @@ -38,8 +38,8 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/cli": "^1.0.1",
"@malagu/ext-scripts": "^1.0.1"
"@malagu/cli": "^1.0.2",
"@malagu/ext-scripts": "^1.0.2"
},
"nyc": {
"extends": "../../configs/nyc.json"
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": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"description": "NPM scripts for malagu packages.",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions dev-packages/pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malagu/pwa",
"version": "1.0.1",
"version": "1.0.2",
"description": "pwa component",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
Expand Down Expand Up @@ -35,8 +35,8 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/cli": "^1.0.1",
"@malagu/ext-scripts": "^1.0.1"
"@malagu/cli": "^1.0.2",
"@malagu/ext-scripts": "^1.0.2"
},
"nyc": {
"extends": "../../configs/nyc.json"
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": "1.0.1",
"version": "1.0.2",
"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": "^1.0.1",
"@malagu/ext-scripts": "^1.0.2",
"@types/chai": "^4.0.1",
"@types/chai-string": "^1.4.0",
"@types/jsdom": "^16.2.3",
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": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "lib/browser/index.js",
"typings": "lib/browser/index.d.ts",
"dependencies": {
"@malagu/react": "^1.0.1",
"@malagu/react": "^1.0.2",
"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": "^1.0.1",
"@malagu/ext-scripts": "^1.0.2",
"@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": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@malagu/security": "^1.0.1",
"@malagu/web": "^1.0.1",
"@malagu/security": "^1.0.2",
"@malagu/web": "^1.0.2",
"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": "^1.0.1",
"@malagu/ext-scripts": "^1.0.2",
"@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": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
Expand Down Expand Up @@ -55,7 +55,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^1.0.1",
"@malagu/ext-scripts": "^1.0.2",
"@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": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/web": "^1.0.1",
"@malagu/web": "^1.0.2",
"express": "^4.17.1"
},
"publishConfig": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^1.0.1"
"@malagu/ext-scripts": "^1.0.2"
},
"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,14 +1,14 @@
{
"name": "@malagu/fc-adapter",
"version": "1.0.1",
"version": "1.0.2",
"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/web": "^1.0.1",
"@malagu/web": "^1.0.2",
"@webserverless/fc-express": "^0.1.4",
"ali-oss": "^6.1.1",
"co": "^4.6.0",
Expand Down Expand Up @@ -50,8 +50,8 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/cli": "^1.0.1",
"@malagu/ext-scripts": "^1.0.1",
"@malagu/cli": "^1.0.2",
"@malagu/ext-scripts": "^1.0.2",
"@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": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "lib/browser/index.js",
"typings": "lib/browser/index.d.ts",
"dependencies": {
"@malagu/react": "^1.0.1",
"@malagu/react": "^1.0.2",
"grommet": "^2.14.0",
"grommet-icons": "^4.4.0",
"react": "^16.12.0",
Expand Down Expand Up @@ -42,7 +42,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^1.0.1",
"@malagu/ext-scripts": "^1.0.2",
"@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": "1.0.1",
"version": "1.0.2",
"description": "logger component for pino",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@malagu/web": "^1.0.1",
"@malagu/web": "^1.0.2",
"pino": "^5.16.0"
},
"publishConfig": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^1.0.1",
"@malagu/ext-scripts": "^1.0.2",
"@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": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "lib/browser/index.js",
"typings": "lib/browser/index.d.ts",
"dependencies": {
"@malagu/react": "^1.0.1",
"@malagu/react": "^1.0.2",
"@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": "^1.0.1",
"@malagu/ext-scripts": "^1.0.2",
"@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": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@malagu/web": "^1.0.1",
"@malagu/web": "^1.0.2",
"mustache": "^4.0.1"
},
"publishConfig": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^1.0.1",
"@malagu/ext-scripts": "^1.0.2",
"@types/koa-session": "^5.10.1",
"@types/mustache": "^4.0.1",
"@types/url-join": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/oauth2-client/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/oauth2-client",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/oauth2-jose": "^1.0.1"
"@malagu/oauth2-jose": "^1.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/oauth2-core/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/oauth2-core",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/security": "^1.0.1"
"@malagu/security": "^1.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/oauth2-jose/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@malagu/oauth2-jose",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"dependencies": {
"@malagu/oauth2-core": "^1.0.1",
"@malagu/oauth2-core": "^1.0.2",
"jose": "^1.28.0"
},
"publishConfig": {
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": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "lib/browser/index.js",
"typings": "lib/browser/index.d.ts",
"dependencies": {
"@malagu/widget": "^1.0.1",
"@malagu/widget": "^1.0.2",
"history": "^4.10.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down Expand Up @@ -43,7 +43,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^1.0.1",
"@malagu/ext-scripts": "^1.0.2",
"@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": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@malagu/web": "^1.0.1",
"@malagu/web": "^1.0.2",
"reconnecting-websocket": "^4.1.10"
},
"publishConfig": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"docs": "malaguext docs"
},
"devDependencies": {
"@malagu/ext-scripts": "^1.0.1",
"@malagu/ext-scripts": "^1.0.2",
"@types/url-join": "^4.0.0",
"@types/uuid": "^3.4.5"
},
Expand Down
Loading

0 comments on commit e181b59

Please sign in to comment.