Skip to content

Commit 52dc5a0

Browse files
committed
v0.8.1
1 parent ca2882d commit 52dc5a0

35 files changed

Lines changed: 335 additions & 335 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.0",
3+
"version": "0.8.1",
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.8.0",
14-
"@testring/http-api": "0.8.0",
15-
"@testring/logger": "0.8.0",
16-
"@testring/transport": "0.8.0",
17-
"@testring/types": "0.8.0",
18-
"@testring/utils": "0.8.0",
19-
"@testring/web-application": "0.8.0"
13+
"@testring/async-breakpoints": "0.8.1",
14+
"@testring/http-api": "0.8.1",
15+
"@testring/logger": "0.8.1",
16+
"@testring/transport": "0.8.1",
17+
"@testring/types": "0.8.1",
18+
"@testring/utils": "0.8.1",
19+
"@testring/web-application": "0.8.1"
2020
}
2121
}

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.0",
3+
"version": "0.8.1",
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.8.0",
24+
"@testring/types": "0.8.1",
2525
"chai": "4.3.10"
2626
}
2727
}

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.0",
3+
"version": "0.8.1",
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.0",
3+
"version": "0.8.1",
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.0",
12-
"@testring/utils": "0.8.0"
11+
"@testring/types": "0.8.1",
12+
"@testring/utils": "0.8.1"
1313
},
1414
"author": "RingCentral",
1515
"license": "MIT"

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.0",
3+
"version": "0.8.1",
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.8.0",
14-
"@testring/types": "0.8.0",
15-
"@testring/utils": "0.8.0",
13+
"@testring/logger": "0.8.1",
14+
"@testring/types": "0.8.1",
15+
"@testring/utils": "0.8.1",
1616
"@types/deepmerge": "2.2.3",
1717
"@types/yargs": "17.0.33",
1818
"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.0",
3+
"version": "0.8.1",
44
"main": "./dist/index.js",
55
"types": "./src/index.ts",
66
"repository": {
@@ -10,18 +10,18 @@
1010
"author": "RingCentral",
1111
"license": "MIT",
1212
"dependencies": {
13-
"@testring/browser-proxy": "0.8.0",
14-
"@testring/cli-config": "0.8.0",
15-
"@testring/fs-reader": "0.8.0",
16-
"@testring/fs-store": "0.8.0",
17-
"@testring/http-api": "0.8.0",
18-
"@testring/logger": "0.8.0",
19-
"@testring/plugin-api": "0.8.0",
20-
"@testring/test-run-controller": "0.8.0",
21-
"@testring/test-worker": "0.8.0",
22-
"@testring/transport": "0.8.0",
23-
"@testring/types": "0.8.0",
24-
"@testring/web-application": "0.8.0",
13+
"@testring/browser-proxy": "0.8.1",
14+
"@testring/cli-config": "0.8.1",
15+
"@testring/fs-reader": "0.8.1",
16+
"@testring/fs-store": "0.8.1",
17+
"@testring/http-api": "0.8.1",
18+
"@testring/logger": "0.8.1",
19+
"@testring/plugin-api": "0.8.1",
20+
"@testring/test-run-controller": "0.8.1",
21+
"@testring/test-worker": "0.8.1",
22+
"@testring/transport": "0.8.1",
23+
"@testring/types": "0.8.1",
24+
"@testring/web-application": "0.8.1",
2525
"@types/node": "22.8.5",
2626
"@types/yargs": "17.0.33",
2727
"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.0",
3+
"version": "0.8.1",
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.8.0",
14-
"@testring/types": "0.8.0",
15-
"@testring/utils": "0.8.0",
13+
"@testring/test-utils": "0.8.1",
14+
"@testring/types": "0.8.1",
15+
"@testring/utils": "0.8.1",
1616
"@types/babel-traverse": "6.25.10",
1717
"@types/babylon": "6.16.9",
1818
"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.0",
3+
"version": "0.8.1",
44
"main": "./dist/index.js",
55
"types": "./src/index.ts",
66
"repository": {
@@ -13,9 +13,9 @@
1313
"test:performance": "mocha --performance --reporter spec"
1414
},
1515
"dependencies": {
16-
"@testring/logger": "0.8.0",
17-
"@testring/pluggable-module": "0.8.0",
18-
"@testring/types": "0.8.0",
16+
"@testring/logger": "0.8.1",
17+
"@testring/pluggable-module": "0.8.1",
18+
"@testring/types": "0.8.1",
1919
"fast-glob": "3.3.2",
2020
"p-limit": "3.1.0"
2121
}

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.0",
3+
"version": "0.8.1",
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.0",
19-
"@testring/logger": "0.8.0",
20-
"@testring/pluggable-module": "0.8.0",
21-
"@testring/test-utils": "0.8.0",
22-
"@testring/transport": "0.8.0",
23-
"@testring/types": "0.8.0",
24-
"@testring/utils": "0.8.0"
18+
"@testring/cli-config": "0.8.1",
19+
"@testring/logger": "0.8.1",
20+
"@testring/pluggable-module": "0.8.1",
21+
"@testring/test-utils": "0.8.1",
22+
"@testring/transport": "0.8.1",
23+
"@testring/types": "0.8.1",
24+
"@testring/utils": "0.8.1"
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.0",
3+
"version": "0.8.1",
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.8.0",
14-
"@testring/transport": "0.8.0",
15-
"@testring/types": "0.8.0",
16-
"@testring/utils": "0.8.0",
13+
"@testring/pluggable-module": "0.8.1",
14+
"@testring/transport": "0.8.1",
15+
"@testring/types": "0.8.1",
16+
"@testring/utils": "0.8.1",
1717
"@types/bytes": "3.1.4",
1818
"@types/node": "22.8.5",
1919
"bytes": "3.1.2",
2020
"chalk": "4.1.2"
2121
},
2222
"devDependencies": {
23-
"@testring/test-utils": "0.8.0"
23+
"@testring/test-utils": "0.8.1"
2424
}
2525
}

0 commit comments

Comments
 (0)