Skip to content

Commit

Permalink
v0.2.0-alpha.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Wang Zhongliang committed Feb 1, 2019
1 parent ae1703d commit 55788ab
Show file tree
Hide file tree
Showing 18 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.2.0-alpha.16"
"version": "0.2.0-alpha.17"
}
10 changes: 5 additions & 5 deletions packages/builders/builder-flowtype/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manta-style/builder-flowtype",
"version": "0.2.0-alpha.16",
"version": "0.2.0-alpha.17",
"description": "FlowType Language Support",
"main": "./lib/flowtype-builder.js",
"typings": "./lib/index.d.js",
Expand Down Expand Up @@ -40,10 +40,10 @@
"@babel/plugin-syntax-flow": "^7.2.0",
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@manta-style/core": "^0.2.0-alpha.16",
"@manta-style/flowtype-helpers": "^0.2.0-alpha.16",
"@manta-style/jsdoc-parser": "^0.2.0-alpha.16",
"@manta-style/test-helpers": "^0.2.0-alpha.16",
"@manta-style/core": "^0.2.0-alpha.17",
"@manta-style/flowtype-helpers": "^0.2.0-alpha.17",
"@manta-style/jsdoc-parser": "^0.2.0-alpha.17",
"@manta-style/test-helpers": "^0.2.0-alpha.17",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"fs-extra": "^7.0.1",
"glob": "^7.1.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/builders/builder-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manta-style/builder-typescript",
"version": "0.2.0-alpha.16",
"version": "0.2.0-alpha.17",
"description": "TypeScript Language Support",
"main": "./lib/typescript-builder.js",
"typings": "./lib/typings/index.d.js",
Expand Down Expand Up @@ -39,8 +39,8 @@
"@babel/core": "^7.2.2",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@manta-style/core": "^0.2.0-alpha.16",
"@manta-style/test-helpers": "^0.2.0-alpha.16",
"@manta-style/core": "^0.2.0-alpha.17",
"@manta-style/test-helpers": "^0.2.0-alpha.17",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"typescript": "^3.2.4"
Expand Down
22 changes: 11 additions & 11 deletions packages/core/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manta-style/cli",
"version": "0.2.0-alpha.16",
"version": "0.2.0-alpha.17",
"description": "A command line tool for Manta Style",
"author": {
"name": "Zhongliang Wang",
Expand All @@ -24,9 +24,9 @@
"watch": "tsc --watch -p tsconfig.json"
},
"devDependencies": {
"@manta-style/builder-flowtype": "^0.2.0-alpha.16",
"@manta-style/builder-typescript": "^0.2.0-alpha.16",
"@manta-style/helpers": "^0.2.0-alpha.16",
"@manta-style/builder-flowtype": "^0.2.0-alpha.17",
"@manta-style/builder-typescript": "^0.2.0-alpha.17",
"@manta-style/helpers": "^0.2.0-alpha.17",
"@types/chokidar": "^1.7.5",
"@types/cli-table": "^0.3.0",
"@types/express": "^4.16.1",
Expand All @@ -40,13 +40,13 @@
"typescript": "3.2.4"
},
"dependencies": {
"@manta-style/core": "^0.2.0-alpha.16",
"@manta-style/flowtype-helpers": "^0.2.0-alpha.16",
"@manta-style/mock-example": "^0.2.0-alpha.16",
"@manta-style/mock-range": "^0.2.0-alpha.16",
"@manta-style/runtime": "^0.2.0-alpha.16",
"@manta-style/server-restful": "^0.2.0-alpha.16",
"@manta-style/typescript-helpers": "^0.2.0-alpha.16",
"@manta-style/core": "^0.2.0-alpha.17",
"@manta-style/flowtype-helpers": "^0.2.0-alpha.17",
"@manta-style/mock-example": "^0.2.0-alpha.17",
"@manta-style/mock-range": "^0.2.0-alpha.17",
"@manta-style/runtime": "^0.2.0-alpha.17",
"@manta-style/server-restful": "^0.2.0-alpha.17",
"@manta-style/typescript-helpers": "^0.2.0-alpha.17",
"axios": "^0.18.0",
"chalk": "^2.4.2",
"chokidar": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manta-style/core",
"version": "0.2.0-alpha.16",
"version": "0.2.0-alpha.17",
"description": "Manta Style Core",
"main": "./lib/manta-style-core.js",
"typings": "./lib/typings/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/flowtype-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manta-style/flowtype-helpers",
"version": "0.2.0-alpha.16",
"version": "0.2.0-alpha.17",
"description": "Manta Style Helper for FlowType",
"main": "./lib/index.js",
"author": {
Expand All @@ -22,8 +22,8 @@
"access": "public"
},
"devDependencies": {
"@manta-style/builder-typescript": "^0.2.0-alpha.16",
"@manta-style/helpers-builder": "^0.2.0-alpha.16",
"@manta-style/builder-typescript": "^0.2.0-alpha.17",
"@manta-style/helpers-builder": "^0.2.0-alpha.17",
"lint-staged": "^8.1.0",
"typescript": "3.2.4",
"webpack": "^4.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/helpers-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manta-style/helpers-builder",
"version": "0.2.0-alpha.16",
"version": "0.2.0-alpha.17",
"description": "Extract the exported helper type",
"main": "./lib/index.js",
"author": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manta-style/helpers",
"version": "0.2.0-alpha.16",
"version": "0.2.0-alpha.17",
"description": "Manta Style Helpers",
"main": "./lib/manta-style-helpers.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"webpack-cli": "^3.2.1"
},
"dependencies": {
"@manta-style/core": "^0.2.0-alpha.16",
"@manta-style/runtime": "^0.2.0-alpha.16"
"@manta-style/core": "^0.2.0-alpha.17",
"@manta-style/runtime": "^0.2.0-alpha.17"
}
}
4 changes: 2 additions & 2 deletions packages/core/jsdoc-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manta-style/jsdoc-parser",
"version": "0.2.0-alpha.16",
"version": "0.2.0-alpha.17",
"description": "Parse comment to jsdoc",
"main": "./src/index.ts",
"author": {
Expand All @@ -21,7 +21,7 @@
"build": "echo \"no build\""
},
"dependencies": {
"@manta-style/core": "^0.2.0-alpha.16",
"@manta-style/core": "^0.2.0-alpha.17",
"typescript": "^3.2.4"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/core/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manta-style/runtime",
"version": "0.2.0-alpha.16",
"version": "0.2.0-alpha.17",
"description": "Manta Style Runtime",
"main": "./lib/manta-style.js",
"typings": "./lib/typings/index.d.ts",
Expand All @@ -23,8 +23,8 @@
"access": "public"
},
"devDependencies": {
"@manta-style/mock-example": "^0.2.0-alpha.16",
"@manta-style/mock-qotd": "^0.2.0-alpha.16",
"@manta-style/mock-example": "^0.2.0-alpha.17",
"@manta-style/mock-qotd": "^0.2.0-alpha.17",
"@types/jest": "^23.3.13",
"@types/lodash-es": "^4.17.1",
"awesome-typescript-loader": "^5.2.1",
Expand All @@ -37,7 +37,7 @@
"webpack-cli": "^3.2.1"
},
"dependencies": {
"@manta-style/core": "^0.2.0-alpha.16",
"@manta-style/core": "^0.2.0-alpha.17",
"lodash-es": "^4.17.11",
"tslib": "^1.9.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/test-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manta-style/test-helpers",
"version": "0.2.0-alpha.16",
"version": "0.2.0-alpha.17",
"main": "src/index.ts",
"dependencies": {
"prettier": "^1.16.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/core/typescript-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manta-style/typescript-helpers",
"version": "0.2.0-alpha.16",
"version": "0.2.0-alpha.17",
"description": "Manta Style Helper for TypeScript",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -23,8 +23,8 @@
"access": "public"
},
"devDependencies": {
"@manta-style/builder-typescript": "^0.2.0-alpha.16",
"@manta-style/helpers-builder": "^0.2.0-alpha.16",
"@manta-style/builder-typescript": "^0.2.0-alpha.17",
"@manta-style/helpers-builder": "^0.2.0-alpha.17",
"lint-staged": "^8.1.0",
"typescript": "3.2.4",
"webpack": "^4.29.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/mocks/mock-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manta-style/mock-example",
"version": "0.2.0-alpha.16",
"version": "0.2.0-alpha.17",
"description": "Manta Style Mock Plugin - Example",
"main": "./lib/index.js",
"typings": "./lib/typings/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"access": "public"
},
"dependencies": {
"@manta-style/core": "^0.2.0-alpha.16",
"@manta-style/core": "^0.2.0-alpha.17",
"lodash-es": "^4.17.11"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mocks/mock-faker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manta-style/mock-faker",
"version": "0.2.0-alpha.16",
"version": "0.2.0-alpha.17",
"description": "Manta Style Mock Plugin - Faker",
"main": "./lib/index.js",
"typings": "./lib/typings/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"access": "public"
},
"dependencies": {
"@manta-style/core": "^0.2.0-alpha.16",
"@manta-style/core": "^0.2.0-alpha.17",
"faker": "^4.1.0",
"lodash-es": "^4.17.11"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/mocks/mock-iterate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manta-style/mock-iterate",
"version": "0.2.0-alpha.16",
"version": "0.2.0-alpha.17",
"description": "Manta Style Mock Plugin - Iterate",
"main": "./lib/index.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"mock"
],
"dependencies": {
"@manta-style/core": "^0.2.0-alpha.16"
"@manta-style/core": "^0.2.0-alpha.17"
},
"devDependencies": {
"awesome-typescript-loader": "^5.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/mocks/mock-qotd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manta-style/mock-qotd",
"version": "0.2.0-alpha.16",
"version": "0.2.0-alpha.17",
"description": "Manta Style Mock Plugin - Quote of the Day",
"main": "./lib/index.js",
"typings": "./lib/typings/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"mock"
],
"dependencies": {
"@manta-style/core": "^0.2.0-alpha.16",
"@manta-style/core": "^0.2.0-alpha.17",
"isomorphic-fetch": "^2.2.1",
"lodash-es": "^4.17.11"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/mocks/mock-range/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manta-style/mock-range",
"version": "0.2.0-alpha.16",
"version": "0.2.0-alpha.17",
"description": "Manta Style Mock Plugin - Range",
"main": "./lib/index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
},
"license": "MIT",
"dependencies": {
"@manta-style/core": "^0.2.0-alpha.16",
"@manta-style/core": "^0.2.0-alpha.17",
"lodash-es": "^4.17.11"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/servers/server-restful/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manta-style/server-restful",
"version": "0.2.0-alpha.16",
"version": "0.2.0-alpha.17",
"description": "Restful Server Support for Manta Style",
"main": "./lib/server-restful.js",
"typings": "./lib/index.d.js",
Expand All @@ -23,13 +23,13 @@
"watch": "webpack --watch"
},
"devDependencies": {
"@manta-style/runtime": "^0.2.0-alpha.16",
"@manta-style/runtime": "^0.2.0-alpha.17",
"typescript": "^3.2.4",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1"
},
"dependencies": {
"@manta-style/core": "^0.2.0-alpha.16"
"@manta-style/core": "^0.2.0-alpha.17"
},
"jest": {
"transform": {
Expand Down

0 comments on commit 55788ab

Please sign in to comment.