Skip to content

Commit 6980761

Browse files
committed
v0.6.2
1 parent d1df7bf commit 6980761

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+219
-219
lines changed

core/api/package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/api/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@testring/api",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"main": "./dist/index.js",
55
"types": "./src/index.ts",
66
"repository": {
@@ -10,12 +10,12 @@
1010
"author": "RingCentral",
1111
"license": "MIT",
1212
"dependencies": {
13-
"@testring/async-breakpoints": "0.6.1",
14-
"@testring/http-api": "0.6.1",
15-
"@testring/logger": "0.6.1",
16-
"@testring/transport": "0.6.1",
17-
"@testring/types": "0.6.1",
18-
"@testring/utils": "0.6.1",
19-
"@testring/web-application": "0.6.1"
13+
"@testring/async-breakpoints": "0.6.2",
14+
"@testring/http-api": "0.6.2",
15+
"@testring/logger": "0.6.2",
16+
"@testring/transport": "0.6.2",
17+
"@testring/types": "0.6.2",
18+
"@testring/utils": "0.6.2",
19+
"@testring/web-application": "0.6.2"
2020
}
2121
}

core/async-assert/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/async-assert/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@testring/async-assert",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "an async wrapper around chai",
55
"keywords": [
66
"assert"
@@ -21,7 +21,7 @@
2121
"url": "https://github.com/ringcentral/testring/issues"
2222
},
2323
"dependencies": {
24-
"@testring/types": "0.6.1",
24+
"@testring/types": "0.6.2",
2525
"chai": "4.3.4"
2626
}
2727
}

core/async-breakpoints/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/async-breakpoints/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@testring/async-breakpoints",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"main": "./dist/index.js",
55
"types": "./src/index.ts",
66
"repository": {

core/child-process/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@testring/child-process",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"main": "./dist/index.js",
55
"types": "./src/index.ts",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/ringcentral/testring.git"
99
},
1010
"dependencies": {
11-
"@testring/types": "0.6.1",
12-
"@testring/utils": "0.6.1"
11+
"@testring/types": "0.6.2",
12+
"@testring/utils": "0.6.2"
1313
},
1414
"author": "RingCentral",
1515
"license": "MIT"

