Skip to content

Commit

Permalink
v0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtMathArt committed Jul 9, 2024
1 parent 2050267 commit 65df251
Show file tree
Hide file tree
Showing 55 changed files with 219 additions and 219 deletions.
18 changes: 9 additions & 9 deletions core/api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions core/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/api",
"version": "0.6.9",
"version": "0.6.10",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,12 +10,12 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/async-breakpoints": "0.6.9",
"@testring/http-api": "0.6.9",
"@testring/logger": "0.6.9",
"@testring/transport": "0.6.9",
"@testring/types": "0.6.9",
"@testring/utils": "0.6.9",
"@testring/web-application": "0.6.9"
"@testring/async-breakpoints": "0.6.10",
"@testring/http-api": "0.6.10",
"@testring/logger": "0.6.10",
"@testring/transport": "0.6.10",
"@testring/types": "0.6.10",
"@testring/utils": "0.6.10",
"@testring/web-application": "0.6.10"
}
}
4 changes: 2 additions & 2 deletions core/async-assert/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions core/async-assert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/async-assert",
"version": "0.6.9",
"version": "0.6.10",
"description": "an async wrapper around chai",
"keywords": [
"assert"
Expand All @@ -21,7 +21,7 @@
"url": "https://github.com/ringcentral/testring/issues"
},
"dependencies": {
"@testring/types": "0.6.9",
"@testring/types": "0.6.10",
"chai": "4.3.4"
}
}
4 changes: 2 additions & 2 deletions core/async-breakpoints/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/async-breakpoints/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/async-breakpoints",
"version": "0.6.9",
"version": "0.6.10",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions core/child-process/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@testring/child-process",
"version": "0.6.9",
"version": "0.6.10",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
"type": "git",
"url": "https://github.com/ringcentral/testring.git"
},
"dependencies": {
"@testring/types": "0.6.9",
"@testring/utils": "0.6.9"
"@testring/types": "0.6.10",
"@testring/utils": "0.6.10"
},
"author": "RingCentral",
"license": "MIT"
Expand Down
4 changes: 2 additions & 2 deletions core/cli-config/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions core/cli-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/cli-config",
"version": "0.6.9",
"version": "0.6.10",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,9 +10,9 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/logger": "0.6.9",
"@testring/types": "0.6.9",
"@testring/utils": "0.6.9",
"@testring/logger": "0.6.10",
"@testring/types": "0.6.10",
"@testring/utils": "0.6.10",
"@types/deepmerge": "2.2.0",
"@types/yargs": "15.0.13",
"deepmerge": "4.2.2",
Expand Down
4 changes: 2 additions & 2 deletions core/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions core/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/cli",
"version": "0.6.9",
"version": "0.6.10",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,19 +10,19 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/browser-proxy": "0.6.9",
"@testring/cli-config": "0.6.9",
"@testring/devtool-backend": "0.6.9",
"@testring/fs-reader": "0.6.9",
"@testring/fs-store": "0.6.9",
"@testring/http-api": "0.6.9",
"@testring/logger": "0.6.9",
"@testring/plugin-api": "0.6.9",
"@testring/test-run-controller": "0.6.9",
"@testring/test-worker": "0.6.9",
"@testring/transport": "0.6.9",
"@testring/types": "0.6.9",
"@testring/web-application": "0.6.9",
"@testring/browser-proxy": "0.6.10",
"@testring/cli-config": "0.6.10",
"@testring/devtool-backend": "0.6.10",
"@testring/fs-reader": "0.6.10",
"@testring/fs-store": "0.6.10",
"@testring/http-api": "0.6.10",
"@testring/logger": "0.6.10",
"@testring/plugin-api": "0.6.10",
"@testring/test-run-controller": "0.6.10",
"@testring/test-worker": "0.6.10",
"@testring/transport": "0.6.10",
"@testring/types": "0.6.10",
"@testring/web-application": "0.6.10",
"@types/node": "18.11.18",
"@types/yargs": "15.0.13",
"yargs": "15.4.1"
Expand Down
4 changes: 2 additions & 2 deletions core/dependencies-builder/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions core/dependencies-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/dependencies-builder",
"version": "0.6.9",
"version": "0.6.10",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,9 +10,9 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/test-utils": "0.6.9",
"@testring/types": "0.6.9",
"@testring/utils": "0.6.9",
"@testring/test-utils": "0.6.10",
"@testring/types": "0.6.10",
"@testring/utils": "0.6.10",
"@types/babel-traverse": "6.25.5",
"@types/babylon": "6.16.5",
"babel-traverse": "6.26.0",
Expand Down
4 changes: 2 additions & 2 deletions core/fs-reader/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions core/fs-reader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/fs-reader",
"version": "0.6.9",
"version": "0.6.10",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,9 +10,9 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/logger": "0.6.9",
"@testring/pluggable-module": "0.6.9",
"@testring/types": "0.6.9",
"@testring/logger": "0.6.10",
"@testring/pluggable-module": "0.6.10",
"@testring/types": "0.6.10",
"glob": "7.1.7"
}
}
16 changes: 8 additions & 8 deletions core/fs-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/fs-store",
"version": "0.6.9",
"version": "0.6.10",
"description": "fs storage & operations service",
"keywords": [
"fs",
Expand All @@ -15,13 +15,13 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/cli-config": "0.6.9",
"@testring/logger": "0.6.9",
"@testring/pluggable-module": "0.6.9",
"@testring/test-utils": "0.6.9",
"@testring/transport": "0.6.9",
"@testring/types": "0.6.9",
"@testring/utils": "0.6.9"
"@testring/cli-config": "0.6.10",
"@testring/logger": "0.6.10",
"@testring/pluggable-module": "0.6.10",
"@testring/test-utils": "0.6.10",
"@testring/transport": "0.6.10",
"@testring/types": "0.6.10",
"@testring/utils": "0.6.10"
},
"scripts": {
"test": "mocha"
Expand Down
4 changes: 2 additions & 2 deletions core/logger/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions core/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/logger",
"version": "0.6.9",
"version": "0.6.10",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,16 +10,16 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/pluggable-module": "0.6.9",
"@testring/transport": "0.6.9",
"@testring/types": "0.6.9",
"@testring/utils": "0.6.9",
"@testring/pluggable-module": "0.6.10",
"@testring/transport": "0.6.10",
"@testring/types": "0.6.10",
"@testring/utils": "0.6.10",
"@types/bytes": "3.1.1",
"@types/node": "18.11.18",
"bytes": "3.1.2",
"chalk": "2.4.2"
},
"devDependencies": {
"@testring/test-utils": "0.6.9"
"@testring/test-utils": "0.6.10"
}
}
4 changes: 2 additions & 2 deletions core/pluggable-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/pluggable-module",
"version": "0.6.9",
"version": "0.6.10",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,6 +10,6 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/types": "0.6.9"
"@testring/types": "0.6.10"
}
}
Loading

0 comments on commit 65df251

Please sign in to comment.