Skip to content

Commit

Permalink
v0.4.49
Browse files Browse the repository at this point in the history
  • Loading branch information
flops committed Dec 18, 2018
1 parent 6371fdb commit 1511ec3
Show file tree
Hide file tree
Showing 31 changed files with 137 additions and 137 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"skipNpm": true
}
},
"version": "0.4.48"
"version": "0.4.49"
}
14 changes: 7 additions & 7 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/api",
"version": "0.4.48",
"version": "0.4.49",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,11 +10,11 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/http-api": "0.4.48",
"@testring/logger": "0.4.48",
"@testring/transport": "0.4.48",
"@testring/types": "0.4.48",
"@testring/utils": "0.4.48",
"@testring/web-application": "0.4.48"
"@testring/http-api": "0.4.49",
"@testring/logger": "0.4.49",
"@testring/transport": "0.4.49",
"@testring/types": "0.4.49",
"@testring/utils": "0.4.49",
"@testring/web-application": "0.4.49"
}
}
16 changes: 8 additions & 8 deletions packages/browser-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/browser-proxy",
"version": "0.4.48",
"version": "0.4.49",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,19 +10,19 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/child-process": "0.4.48",
"@testring/logger": "0.4.48",
"@testring/pluggable-module": "0.4.48",
"@testring/transport": "0.4.48",
"@testring/types": "0.4.48",
"@testring/utils": "0.4.48",
"@testring/child-process": "0.4.49",
"@testring/logger": "0.4.49",
"@testring/pluggable-module": "0.4.49",
"@testring/transport": "0.4.49",
"@testring/types": "0.4.49",
"@testring/utils": "0.4.49",
"@types/nanoid": "1.0.0",
"@types/node": "10.5.6",
"@types/yargs": "12.0.0",
"nanoid": "1.1.0",
"yargs": "12.0.1"
},
"devDependencies": {
"@testring/test-utils": "0.4.48"
"@testring/test-utils": "0.4.49"
}
}
6 changes: 3 additions & 3 deletions packages/child-process/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@testring/child-process",
"version": "0.4.48",
"version": "0.4.49",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
"type": "git",
"url": "https://github.com/ringcentral/testring.git"
},
"dependencies": {
"@testring/types": "0.4.48",
"@testring/utils": "0.4.48"
"@testring/types": "0.4.49",
"@testring/utils": "0.4.49"
},
"author": "RingCentral",
"license": "MIT"
Expand Down
8 changes: 4 additions & 4 deletions packages/cli-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/cli-config",
"version": "0.4.48",
"version": "0.4.49",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,9 +10,9 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/logger": "0.4.48",
"@testring/types": "0.4.48",
"@testring/utils": "0.4.48",
"@testring/logger": "0.4.49",
"@testring/types": "0.4.49",
"@testring/utils": "0.4.49",
"@types/deepmerge": "^2.1.0",
"@types/yargs": "12.0.0",
"deepmerge": "2.1.1",
Expand Down
26 changes: 13 additions & 13 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/cli",
"version": "0.4.48",
"version": "0.4.49",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,18 +10,18 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/browser-proxy": "0.4.48",
"@testring/cli-config": "0.4.48",
"@testring/fs-reader": "0.4.48",
"@testring/http-api": "0.4.48",
"@testring/logger": "0.4.48",
"@testring/plugin-api": "0.4.48",
"@testring/recorder-backend": "0.4.48",
"@testring/test-run-controller": "0.4.48",
"@testring/test-worker": "0.4.48",
"@testring/transport": "0.4.48",
"@testring/types": "0.4.48",
"@testring/web-application": "0.4.48",
"@testring/browser-proxy": "0.4.49",
"@testring/cli-config": "0.4.49",
"@testring/fs-reader": "0.4.49",
"@testring/http-api": "0.4.49",
"@testring/logger": "0.4.49",
"@testring/plugin-api": "0.4.49",
"@testring/recorder-backend": "0.4.49",
"@testring/test-run-controller": "0.4.49",
"@testring/test-worker": "0.4.49",
"@testring/transport": "0.4.49",
"@testring/types": "0.4.49",
"@testring/web-application": "0.4.49",
"@types/yargs": "12.0.0",
"yargs": "12.0.1"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/client-ws-transport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/client-ws-transport",
"version": "0.4.48",
"version": "0.4.49",
"main": "./src/index.ts",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,8 +10,8 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/constants": "0.4.48",
"@testring/types": "0.4.48",
"@testring/utils": "0.4.48"
"@testring/constants": "0.4.49",
"@testring/types": "0.4.49",
"@testring/utils": "0.4.49"
}
}
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/constants",
"version": "0.4.48",
"version": "0.4.49",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/dependencies-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/dependencies-builder",
"version": "0.4.48",
"version": "0.4.49",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,9 +10,9 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/test-utils": "0.4.48",
"@testring/types": "0.4.48",
"@testring/utils": "0.4.48",
"@testring/test-utils": "0.4.49",
"@testring/types": "0.4.49",
"@testring/utils": "0.4.49",
"@types/babel-traverse": "6.25.4",
"@types/babylon": "6.16.3",
"babel-traverse": "6.26.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/e2e-test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@testring/e2e-test-app",
"private": true,
"version": "0.4.48",
"version": "0.4.49",
"main": "./dist/index.js",
"repository": {
"type": "git",
Expand All @@ -17,9 +17,9 @@
"e2e": "npm run test:simple-run && npm run test:selenium"
},
"dependencies": {
"@testring/plugin-babel": "0.4.48",
"@testring/plugin-selenium-driver": "0.4.48",
"@testring/plugin-babel": "0.4.49",
"@testring/plugin-selenium-driver": "0.4.49",
"babel-preset-es2015": "6.24.1",
"testring": "0.4.48"
"testring": "0.4.49"
}
}
2 changes: 1 addition & 1 deletion packages/element-path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/element-path",
"version": "0.4.48",
"version": "0.4.49",
"main": "./dist/index.js",
"typings": "./src/index.ts",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/fs-reader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/fs-reader",
"version": "0.4.48",
"version": "0.4.49",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,9 +10,9 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/logger": "0.4.48",
"@testring/pluggable-module": "0.4.48",
"@testring/types": "0.4.48",
"@testring/logger": "0.4.49",
"@testring/pluggable-module": "0.4.49",
"@testring/types": "0.4.49",
"glob": "7.1.2"
}
}
14 changes: 7 additions & 7 deletions packages/http-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/http-api",
"version": "0.4.48",
"version": "0.4.49",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,12 +10,12 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/logger": "0.4.48",
"@testring/pluggable-module": "0.4.48",
"@testring/test-utils": "0.4.48",
"@testring/transport": "0.4.48",
"@testring/types": "0.4.48",
"@testring/utils": "0.4.48",
"@testring/logger": "0.4.49",
"@testring/pluggable-module": "0.4.49",
"@testring/test-utils": "0.4.49",
"@testring/transport": "0.4.49",
"@testring/types": "0.4.49",
"@testring/utils": "0.4.49",
"@types/nanoid": "1.0.0",
"@types/node": "10.5.6",
"@types/request-promise": "4.1.42",
Expand Down
12 changes: 6 additions & 6 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/logger",
"version": "0.4.48",
"version": "0.4.49",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,10 +10,10 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/pluggable-module": "0.4.48",
"@testring/transport": "0.4.48",
"@testring/types": "0.4.48",
"@testring/utils": "0.4.48",
"@testring/pluggable-module": "0.4.49",
"@testring/transport": "0.4.49",
"@testring/types": "0.4.49",
"@testring/utils": "0.4.49",
"@types/bytes": "3.0.0",
"@types/nanoid": "1.0.0",
"@types/node": "10.5.6",
Expand All @@ -22,6 +22,6 @@
"nanoid": "1.1.0"
},
"devDependencies": {
"@testring/test-utils": "0.4.48"
"@testring/test-utils": "0.4.49"
}
}
4 changes: 2 additions & 2 deletions packages/pluggable-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/pluggable-module",
"version": "0.4.48",
"version": "0.4.49",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,6 +10,6 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/types": "0.4.48"
"@testring/types": "0.4.49"
}
}
8 changes: 4 additions & 4 deletions packages/plugin-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/plugin-api",
"version": "0.4.48",
"version": "0.4.49",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,8 +10,8 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/logger": "0.4.48",
"@testring/types": "0.4.48",
"@testring/utils": "0.4.48"
"@testring/logger": "0.4.49",
"@testring/types": "0.4.49",
"@testring/utils": "0.4.49"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/plugin-babel",
"version": "0.4.48",
"version": "0.4.49",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,7 +10,7 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/plugin-api": "0.4.48",
"@testring/plugin-api": "0.4.49",
"@types/babel-core": "6.25.5",
"babel-core": "6.26.3"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/plugin-selenium-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/plugin-selenium-driver",
"version": "0.4.48",
"version": "0.4.49",
"main": "./dist/index.js",
"typings": "./src/index.ts",
"repository": {
Expand All @@ -10,10 +10,10 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/child-process": "0.4.48",
"@testring/logger": "0.4.48",
"@testring/plugin-api": "0.4.48",
"@testring/types": "0.4.48",
"@testring/child-process": "0.4.49",
"@testring/logger": "0.4.49",
"@testring/plugin-api": "0.4.49",
"@testring/types": "0.4.49",
"@types/deepmerge": "2.1.0",
"@types/node": "10.5.6",
"@types/webdriverio": "4.10.3",
Expand Down

0 comments on commit 1511ec3

Please sign in to comment.