Skip to content

Commit

Permalink
v0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alicja-gruzdz committed Sep 25, 2023
1 parent 3598f4f commit 9bd4cce
Show file tree
Hide file tree
Showing 33 changed files with 131 additions and 131 deletions.
2 changes: 1 addition & 1 deletion bdd/data/sequences/args-config-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/scramjetorg/transform-hub.git"
},
"devDependencies": {
"@scramjet/types": "0.35.3"
"@scramjet/types": "0.36.0"
},
"private": true
}
2 changes: 1 addition & 1 deletion bdd/data/sequences/args-to-output/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Scramjet <open-source@scramjet.org>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.35.3",
"@scramjet/types": "^0.36.0",
"@types/node": "15.12.5"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion bdd/data/sequences/deploy-app/dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Scramjet <open-source@scramjet.org>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.35.3",
"@scramjet/types": "^0.36.0",
"@types/node": "15.12.5"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion bdd/data/sequences/deploy-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Scramjet <open-source@scramjet.org>",
"license": "ISC",
"devDependencies": {
"@scramjet/types": "^0.35.3",
"@scramjet/types": "^0.36.0",
"@types/node": "15.12.5"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion bdd/iac-test-data/sequences/infinite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"build": "si pack -o ../hello-2.tar.gz ."
},
"devDependencies": {
"@scramjet/types": "^0.35.3"
"@scramjet/types": "^0.36.0"
}
}
12 changes: 6 additions & 6 deletions bdd/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "scramjet-bdd",
"version": "0.35.3",
"version": "0.36.0",
"description": "As the \"problem scope\" of the business problem that our technology solves is quite complex, we decided to use the BDD practice to support the development process. BDD is a methodology of high automation and agility. It describes a cycle of interactions with well-defined outcomes. As a result of these activities, we obtain working, tested software that has a real value.",
"main": "_cucumber.js",
"dependencies": {
"@scramjet/api-client": "^0.35.3",
"@scramjet/logger": "^0.35.3",
"@scramjet/obj-logger": "^0.35.3",
"@scramjet/sth-config": "^0.35.3",
"@scramjet/api-client": "^0.36.0",
"@scramjet/logger": "^0.36.0",
"@scramjet/obj-logger": "^0.36.0",
"@scramjet/sth-config": "^0.36.0",
"dockerode": "^3.3.4",
"find-package-json": "^1.2.0",
"freeport": "^1.0.5",
Expand All @@ -17,7 +17,7 @@
"devDependencies": {
"@cucumber/cucumber": "^7.3.2",
"@cucumber/pretty-formatter": "^1.0.0",
"@scramjet/types": "^0.35.3"
"@scramjet/types": "^0.36.0"
},
"scripts": {
"build:bdd": "tsc -p tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/transform-hub",
"version": "0.35.3",
"version": "0.36.0",
"private": true,
"description": "A development repo for Scramjet Transform Hub, a container supervisor that allows deployment, execution and monitoring of any application based on a simple interface.",
"main": "index.js",
Expand Down
20 changes: 10 additions & 10 deletions packages/adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/adapters",
"version": "0.35.3",
"version": "0.36.0",
"description": "This package is part of Scramjet Transform Hub. This module holds the docker adapters utilized by Scramjet Transform Hub",
"main": "./src/index.ts",
"scripts": {
Expand All @@ -16,22 +16,22 @@
"license": "AGPL-3.0",
"dependencies": {
"@kubernetes/client-node": "^0.17.1",
"@scramjet/model": "^0.35.3",
"@scramjet/obj-logger": "^0.35.3",
"@scramjet/pre-runner": "^0.35.3",
"@scramjet/python-runner": "^0.35.3",
"@scramjet/runner": "^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/pre-runner": "^0.36.0",
"@scramjet/python-runner": "^0.36.0",
"@scramjet/runner": "^0.36.0",
"@scramjet/sth-config": "^0.36.0",
"@scramjet/symbols": "^0.36.0",
"@scramjet/utility": "^0.36.0",
"dockerode": "^3.3.4",
"scramjet": "^4.36.9",
"shell-escape": "^0.2.0",
"systeminformation": "^5.21.7",
"ts.data.json": "^2.2.0"
},
"devDependencies": {
"@scramjet/types": "^0.35.3",
"@scramjet/types": "^0.36.0",
"@types/dockerode": "<=3.3.3",
"@types/js-yaml": "4.0.5",
"@types/node": "15.12.5",
Expand Down
10 changes: 5 additions & 5 deletions packages/api-client/package.json
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": {
Expand All @@ -13,14 +13,14 @@
"author": "Scramjet <open-source@scramjet.org>",
"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",
Expand Down
12 changes: 6 additions & 6 deletions packages/api-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/api-server",
"version": "0.35.3",
"version": "0.36.0",
"description": "This package is part of Scramjet Transform Hub. The package provides the domain model for STH and the CLI.",
"main": "./src/index.ts",
"scripts": {
Expand All @@ -15,15 +15,15 @@
"license": "AGPL-3.0",
"dependencies": {
"0http": "^3.4.1",
"@scramjet/model": "^0.35.3",
"@scramjet/obj-logger": "^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/symbols": "^0.36.0",
"@scramjet/utility": "^0.36.0",
"http-status-codes": "^2.2.0",
"scramjet": "^4.36.9"
},
"devDependencies": {
"@scramjet/types": "^0.35.3",
"@scramjet/types": "^0.36.0",
"@types/node": "15.12.5",
"@types/sinon": "^10.0.13",
"@types/trouter": "^3.1.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/cli/package.json
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": {
Expand All @@ -20,11 +20,11 @@
"author": "Scramjet <open-source@scramjet.org>",
"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",
Expand All @@ -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",
Expand Down
14 changes: 7 additions & 7 deletions packages/client-utils/package.json
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",
Expand All @@ -14,11 +14,11 @@
"author": "Scramjet <open-source@scramjet.org>",
"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",
Expand All @@ -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",
Expand Down
26 changes: 13 additions & 13 deletions packages/host/package.json
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": {
Expand All @@ -18,17 +18,17 @@
"author": "Scramjet <open-source@scramjet.org>",
"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",
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions packages/load-check/package.json
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": {
Expand All @@ -14,14 +14,14 @@
"author": "Scramjet <open-source@scramjet.org>",
"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",
Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
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": {
Expand All @@ -14,7 +14,7 @@
"author": "Scramjet <open-source@scramjet.org>",
"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",
Expand Down
8 changes: 4 additions & 4 deletions packages/manager-api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/manager-api-client",
"version": "0.35.3",
"version": "0.36.0",
"description": "Scramjet Manager API Client",
"main": "src/index.ts",
"scripts": {
Expand All @@ -12,11 +12,11 @@
"test:ava": "ava"
},
"dependencies": {
"@scramjet/api-client": "^0.35.3",
"@scramjet/client-utils": "^0.35.3"
"@scramjet/api-client": "^0.36.0",
"@scramjet/client-utils": "^0.36.0"
},
"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",
Expand Down
12 changes: 6 additions & 6 deletions packages/middleware-api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scramjet/middleware-api-client",
"version": "0.35.3",
"version": "0.36.0",
"description": "Scramjet Middleware API Client",
"main": "src/index.ts",
"scripts": {
Expand All @@ -14,13 +14,13 @@
"test:ava": "ava"
},
"dependencies": {
"@scramjet/api-client": "^0.35.3",
"@scramjet/client-utils": "^0.35.3",
"@scramjet/manager-api-client": "^0.35.3",
"@scramjet/multi-manager-api-client": "^0.35.3"
"@scramjet/api-client": "^0.36.0",
"@scramjet/client-utils": "^0.36.0",
"@scramjet/manager-api-client": "^0.36.0",
"@scramjet/multi-manager-api-client": "^0.36.0"
},
"devDependencies": {
"@scramjet/types": "^0.35.3",
"@scramjet/types": "^0.36.0",
"ava": "^3.15.0",
"esbuild": "^0.14.54",
"ts-node": "^10.9.1",
Expand Down
Loading

0 comments on commit 9bd4cce

Please sign in to comment.