Skip to content

Commit bb16692

Browse files
author
a-tylenda
committed
v0.33.1
1 parent 813c304 commit bb16692

File tree

26 files changed

+28
-28
lines changed

26 files changed

+28
-28
lines changed

bdd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scramjet-bdd",
3-
"version": "0.33.0",
3+
"version": "0.33.1",
44
"description": "",
55
"main": "_cucumber.js",
66
"dependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scramjet/transform-hub",
3-
"version": "0.33.0",
3+
"version": "0.33.1",
44
"private": true,
55
"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.",
66
"main": "index.js",

packages/adapters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scramjet/adapters",
3-
"version": "0.33.0",
3+
"version": "0.33.1",
44
"description": "This package is part of Scramjet Transform Hub. This module holds the docker adapters utilized by Scramjet Transform Hub",
55
"main": "./src/index.ts",
66
"scripts": {

packages/api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scramjet/api-client",
3-
"version": "0.33.0",
3+
"version": "0.33.1",
44
"description": "This package is part of Scramjet Transform Hub. The package provides the API Client for use with Scramjet Transform Hub.",
55
"main": "./src/index.ts",
66
"scripts": {

packages/api-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scramjet/api-server",
3-
"version": "0.33.0",
3+
"version": "0.33.1",
44
"description": "This package is part of Scramjet Transform Hub. The package provides the domain model for STH and the CLI.",
55
"main": "./src/index.ts",
66
"scripts": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scramjet/cli",
3-
"version": "0.33.0",
3+
"version": "0.33.1",
44
"description": "This package is part of Scramjet Transform Hub. The package provides a CLI interface to communicate with Scramjet Transform Hub.",
55
"main": "./src/index.ts",
66
"bin": {

packages/client-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scramjet/client-utils",
3-
"version": "0.33.0",
3+
"version": "0.33.1",
44
"description": "This package is part of Scramjet Transform Hub. The package provides the API Client Utils for use with Scramjet Transform Hub.",
55
"main": "./src/index.ts",
66
"browser": "./src/index.browser.ts",

packages/host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scramjet/host",
3-
"version": "0.33.0",
3+
"version": "0.33.1",
44
"description": "This package is part of Scramjet Transform Hub. The package provides the main host subsystem of STH - starts API Servers, creates adapters etc.",
55
"main": "./src/index.ts",
66
"scripts": {

packages/load-check/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scramjet/load-check",
3-
"version": "0.33.0",
3+
"version": "0.33.1",
44
"description": "This package is part of Scramjet Transform Hub. The package provides health info for STH.",
55
"main": "./src/index.ts",
66
"scripts": {

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scramjet/logger",
3-
"version": "0.33.0",
3+
"version": "0.33.1",
44
"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.",
55
"main": "./src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)