core/cli-config/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/cli-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@testring/cli-config",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"main": "./dist/index.js",
55
"types": "./src/index.ts",
66
"repository": {
@@ -10,9 +10,9 @@
1010
"author": "RingCentral",
1111
"license": "MIT",
1212
"dependencies": {
13-
"@testring/logger": "0.6.1",
14-
"@testring/types": "0.6.1",
15-
"@testring/utils": "0.6.1",
13+
"@testring/logger": "0.6.2",
14+
"@testring/types": "0.6.2",
15+
"@testring/utils": "0.6.2",
1616
"@types/deepmerge": "2.2.0",
1717
"@types/yargs": "15.0.13",
1818
"deepmerge": "4.2.2",

core/cli/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/cli/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@testring/cli",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"main": "./dist/index.js",
55
"types": "./src/index.ts",
66
"repository": {
@@ -10,19 +10,19 @@
1010
"author": "RingCentral",
1111
"license": "MIT",
1212
"dependencies": {
13-
"@testring/browser-proxy": "0.6.1",
14-
"@testring/cli-config": "0.6.1",
15-
"@testring/devtool-backend": "0.6.1",
16-
"@testring/fs-reader": "0.6.1",
17-
"@testring/fs-store": "0.6.1",
18-
"@testring/http-api": "0.6.1",
19-
"@testring/logger": "0.6.1",
20-
"@testring/plugin-api": "0.6.1",
21-
"@testring/test-run-controller": "0.6.1",
22-
"@testring/test-worker": "0.6.1",
23-
"@testring/transport": "0.6.1",
24-
"@testring/types": "0.6.1",
25-
"@testring/web-application": "0.6.1",
13+
"@testring/browser-proxy": "0.6.2",
14+
"@testring/cli-config": "0.6.2",
15+
"@testring/devtool-backend": "0.6.2",
16+
"@testring/fs-reader": "0.6.2",
17+
"@testring/fs-store": "0.6.2",
18+
"@testring/http-api": "0.6.2",
19+
"@testring/logger": "0.6.2",
20+
"@testring/plugin-api": "0.6.2",
21+
"@testring/test-run-controller": "0.6.2",
22+
"@testring/test-worker": "0.6.2",
23+
"@testring/transport": "0.6.2",
24+
"@testring/types": "0.6.2",
25+
"@testring/web-application": "0.6.2",
2626
"@types/node": "18.11.18",
2727
"@types/yargs": "15.0.13",
2828
"yargs": "15.4.1"

core/dependencies-builder/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/dependencies-builder/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@testring/dependencies-builder",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"main": "./dist/index.js",
55
"types": "./src/index.ts",
66
"repository": {
@@ -10,9 +10,9 @@
1010
"author": "RingCentral",
1111
"license": "MIT",
1212
"dependencies": {
13-
"@testring/test-utils": "0.6.1",
14-
"@testring/types": "0.6.1",
15-
"@testring/utils": "0.6.1",
13+
"@testring/test-utils": "0.6.2",
14+
"@testring/types": "0.6.2",
15+
"@testring/utils": "0.6.2",
1616
"@types/babel-traverse": "6.25.5",
1717
"@types/babylon": "6.16.5",
1818
"babel-traverse": "6.26.0",

core/fs-reader/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/fs-reader/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@testring/fs-reader",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"main": "./dist/index.js",
55
"types": "./src/index.ts",
66
"repository": {
@@ -10,9 +10,9 @@
1010
"author": "RingCentral",
1111
"license": "MIT",
1212
"dependencies": {
13-
"@testring/logger": "0.6.1",
14-
"@testring/pluggable-module": "0.6.1",
15-
"@testring/types": "0.6.1",
13+
"@testring/logger": "0.6.2",
14+
"@testring/pluggable-module": "0.6.2",
15+
"@testring/types": "0.6.2",
1616
"glob": "7.1.7"
1717
}
1818
}

core/fs-store/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@testring/fs-store",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "fs storage & operations service",
55
"keywords": [
66
"fs",
@@ -15,13 +15,13 @@
1515
"author": "RingCentral",
1616
"license": "MIT",
1717
"dependencies": {
18-
"@testring/cli-config": "0.6.1",
19-
"@testring/logger": "0.6.1",
20-
"@testring/pluggable-module": "0.6.1",
21-
"@testring/test-utils": "0.6.1",
22-
"@testring/transport": "0.6.1",
23-
"@testring/types": "0.6.1",
24-
"@testring/utils": "0.6.1"
18+
"@testring/cli-config": "0.6.2",
19+
"@testring/logger": "0.6.2",
20+
"@testring/pluggable-module": "0.6.2",
21+
"@testring/test-utils": "0.6.2",
22+
"@testring/transport": "0.6.2",
23+
"@testring/types": "0.6.2",
24+
"@testring/utils": "0.6.2"
2525
},
2626
"scripts": {
2727
"test": "mocha"

core/logger/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/logger/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@testring/logger",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"main": "./dist/index.js",
55
"types": "./src/index.ts",
66
"repository": {
@@ -10,16 +10,16 @@
1010
"author": "RingCentral",
1111
"license": "MIT",
1212
"dependencies": {
13-
"@testring/pluggable-module": "0.6.1",
14-
"@testring/transport": "0.6.1",
15-
"@testring/types": "0.6.1",
16-
"@testring/utils": "0.6.1",
13+
"@testring/pluggable-module": "0.6.2",
14+
"@testring/transport": "0.6.2",
15+
"@testring/types": "0.6.2",
16+
"@testring/utils": "0.6.2",
1717
"@types/bytes": "3.1.1",
1818
"@types/node": "18.11.18",
1919
"bytes": "3.1.2",
2020
"chalk": "2.4.2"
2121
},
2222
"devDependencies": {
23-
"@testring/test-utils": "0.6.1"
23+
"@testring/test-utils": "0.6.2"
2424
}
2525
}

core/pluggable-module/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@testring/pluggable-module",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"main": "./dist/index.js",
55
"types": "./src/index.ts",
66
"repository": {
@@ -10,6 +10,6 @@
1010
"author": "RingCentral",
1111
"license": "MIT",
1212
"dependencies": {
13-
"@testring/types": "0.6.1"
13+
"@testring/types": "0.6.2"
1414
}
1515
}

0 commit comments

Comments
 (0)