Skip to content

Commit

Permalink
v0.4.27
Browse files Browse the repository at this point in the history
  • Loading branch information
flops committed Sep 23, 2018
1 parent 540d00b commit 7e9d8ee
Show file tree
Hide file tree
Showing 31 changed files with 135 additions and 135 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.26"
"version": "0.4.27"
}
12 changes: 6 additions & 6 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.26",
"version": "0.4.27",
"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.26",
"@testring/logger": "0.4.26",
"@testring/transport": "0.4.26",
"@testring/types": "0.4.26",
"@testring/web-application": "0.4.26",
"@testring/http-api": "0.4.27",
"@testring/logger": "0.4.27",
"@testring/transport": "0.4.27",
"@testring/types": "0.4.27",
"@testring/web-application": "0.4.27",
"@types/bytes": "^3.0.0",
"bytes": "^3.0.0"
}
Expand Down
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.26",
"version": "0.4.27",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,18 +10,18 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/child-process": "0.4.26",
"@testring/logger": "0.4.26",
"@testring/pluggable-module": "0.4.26",
"@testring/transport": "0.4.26",
"@testring/types": "0.4.26",
"@testring/utils": "0.4.26",
"@testring/child-process": "0.4.27",
"@testring/logger": "0.4.27",
"@testring/pluggable-module": "0.4.27",
"@testring/transport": "0.4.27",
"@testring/types": "0.4.27",
"@testring/utils": "0.4.27",
"@types/nanoid": "^1.0.0",
"@types/yargs": "^11.0.0",
"nanoid": "^1.1.0",
"yargs": "^12.0.1"
},
"devDependencies": {
"@testring/test-utils": "0.4.26"
"@testring/test-utils": "0.4.27"
}
}
4 changes: 2 additions & 2 deletions packages/child-process/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@testring/child-process",
"version": "0.4.26",
"version": "0.4.27",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
"type": "git",
"url": "https://github.com/ringcentral/testring.git"
},
"dependencies": {
"@testring/utils": "0.4.26"
"@testring/utils": "0.4.27"
},
"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.26",
"version": "0.4.27",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,9 +10,9 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/logger": "0.4.26",
"@testring/types": "0.4.26",
"@testring/utils": "0.4.26",
"@testring/logger": "0.4.27",
"@testring/types": "0.4.27",
"@testring/utils": "0.4.27",
"@types/deepmerge": "^2.1.0",
"@types/yargs": "^11.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.26",
"version": "0.4.27",
"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.26",
"@testring/cli-config": "0.4.26",
"@testring/fs-reader": "0.4.26",
"@testring/http-api": "0.4.26",
"@testring/logger": "0.4.26",
"@testring/plugin-api": "0.4.26",
"@testring/recorder-backend": "0.4.26",
"@testring/test-run-controller": "0.4.26",
"@testring/test-worker": "0.4.26",
"@testring/transport": "0.4.26",
"@testring/types": "0.4.26",
"@testring/web-application": "0.4.26",
"@testring/browser-proxy": "0.4.27",
"@testring/cli-config": "0.4.27",
"@testring/fs-reader": "0.4.27",
"@testring/http-api": "0.4.27",
"@testring/logger": "0.4.27",
"@testring/plugin-api": "0.4.27",
"@testring/recorder-backend": "0.4.27",
"@testring/test-run-controller": "0.4.27",
"@testring/test-worker": "0.4.27",
"@testring/transport": "0.4.27",
"@testring/types": "0.4.27",
"@testring/web-application": "0.4.27",
"@types/yargs": "^11.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.26",
"version": "0.4.27",
"main": "./src/index.ts",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,8 +10,8 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/constants": "0.4.26",
"@testring/types": "0.4.26",
"@testring/utils": "0.4.26"
"@testring/constants": "0.4.27",
"@testring/types": "0.4.27",
"@testring/utils": "0.4.27"
}
}
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.26",
"version": "0.4.27",
"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.26",
"version": "0.4.27",
"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.26",
"@testring/types": "0.4.26",
"@testring/utils": "0.4.26",
"@testring/test-utils": "0.4.27",
"@testring/types": "0.4.27",
"@testring/utils": "0.4.27",
"@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.26",
"version": "0.4.27",
"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.26",
"@testring/plugin-selenium-driver": "0.4.26",
"@testring/plugin-babel": "0.4.27",
"@testring/plugin-selenium-driver": "0.4.27",
"babel-preset-es2015": "^6.24.1",
"testring": "0.4.26"
"testring": "0.4.27"
}
}
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.26",
"version": "0.4.27",
"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.26",
"version": "0.4.27",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,9 +10,9 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/logger": "0.4.26",
"@testring/pluggable-module": "0.4.26",
"@testring/types": "0.4.26",
"@testring/logger": "0.4.27",
"@testring/pluggable-module": "0.4.27",
"@testring/types": "0.4.27",
"glob": "^7.1.2"
}
}
12 changes: 6 additions & 6 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.26",
"version": "0.4.27",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,11 +10,11 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/logger": "0.4.26",
"@testring/pluggable-module": "0.4.26",
"@testring/test-utils": "0.4.26",
"@testring/transport": "0.4.26",
"@testring/types": "0.4.26",
"@testring/logger": "0.4.27",
"@testring/pluggable-module": "0.4.27",
"@testring/test-utils": "0.4.27",
"@testring/transport": "0.4.27",
"@testring/types": "0.4.27",
"@types/nanoid": "^1.0.0",
"@types/request-promise": "^4.1.42",
"@types/tough-cookie": "^2.3.3",
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.26",
"version": "0.4.27",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,17 +10,17 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/pluggable-module": "0.4.26",
"@testring/transport": "0.4.26",
"@testring/types": "0.4.26",
"@testring/utils": "0.4.26",
"@testring/pluggable-module": "0.4.27",
"@testring/transport": "0.4.27",
"@testring/types": "0.4.27",
"@testring/utils": "0.4.27",
"@types/bytes": "^3.0.0",
"@types/nanoid": "^1.0.0",
"bytes": "^3.0.0",
"chalk": "^2.4.1",
"nanoid": "^1.1.0"
},
"devDependencies": {
"@testring/test-utils": "0.4.26"
"@testring/test-utils": "0.4.27"
}
}
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.26",
"version": "0.4.27",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,6 +10,6 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/types": "0.4.26"
"@testring/types": "0.4.27"
}
}
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.26",
"version": "0.4.27",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,8 +10,8 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/logger": "0.4.26",
"@testring/types": "0.4.26",
"@testring/utils": "0.4.26"
"@testring/logger": "0.4.27",
"@testring/types": "0.4.27",
"@testring/utils": "0.4.27"
}
}
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.26",
"version": "0.4.27",
"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.26",
"@testring/plugin-api": "0.4.27",
"@types/babel-core": "6.25.5",
"babel-core": "^6.26.3"
},
Expand Down
12 changes: 6 additions & 6 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.26",
"version": "0.4.27",
"main": "./dist/index.js",
"typings": "./src/index.ts",
"repository": {
Expand All @@ -10,11 +10,11 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/child-process": "0.4.26",
"@testring/logger": "0.4.26",
"@testring/plugin-api": "0.4.26",
"@testring/recorder-extension": "0.4.26",
"@testring/types": "0.4.26",
"@testring/child-process": "0.4.27",
"@testring/logger": "0.4.27",
"@testring/plugin-api": "0.4.27",
"@testring/recorder-extension": "0.4.27",
"@testring/types": "0.4.27",
"@types/deepmerge": "^2.1.0",
"@types/webdriverio": "4.10.3",
"chromedriver": "2.41.0",
Expand Down

0 comments on commit 7e9d8ee

Please sign in to comment.