Skip to content

Commit

Permalink
v0.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthecat committed Jul 27, 2018
1 parent 427c85e commit 21fe584
Show file tree
Hide file tree
Showing 30 changed files with 130 additions and 130 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.2.14"
"version": "0.2.15"
}
12 changes: 6 additions & 6 deletions packages/testring-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/api",
"version": "0.2.14",
"version": "0.2.15",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,11 +10,11 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/http-api": "0.2.14",
"@testring/logger": "0.2.14",
"@testring/transport": "0.2.14",
"@testring/types": "0.2.14",
"@testring/web-application": "0.2.14",
"@testring/http-api": "0.2.15",
"@testring/logger": "0.2.15",
"@testring/transport": "0.2.15",
"@testring/types": "0.2.15",
"@testring/web-application": "0.2.15",
"@types/bytes": "^3.0.0",
"bytes": "^3.0.0"
}
Expand Down
16 changes: 8 additions & 8 deletions packages/testring-browser-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/browser-proxy",
"version": "0.2.14",
"version": "0.2.15",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,18 +10,18 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/child-process": "0.2.14",
"@testring/logger": "0.2.14",
"@testring/pluggable-module": "0.2.14",
"@testring/transport": "0.2.14",
"@testring/types": "0.2.14",
"@testring/utils": "0.2.14",
"@testring/child-process": "0.2.15",
"@testring/logger": "0.2.15",
"@testring/pluggable-module": "0.2.15",
"@testring/transport": "0.2.15",
"@testring/types": "0.2.15",
"@testring/utils": "0.2.15",
"@types/nanoid": "^1.0.0",
"@types/yargs": "^11.0.0",
"nanoid": "^1.1.0",
"yargs": "^12.0.1"
},
"devDependencies": {
"@testring/test-utils": "0.2.14"
"@testring/test-utils": "0.2.15"
}
}
2 changes: 1 addition & 1 deletion packages/testring-child-process/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/child-process",
"version": "0.2.14",
"version": "0.2.15",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/testring-cli-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/cli-config",
"version": "0.2.14",
"version": "0.2.15",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,9 +10,9 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/logger": "0.2.14",
"@testring/types": "0.2.14",
"@testring/utils": "0.2.14",
"@testring/logger": "0.2.15",
"@testring/types": "0.2.15",
"@testring/utils": "0.2.15",
"@types/deepmerge": "^2.1.0",
"@types/yargs": "^11.0.0",
"deepmerge": "^2.1.1",
Expand Down
26 changes: 13 additions & 13 deletions packages/testring-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/cli",
"version": "0.2.14",
"version": "0.2.15",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,18 +10,18 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/browser-proxy": "0.2.14",
"@testring/cli-config": "0.2.14",
"@testring/fs-reader": "0.2.14",
"@testring/http-api": "0.2.14",
"@testring/logger": "0.2.14",
"@testring/plugin-api": "0.2.14",
"@testring/recorder-backend": "0.2.14",
"@testring/test-run-controller": "0.2.14",
"@testring/test-worker": "0.2.14",
"@testring/transport": "0.2.14",
"@testring/types": "0.2.14",
"@testring/web-application": "0.2.14",
"@testring/browser-proxy": "0.2.15",
"@testring/cli-config": "0.2.15",
"@testring/fs-reader": "0.2.15",
"@testring/http-api": "0.2.15",
"@testring/logger": "0.2.15",
"@testring/plugin-api": "0.2.15",
"@testring/recorder-backend": "0.2.15",
"@testring/test-run-controller": "0.2.15",
"@testring/test-worker": "0.2.15",
"@testring/transport": "0.2.15",
"@testring/types": "0.2.15",
"@testring/web-application": "0.2.15",
"@types/yargs": "^11.0.0",
"yargs": "^12.0.1"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/testring-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.2.14",
"version": "0.2.15",
"main": "./src/index.ts",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,8 +10,8 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/constants": "0.2.14",
"@testring/types": "0.2.14",
"@testring/utils": "0.2.14"
"@testring/constants": "0.2.15",
"@testring/types": "0.2.15",
"@testring/utils": "0.2.15"
}
}
2 changes: 1 addition & 1 deletion packages/testring-constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/constants",
"version": "0.2.14",
"version": "0.2.15",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/testring-dependencies-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/dependencies-builder",
"version": "0.2.14",
"version": "0.2.15",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,9 +10,9 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/test-utils": "0.2.14",
"@testring/types": "0.2.14",
"@testring/utils": "0.2.14",
"@testring/test-utils": "0.2.15",
"@testring/types": "0.2.15",
"@testring/utils": "0.2.15",
"@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/testring-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.2.14",
"version": "0.2.15",
"main": "./dist/index.js",
"repository": {
"type": "git",
Expand All @@ -17,10 +17,10 @@
"e2e": "npm run test:simple-run && npm run test:selenium"
},
"dependencies": {
"@testring/plugin-babel": "0.2.14",
"@testring/plugin-selenium-driver": "0.2.14",
"@testring/plugin-babel": "0.2.15",
"@testring/plugin-selenium-driver": "0.2.15",
"babel-preset-es2015": "^6.24.1",
"selenium-server": "^3.13.0",
"testring": "0.2.14"
"testring": "0.2.15"
}
}
2 changes: 1 addition & 1 deletion packages/testring-element-path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/element-path",
"version": "0.2.14",
"version": "0.2.15",
"main": "./dist/index.js",
"typings": "./src/index.ts",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/testring-fs-reader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/fs-reader",
"version": "0.2.14",
"version": "0.2.15",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,9 +10,9 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/logger": "0.2.14",
"@testring/pluggable-module": "0.2.14",
"@testring/types": "0.2.14",
"@testring/logger": "0.2.15",
"@testring/pluggable-module": "0.2.15",
"@testring/types": "0.2.15",
"glob": "^7.1.2"
}
}
12 changes: 6 additions & 6 deletions packages/testring-http-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/http-api",
"version": "0.2.14",
"version": "0.2.15",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,11 +10,11 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/logger": "0.2.14",
"@testring/pluggable-module": "0.2.14",
"@testring/test-utils": "0.2.14",
"@testring/transport": "0.2.14",
"@testring/types": "0.2.14",
"@testring/logger": "0.2.15",
"@testring/pluggable-module": "0.2.15",
"@testring/test-utils": "0.2.15",
"@testring/transport": "0.2.15",
"@testring/types": "0.2.15",
"@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/testring-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/logger",
"version": "0.2.14",
"version": "0.2.15",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,16 +10,16 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/pluggable-module": "0.2.14",
"@testring/transport": "0.2.14",
"@testring/types": "0.2.14",
"@testring/utils": "0.2.14",
"@testring/pluggable-module": "0.2.15",
"@testring/transport": "0.2.15",
"@testring/types": "0.2.15",
"@testring/utils": "0.2.15",
"@types/bytes": "^3.0.0",
"@types/nanoid": "^1.0.0",
"bytes": "^3.0.0",
"nanoid": "^1.1.0"
},
"devDependencies": {
"@testring/test-utils": "0.2.14"
"@testring/test-utils": "0.2.15"
}
}
4 changes: 2 additions & 2 deletions packages/testring-pluggable-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/pluggable-module",
"version": "0.2.14",
"version": "0.2.15",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,6 +10,6 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/types": "0.2.14"
"@testring/types": "0.2.15"
}
}
8 changes: 4 additions & 4 deletions packages/testring-plugin-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/plugin-api",
"version": "0.2.14",
"version": "0.2.15",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,8 +10,8 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/logger": "0.2.14",
"@testring/types": "0.2.14",
"@testring/utils": "0.2.14"
"@testring/logger": "0.2.15",
"@testring/types": "0.2.15",
"@testring/utils": "0.2.15"
}
}
4 changes: 2 additions & 2 deletions packages/testring-plugin-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/plugin-babel",
"version": "0.2.14",
"version": "0.2.15",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,7 +10,7 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/plugin-api": "0.2.14",
"@testring/plugin-api": "0.2.15",
"@types/babel-core": "6.25.5",
"babel-core": "^6.26.3"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/testring-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.2.14",
"version": "0.2.15",
"main": "./dist/index.js",
"typings": "./src/index.ts",
"repository": {
Expand All @@ -10,11 +10,11 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/child-process": "0.2.14",
"@testring/logger": "0.2.14",
"@testring/plugin-api": "0.2.14",
"@testring/recorder-extension": "0.2.14",
"@testring/types": "0.2.14",
"@testring/child-process": "0.2.15",
"@testring/logger": "0.2.15",
"@testring/plugin-api": "0.2.15",
"@testring/recorder-extension": "0.2.15",
"@testring/types": "0.2.15",
"@types/webdriverio": "4.10.2",
"chromedriver": "^2.40.0",
"selenium-server": "^3.13.0",
Expand Down

0 comments on commit 21fe584

Please sign in to comment.