Skip to content

Commit fb72dcf

Browse files
committed
v0.6.1
1 parent 2bd2123 commit fb72dcf

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

+220
-249
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.0",
3+
"version": "0.6.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.6.0",
14-
"@testring/http-api": "0.6.0",
15-
"@testring/logger": "0.6.0",
16-
"@testring/transport": "0.6.0",
17-
"@testring/types": "0.6.0",
18-
"@testring/utils": "0.6.0",
19-
"@testring/web-application": "0.6.0"
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"
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.0",
3+
"version": "0.6.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.6.0",
24+
"@testring/types": "0.6.1",
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.0",
3+
"version": "0.6.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.6.0",
3+
"version": "0.6.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.6.0",
12-
"@testring/utils": "0.6.0"
11+
"@testring/types": "0.6.1",
12+
"@testring/utils": "0.6.1"
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.0",
3+
"version": "0.6.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.6.0",
14-
"@testring/types": "0.6.0",
15-
"@testring/utils": "0.6.0",
13+
"@testring/logger": "0.6.1",
14+
"@testring/types": "0.6.1",
15+
"@testring/utils": "0.6.1",
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.

0 commit comments

Comments
 (0)