Skip to content

Commit e018778

Browse files
committed
v0.8.7
1 parent 5467515 commit e018778

35 files changed

Lines changed: 339 additions & 360 deletions

File tree

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.8.6",
3+
"version": "0.8.7",
44
"main": "./dist/index.js",
55
"types": "./src/index.ts",
66
"repository": {
@@ -13,12 +13,12 @@
1313
"author": "RingCentral",
1414
"license": "MIT",
1515
"dependencies": {
16-
"@testring/async-breakpoints": "0.8.6",
17-
"@testring/http-api": "0.8.6",
18-
"@testring/logger": "0.8.6",
19-
"@testring/transport": "0.8.6",
20-
"@testring/types": "0.8.6",
21-
"@testring/utils": "0.8.6",
22-
"@testring/web-application": "0.8.6"
16+
"@testring/async-breakpoints": "0.8.7",
17+
"@testring/http-api": "0.8.7",
18+
"@testring/logger": "0.8.7",
19+
"@testring/transport": "0.8.7",
20+
"@testring/types": "0.8.7",
21+
"@testring/utils": "0.8.7",
22+
"@testring/web-application": "0.8.7"
2323
}
2424
}

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.8.6",
3+
"version": "0.8.7",
44
"description": "an async wrapper around chai",
55
"keywords": [
66
"assert"
@@ -22,7 +22,7 @@
2222
"url": "https://github.com/ringcentral/testring/issues"
2323
},
2424
"dependencies": {
25-
"@testring/types": "0.8.6",
25+
"@testring/types": "0.8.7",
2626
"chai": "4.3.10"
2727
}
2828
}

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.8.6",
3+
"version": "0.8.7",
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.8.6",
3+
"version": "0.8.7",
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.8.6",
12-
"@testring/utils": "0.8.6"
11+
"@testring/types": "0.8.7",
12+
"@testring/utils": "0.8.7"
1313
},
1414
"scripts": {
1515
"build": "tsc -p tsconfig.build.json"

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.8.6",
3+
"version": "0.8.7",
44
"main": "./dist/index.js",
55
"types": "./src/index.ts",
66
"repository": {
@@ -13,9 +13,9 @@
1313
"author": "RingCentral",
1414
"license": "MIT",
1515
"dependencies": {
16-
"@testring/logger": "0.8.6",
17-
"@testring/types": "0.8.6",
18-
"@testring/utils": "0.8.6",
16+
"@testring/logger": "0.8.7",
17+
"@testring/types": "0.8.7",
18+
"@testring/utils": "0.8.7",
1919
"@types/deepmerge": "2.2.3",
2020
"@types/yargs": "17.0.33",
2121
"deepmerge": "4.3.1",

core/cli/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@testring/cli",
3-
"version": "0.8.6",
3+
"version": "0.8.7",
44
"main": "./dist/index.js",
55
"types": "./src/index.ts",
66
"repository": {
@@ -13,18 +13,18 @@
1313
"author": "RingCentral",
1414
"license": "MIT",
1515
"dependencies": {
16-
"@testring/browser-proxy": "0.8.6",
17-
"@testring/cli-config": "0.8.6",
18-
"@testring/fs-reader": "0.8.6",
19-
"@testring/fs-store": "0.8.6",
20-
"@testring/http-api": "0.8.6",
21-
"@testring/logger": "0.8.6",
22-
"@testring/plugin-api": "0.8.6",
23-
"@testring/test-run-controller": "0.8.6",
24-
"@testring/test-worker": "0.8.6",
25-
"@testring/transport": "0.8.6",
26-
"@testring/types": "0.8.6",
27-
"@testring/web-application": "0.8.6",
16+
"@testring/browser-proxy": "0.8.7",
17+
"@testring/cli-config": "0.8.7",
18+
"@testring/fs-reader": "0.8.7",
19+
"@testring/fs-store": "0.8.7",
20+
"@testring/http-api": "0.8.7",
21+
"@testring/logger": "0.8.7",
22+
"@testring/plugin-api": "0.8.7",
23+
"@testring/test-run-controller": "0.8.7",
24+
"@testring/test-worker": "0.8.7",
25+
"@testring/transport": "0.8.7",
26+
"@testring/types": "0.8.7",
27+
"@testring/web-application": "0.8.7",
2828
"@types/node": "22.8.5",
2929
"@types/yargs": "17.0.33",
3030
"yargs": "17.7.2"

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.8.6",
3+
"version": "0.8.7",
44
"main": "./dist/index.js",
55
"types": "./src/index.ts",
66
"repository": {
@@ -13,9 +13,9 @@
1313
"author": "RingCentral",
1414
"license": "MIT",
1515
"dependencies": {
16-
"@testring/test-utils": "0.8.6",
17-
"@testring/types": "0.8.6",
18-
"@testring/utils": "0.8.6",
16+
"@testring/test-utils": "0.8.7",
17+
"@testring/types": "0.8.7",
18+
"@testring/utils": "0.8.7",
1919
"@types/babel-traverse": "6.25.10",
2020
"@types/babylon": "6.16.9",
2121
"babel-traverse": "6.26.0",

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.8.6",
3+
"version": "0.8.7",
44
"main": "./dist/index.js",
55
"types": "./src/index.ts",
66
"repository": {
@@ -14,9 +14,9 @@
1414
"build": "tsc -p tsconfig.build.json"
1515
},
1616
"dependencies": {
17-
"@testring/logger": "0.8.6",
18-
"@testring/pluggable-module": "0.8.6",
19-
"@testring/types": "0.8.6",
17+
"@testring/logger": "0.8.7",
18+
"@testring/pluggable-module": "0.8.7",
19+
"@testring/types": "0.8.7",
2020
"fast-glob": "3.3.2",
2121
"p-limit": "3.1.0"
2222
}

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.8.6",
3+
"version": "0.8.7",
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.8.6",
19-
"@testring/logger": "0.8.6",
20-
"@testring/pluggable-module": "0.8.6",
21-
"@testring/test-utils": "0.8.6",
22-
"@testring/transport": "0.8.6",
23-
"@testring/types": "0.8.6",
24-
"@testring/utils": "0.8.6"
18+
"@testring/cli-config": "0.8.7",
19+
"@testring/logger": "0.8.7",
20+
"@testring/pluggable-module": "0.8.7",
21+
"@testring/test-utils": "0.8.7",
22+
"@testring/transport": "0.8.7",
23+
"@testring/types": "0.8.7",
24+
"@testring/utils": "0.8.7"
2525
},
2626
"scripts": {
2727
"test": "mocha",

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.8.6",
3+
"version": "0.8.7",
44
"main": "./dist/index.js",
55
"types": "./src/index.ts",
66
"repository": {
@@ -13,16 +13,16 @@
1313
"author": "RingCentral",
1414
"license": "MIT",
1515
"dependencies": {
16-
"@testring/pluggable-module": "0.8.6",
17-
"@testring/transport": "0.8.6",
18-
"@testring/types": "0.8.6",
19-
"@testring/utils": "0.8.6",
16+
"@testring/pluggable-module": "0.8.7",
17+
"@testring/transport": "0.8.7",
18+
"@testring/types": "0.8.7",
19+
"@testring/utils": "0.8.7",
2020
"@types/bytes": "3.1.4",
2121
"@types/node": "22.8.5",
2222
"bytes": "3.1.2",
2323
"chalk": "4.1.2"
2424
},
2525
"devDependencies": {
26-
"@testring/test-utils": "0.8.6"
26+
"@testring/test-utils": "0.8.7"
2727
}
2828
}

0 commit comments

Comments
 (0)