-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3598f4f
commit 9bd4cce
Showing
33 changed files
with
131 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.35.3", | ||
"@scramjet/types": "^0.36.0", | ||
"@types/node": "15.12.5" | ||
}, | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.35.3", | ||
"@scramjet/types": "^0.36.0", | ||
"@types/node": "15.12.5" | ||
}, | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.35.3", | ||
"@scramjet/types": "^0.36.0", | ||
"@types/node": "15.12.5" | ||
}, | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@scramjet/api-client", | ||
"version": "0.35.3", | ||
"version": "0.36.0", | ||
"description": "This package is part of Scramjet Transform Hub. The package provides the API Client for use with Scramjet Transform Hub.", | ||
"main": "./src/index.ts", | ||
"scripts": { | ||
|
@@ -13,14 +13,14 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@scramjet/client-utils": "^0.35.3", | ||
"@scramjet/sth-config": "^0.35.3", | ||
"@scramjet/symbols": "^0.35.3", | ||
"@scramjet/client-utils": "^0.36.0", | ||
"@scramjet/sth-config": "^0.36.0", | ||
"@scramjet/symbols": "^0.36.0", | ||
"n-readlines": "^1.0.1", | ||
"scramjet": "^4.36.9" | ||
}, | ||
"devDependencies": { | ||
"@scramjet/types": "^0.35.3", | ||
"@scramjet/types": "^0.36.0", | ||
"@types/node": "15.12.5", | ||
"ava": "^3.15.0", | ||
"ts-node": "^10.9.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@scramjet/cli", | ||
"version": "0.35.3", | ||
"version": "0.36.0", | ||
"description": "This package is part of Scramjet Transform Hub. The package provides a CLI interface to communicate with Scramjet Transform Hub.", | ||
"main": "./src/index.ts", | ||
"bin": { | ||
|
@@ -20,11 +20,11 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "AGPL-3.0", | ||
"dependencies": { | ||
"@scramjet/api-client": "^0.35.3", | ||
"@scramjet/client-utils": "^0.35.3", | ||
"@scramjet/middleware-api-client": "^0.35.3", | ||
"@scramjet/obj-logger": "^0.35.3", | ||
"@scramjet/utility": "^0.35.3", | ||
"@scramjet/api-client": "^0.36.0", | ||
"@scramjet/client-utils": "^0.36.0", | ||
"@scramjet/middleware-api-client": "^0.36.0", | ||
"@scramjet/obj-logger": "^0.36.0", | ||
"@scramjet/utility": "^0.36.0", | ||
"chalk": "^4.1.2", | ||
"commander": "^9.5.0", | ||
"commander-completion": "^1.0.1", | ||
|
@@ -35,7 +35,7 @@ | |
"validator": "^13.7.0" | ||
}, | ||
"devDependencies": { | ||
"@scramjet/types": "^0.35.3", | ||
"@scramjet/types": "^0.36.0", | ||
"@types/find-package-json": "^1.2.3", | ||
"@types/minimatch": "^3.0.5", | ||
"@types/node": "15.12.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@scramjet/client-utils", | ||
"version": "0.35.3", | ||
"version": "0.36.0", | ||
"description": "This package is part of Scramjet Transform Hub. The package provides the API Client Utils for use with Scramjet Transform Hub.", | ||
"main": "./src/index.ts", | ||
"browser": "./src/index.browser.ts", | ||
|
@@ -14,11 +14,11 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@scramjet/model": "^0.35.3", | ||
"@scramjet/obj-logger": "^0.35.3", | ||
"@scramjet/sth-config": "^0.35.3", | ||
"@scramjet/symbols": "^0.35.3", | ||
"@scramjet/utility": "^0.35.3", | ||
"@scramjet/model": "^0.36.0", | ||
"@scramjet/obj-logger": "^0.36.0", | ||
"@scramjet/sth-config": "^0.36.0", | ||
"@scramjet/symbols": "^0.36.0", | ||
"@scramjet/utility": "^0.36.0", | ||
"@types/node-fetch": "^2.6.4", | ||
"abort-controller": "^3.0.0", | ||
"n-readlines": "^1.0.1", | ||
|
@@ -27,7 +27,7 @@ | |
"scramjet": "^4.36.9" | ||
}, | ||
"devDependencies": { | ||
"@scramjet/types": "^0.35.3", | ||
"@scramjet/types": "^0.36.0", | ||
"@types/node": "15.12.5", | ||
"@types/node-fetch": "^2.6.2", | ||
"ava": "^3.15.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@scramjet/host", | ||
"version": "0.35.3", | ||
"version": "0.36.0", | ||
"description": "This package is part of Scramjet Transform Hub. The package provides the main host subsystem of STH - starts API Servers, creates adapters etc.", | ||
"main": "./src/index.ts", | ||
"scripts": { | ||
|
@@ -18,17 +18,17 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "AGPL-3.0", | ||
"dependencies": { | ||
"@scramjet/adapters": "^0.35.3", | ||
"@scramjet/api-server": "^0.35.3", | ||
"@scramjet/load-check": "^0.35.3", | ||
"@scramjet/model": "^0.35.3", | ||
"@scramjet/module-loader": "^0.35.3", | ||
"@scramjet/obj-logger": "^0.35.3", | ||
"@scramjet/sth-config": "^0.35.3", | ||
"@scramjet/symbols": "^0.35.3", | ||
"@scramjet/telemetry": "^0.35.3", | ||
"@scramjet/utility": "^0.35.3", | ||
"@scramjet/verser": "^0.35.3", | ||
"@scramjet/adapters": "^0.36.0", | ||
"@scramjet/api-server": "^0.36.0", | ||
"@scramjet/load-check": "^0.36.0", | ||
"@scramjet/model": "^0.36.0", | ||
"@scramjet/module-loader": "^0.36.0", | ||
"@scramjet/obj-logger": "^0.36.0", | ||
"@scramjet/sth-config": "^0.36.0", | ||
"@scramjet/symbols": "^0.36.0", | ||
"@scramjet/telemetry": "^0.36.0", | ||
"@scramjet/utility": "^0.36.0", | ||
"@scramjet/verser": "^0.36.0", | ||
"bpmux": "^8.2.1", | ||
"ext-ip": "^0.3.9", | ||
"find-package-json": "^1.2.0", | ||
|
@@ -40,7 +40,7 @@ | |
"systeminformation": "^5.21.7" | ||
}, | ||
"devDependencies": { | ||
"@scramjet/types": "^0.35.3", | ||
"@scramjet/types": "^0.36.0", | ||
"@types/find-package-json": "^1.2.3", | ||
"@types/jest": "^29.4.4", | ||
"@types/node": "15.12.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@scramjet/load-check", | ||
"version": "0.35.3", | ||
"version": "0.36.0", | ||
"description": "This package is part of Scramjet Transform Hub. The package provides health info for STH.", | ||
"main": "./src/index.ts", | ||
"scripts": { | ||
|
@@ -14,14 +14,14 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "AGPL-3.0", | ||
"dependencies": { | ||
"@scramjet/obj-logger": "^0.35.3", | ||
"@scramjet/utility": "^0.35.3", | ||
"@scramjet/obj-logger": "^0.36.0", | ||
"@scramjet/utility": "^0.36.0", | ||
"scramjet": "^4.36.9", | ||
"systeminformation": "^5.21.7", | ||
"uuid": "^8.3.2" | ||
}, | ||
"devDependencies": { | ||
"@scramjet/types": "^0.35.3", | ||
"@scramjet/types": "^0.36.0", | ||
"@types/node": "15.12.5", | ||
"@types/uuid": "^8.3.4", | ||
"ava": "^3.15.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@scramjet/logger", | ||
"version": "0.35.3", | ||
"version": "0.36.0", | ||
"description": "This package is part of Scramjet Transform Hub. The package provides a simple logger with 100% Console Web API compatible signatures and a streaming output of any choice.", | ||
"main": "./src/index.ts", | ||
"scripts": { | ||
|
@@ -14,7 +14,7 @@ | |
"author": "Scramjet <[email protected]>", | ||
"license": "AGPL-3.0", | ||
"devDependencies": { | ||
"@scramjet/types": "^0.35.3", | ||
"@scramjet/types": "^0.36.0", | ||
"@types/node": "15.12.5", | ||
"ava": "^3.15.0", | ||
"nyc": "^15.1.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.