Skip to content

Commit

Permalink
v0.6.14-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtMathArt committed Nov 5, 2024
1 parent f603efa commit 23a471c
Show file tree
Hide file tree
Showing 35 changed files with 375 additions and 343 deletions.
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.13",
"version": "0.6.14-alpha.0",
"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.13",
"@testring/http-api": "0.6.13",
"@testring/logger": "0.6.13",
"@testring/transport": "0.6.13",
"@testring/types": "0.6.13",
"@testring/utils": "0.6.13",
"@testring/web-application": "0.6.13"
"@testring/async-breakpoints": "0.6.14-alpha.0",
"@testring/http-api": "0.6.14-alpha.0",
"@testring/logger": "0.6.14-alpha.0",
"@testring/transport": "0.6.14-alpha.0",
"@testring/types": "0.6.14-alpha.0",
"@testring/utils": "0.6.14-alpha.0",
"@testring/web-application": "0.6.14-alpha.0"
}
}
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.13",
"version": "0.6.14-alpha.0",
"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.13",
"@testring/types": "0.6.14-alpha.0",
"chai": "4.3.10"
}
}
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.13",
"version": "0.6.14-alpha.0",
"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.13",
"version": "0.6.14-alpha.0",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
"type": "git",
"url": "https://github.com/ringcentral/testring.git"
},
"dependencies": {
"@testring/types": "0.6.13",
"@testring/utils": "0.6.13"
"@testring/types": "0.6.14-alpha.0",
"@testring/utils": "0.6.14-alpha.0"
},
"author": "RingCentral",
"license": "MIT"
Expand Down
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.13",
"version": "0.6.14-alpha.0",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,9 +10,9 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/logger": "0.6.13",
"@testring/types": "0.6.13",
"@testring/utils": "0.6.13",
"@testring/logger": "0.6.14-alpha.0",
"@testring/types": "0.6.14-alpha.0",
"@testring/utils": "0.6.14-alpha.0",
"@types/deepmerge": "2.2.3",
"@types/yargs": "17.0.33",
"deepmerge": "4.3.1",
Expand Down
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.13",
"version": "0.6.14-alpha.0",
"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.13",
"@testring/cli-config": "0.6.13",
"@testring/devtool-backend": "0.6.13",
"@testring/fs-reader": "0.6.13",
"@testring/fs-store": "0.6.13",
"@testring/http-api": "0.6.13",
"@testring/logger": "0.6.13",
"@testring/plugin-api": "0.6.13",
"@testring/test-run-controller": "0.6.13",
"@testring/test-worker": "0.6.13",
"@testring/transport": "0.6.13",
"@testring/types": "0.6.13",
"@testring/web-application": "0.6.13",
"@testring/browser-proxy": "0.6.14-alpha.0",
"@testring/cli-config": "0.6.14-alpha.0",
"@testring/devtool-backend": "0.6.14-alpha.0",
"@testring/fs-reader": "0.6.14-alpha.0",
"@testring/fs-store": "0.6.14-alpha.0",
"@testring/http-api": "0.6.14-alpha.0",
"@testring/logger": "0.6.14-alpha.0",
"@testring/plugin-api": "0.6.14-alpha.0",
"@testring/test-run-controller": "0.6.14-alpha.0",
"@testring/test-worker": "0.6.14-alpha.0",
"@testring/transport": "0.6.14-alpha.0",
"@testring/types": "0.6.14-alpha.0",
"@testring/web-application": "0.6.14-alpha.0",
"@types/node": "22.8.5",
"@types/yargs": "17.0.33",
"yargs": "17.7.2"
Expand Down
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.13",
"version": "0.6.14-alpha.0",
"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.13",
"@testring/types": "0.6.13",
"@testring/utils": "0.6.13",
"@testring/test-utils": "0.6.14-alpha.0",
"@testring/types": "0.6.14-alpha.0",
"@testring/utils": "0.6.14-alpha.0",
"@types/babel-traverse": "6.25.10",
"@types/babylon": "6.16.9",
"babel-traverse": "6.26.0",
Expand Down
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.13",
"version": "0.6.14-alpha.0",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -13,9 +13,9 @@
"test:performance": "mocha --performance --reporter spec"
},
"dependencies": {
"@testring/logger": "0.6.13",
"@testring/pluggable-module": "0.6.13",
"@testring/types": "0.6.13",
"@testring/logger": "0.6.14-alpha.0",
"@testring/pluggable-module": "0.6.14-alpha.0",
"@testring/types": "0.6.14-alpha.0",
"fast-glob": "3.3.2",
"p-limit": "3.1.0"
}
Expand Down
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.13",
"version": "0.6.14-alpha.0",
"description": "fs storage & operations service",
"keywords": [
"fs",
Expand All @@ -15,13 +15,13 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/cli-config": "0.6.13",
"@testring/logger": "0.6.13",
"@testring/pluggable-module": "0.6.13",
"@testring/test-utils": "0.6.13",
"@testring/transport": "0.6.13",
"@testring/types": "0.6.13",
"@testring/utils": "0.6.13"
"@testring/cli-config": "0.6.14-alpha.0",
"@testring/logger": "0.6.14-alpha.0",
"@testring/pluggable-module": "0.6.14-alpha.0",
"@testring/test-utils": "0.6.14-alpha.0",
"@testring/transport": "0.6.14-alpha.0",
"@testring/types": "0.6.14-alpha.0",
"@testring/utils": "0.6.14-alpha.0"
},
"scripts": {
"test": "mocha"
Expand Down
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.13",
"version": "0.6.14-alpha.0",
"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.13",
"@testring/transport": "0.6.13",
"@testring/types": "0.6.13",
"@testring/utils": "0.6.13",
"@testring/pluggable-module": "0.6.14-alpha.0",
"@testring/transport": "0.6.14-alpha.0",
"@testring/types": "0.6.14-alpha.0",
"@testring/utils": "0.6.14-alpha.0",
"@types/bytes": "3.1.4",
"@types/node": "22.8.5",
"bytes": "3.1.2",
"chalk": "4.1.2"
},
"devDependencies": {
"@testring/test-utils": "0.6.13"
"@testring/test-utils": "0.6.14-alpha.0"
}
}
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.13",
"version": "0.6.14-alpha.0",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,6 +10,6 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/types": "0.6.13"
"@testring/types": "0.6.14-alpha.0"
}
}
10 changes: 5 additions & 5 deletions core/plugin-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/plugin-api",
"version": "0.6.13",
"version": "0.6.14-alpha.0",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,10 +10,10 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/fs-store": "0.6.13",
"@testring/logger": "0.6.13",
"@testring/types": "0.6.13",
"@testring/utils": "0.6.13",
"@testring/fs-store": "0.6.14-alpha.0",
"@testring/logger": "0.6.14-alpha.0",
"@testring/types": "0.6.14-alpha.0",
"@testring/utils": "0.6.14-alpha.0",
"@types/node": "22.8.5"
}
}
10 changes: 5 additions & 5 deletions core/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/sandbox",
"version": "0.6.13",
"version": "0.6.14-alpha.0",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,9 +10,9 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/api": "0.6.13",
"@testring/test-utils": "0.6.13",
"@testring/types": "0.6.13",
"@testring/utils": "0.6.13"
"@testring/api": "0.6.14-alpha.0",
"@testring/test-utils": "0.6.14-alpha.0",
"@testring/types": "0.6.14-alpha.0",
"@testring/utils": "0.6.14-alpha.0"
}
}
14 changes: 7 additions & 7 deletions core/test-run-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/test-run-controller",
"version": "0.6.13",
"version": "0.6.14-alpha.0",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,13 +10,13 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/fs-store": "0.6.13",
"@testring/logger": "0.6.13",
"@testring/pluggable-module": "0.6.13",
"@testring/types": "0.6.13",
"@testring/utils": "0.6.13"
"@testring/fs-store": "0.6.14-alpha.0",
"@testring/logger": "0.6.14-alpha.0",
"@testring/pluggable-module": "0.6.14-alpha.0",
"@testring/types": "0.6.14-alpha.0",
"@testring/utils": "0.6.14-alpha.0"
},
"devDependencies": {
"@testring/test-utils": "0.6.13"
"@testring/test-utils": "0.6.14-alpha.0"
}
}
28 changes: 14 additions & 14 deletions core/test-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/test-worker",
"version": "0.6.13",
"version": "0.6.14-alpha.0",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,21 +10,21 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/api": "0.6.13",
"@testring/async-breakpoints": "0.6.13",
"@testring/child-process": "0.6.13",
"@testring/dependencies-builder": "0.6.13",
"@testring/fs-reader": "0.6.13",
"@testring/fs-store": "0.6.13",
"@testring/logger": "0.6.13",
"@testring/pluggable-module": "0.6.13",
"@testring/sandbox": "0.6.13",
"@testring/transport": "0.6.13",
"@testring/types": "0.6.13",
"@testring/utils": "0.6.13",
"@testring/api": "0.6.14-alpha.0",
"@testring/async-breakpoints": "0.6.14-alpha.0",
"@testring/child-process": "0.6.14-alpha.0",
"@testring/dependencies-builder": "0.6.14-alpha.0",
"@testring/fs-reader": "0.6.14-alpha.0",
"@testring/fs-store": "0.6.14-alpha.0",
"@testring/logger": "0.6.14-alpha.0",
"@testring/pluggable-module": "0.6.14-alpha.0",
"@testring/sandbox": "0.6.14-alpha.0",
"@testring/transport": "0.6.14-alpha.0",
"@testring/types": "0.6.14-alpha.0",
"@testring/utils": "0.6.14-alpha.0",
"@types/node": "22.8.5"
},
"devDependencies": {
"@testring/test-utils": "0.6.13"
"@testring/test-utils": "0.6.14-alpha.0"
}
}
6 changes: 3 additions & 3 deletions core/testring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testring",
"version": "0.6.13",
"version": "0.6.14-alpha.0",
"description": "Main package with CLI interface and test API.",
"main": "./dist/index.js",
"types": "./src/index.ts",
Expand All @@ -14,7 +14,7 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/api": "0.6.13",
"@testring/cli": "0.6.13"
"@testring/api": "0.6.14-alpha.0",
"@testring/cli": "0.6.14-alpha.0"
}
}
Loading

0 comments on commit 23a471c

Please sign in to comment.