Skip to content

Commit

Permalink
v0.0.61
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Razon committed Feb 6, 2024
1 parent bd5d602 commit 6bac51b
Show file tree
Hide file tree
Showing 12 changed files with 1,107 additions and 48 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.60"
"version": "0.0.61"
}
4 changes: 2 additions & 2 deletions packages/cli-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@preevy/cli-common",
"version": "0.0.60",
"version": "0.0.61",
"description": "Common library for the Preevy CLI and plugins",
"type": "module",
"main": "dist/index.js",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@inquirer/prompts": "^3.3.0",
"@oclif/core": "^3.15.1",
"@preevy/core": "0.0.60",
"@preevy/core": "0.0.61",
"chalk": "^4.1.2",
"iter-tools-es": "^7.5.3",
"lodash-es": "^4.17.21"
Expand Down
1,091 changes: 1,075 additions & 16 deletions packages/cli/README.md

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "preevy",
"version": "0.0.60",
"version": "0.0.61",
"description": "Quickly deploy preview environments to the cloud!",
"author": "Livecycle",
"type": "module",
Expand All @@ -26,15 +26,15 @@
"@inquirer/prompts": "^3.3.0",
"@oclif/core": "^3.15.1",
"@oclif/plugin-help": "^5",
"@preevy/cli-common": "0.0.60",
"@preevy/common": "0.0.60",
"@preevy/compose-tunnel-agent": "0.0.60",
"@preevy/core": "0.0.60",
"@preevy/driver-azure": "0.0.60",
"@preevy/driver-gce": "0.0.60",
"@preevy/driver-kube-pod": "0.0.60",
"@preevy/driver-lightsail": "0.0.60",
"@preevy/plugin-github": "0.0.60",
"@preevy/cli-common": "0.0.61",
"@preevy/common": "0.0.61",
"@preevy/compose-tunnel-agent": "0.0.61",
"@preevy/core": "0.0.61",
"@preevy/driver-azure": "0.0.61",
"@preevy/driver-gce": "0.0.61",
"@preevy/driver-kube-pod": "0.0.61",
"@preevy/driver-lightsail": "0.0.61",
"@preevy/plugin-github": "0.0.61",
"disposablestack": "^1.1.2",
"inquirer-autocomplete-standalone": "^0.8.1",
"iter-tools-es": "^7.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@preevy/common",
"version": "0.0.60",
"version": "0.0.61",
"description": "",
"type": "module",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/compose-tunnel-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@preevy/compose-tunnel-agent",
"version": "0.0.60",
"version": "0.0.61",
"description": "",
"main": "out/index.mjs",
"exports": {
Expand All @@ -19,7 +19,7 @@
"@fastify/cors": "^8.3.0",
"@fastify/request-context": "^5.0.0",
"@fastify/websocket": "^8.2.0",
"@preevy/common": "0.0.60",
"@preevy/common": "0.0.61",
"dockerode": "^3.3.4",
"fastify": "^4.22.2",
"fastify-type-provider-zod": "^1.1.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@preevy/core",
"version": "0.0.60",
"version": "0.0.61",
"description": "Core functionality for Preevy",
"type": "module",
"exports": {
Expand All @@ -13,8 +13,8 @@
"license": "Apache-2.0",
"dependencies": {
"@inquirer/prompts": "^3.3.0",
"@preevy/common": "0.0.60",
"@preevy/compose-tunnel-agent": "0.0.60",
"@preevy/common": "0.0.61",
"@preevy/compose-tunnel-agent": "0.0.61",
"chalk": "^4.1.2",
"fast-safe-stringify": "^2.1.1",
"is-stream": "^2.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/driver-azure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@preevy/driver-azure",
"version": "0.0.60",
"version": "0.0.61",
"description": "Microsoft Azure Virtual Machine for Preevy",
"type": "module",
"exports": {
Expand All @@ -23,8 +23,8 @@
"@azure/storage-blob": "^12.17.0",
"@inquirer/prompts": "^3.3.0",
"@oclif/core": "^3.15.1",
"@preevy/cli-common": "0.0.60",
"@preevy/core": "0.0.60",
"@preevy/cli-common": "0.0.61",
"@preevy/core": "0.0.61",
"inquirer-autocomplete-standalone": "^0.8.1",
"iter-tools-es": "^7.5.3",
"lodash-es": "^4.17.21"
Expand Down
4 changes: 2 additions & 2 deletions packages/driver-gce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@preevy/driver-gce",
"version": "0.0.60",
"version": "0.0.61",
"description": "Google Compute Engine driver for Preevy",
"type": "module",
"exports": {
Expand All @@ -17,7 +17,7 @@
"@google-cloud/storage": "^6.9.5",
"@inquirer/prompts": "^3.3.0",
"@oclif/core": "^3.15.1",
"@preevy/core": "0.0.60",
"@preevy/core": "0.0.61",
"google-auth-library": "^8.7.0",
"google-gax": "^4.0.5",
"inquirer-autocomplete-standalone": "^0.8.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/driver-kube-pod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@preevy/driver-kube-pod",
"version": "0.0.60",
"version": "0.0.61",
"description": "Kubernetes single Pod driver for Preevy",
"exports": {
".": "./dist/index.js"
Expand All @@ -16,8 +16,8 @@
"@inquirer/prompts": "^3.3.0",
"@kubernetes/client-node": "^0.18.1",
"@oclif/core": "^3.15.1",
"@preevy/common": "0.0.60",
"@preevy/core": "0.0.60",
"@preevy/common": "0.0.61",
"@preevy/core": "0.0.61",
"fast-safe-stringify": "^2.1.1",
"is-stream": "^2.0.1",
"iter-tools-es": "^7.5.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/driver-lightsail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@preevy/driver-lightsail",
"version": "0.0.60",
"version": "0.0.61",
"description": "AWS Lightsail driver for Preevy",
"exports": {
".": "./dist/index.js"
Expand All @@ -18,7 +18,7 @@
"@aws-sdk/client-sts": "^3.289.0",
"@aws-sdk/util-waiter": "^3.271.0",
"@oclif/core": "^3.15.1",
"@preevy/core": "0.0.60",
"@preevy/core": "0.0.61",
"inquirer-autocomplete-standalone": "^0.8.1",
"iter-tools-es": "^7.5.3",
"lodash-es": "^4.17.21"
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@preevy/plugin-github",
"version": "0.0.60",
"version": "0.0.61",
"description": "Preevy plugin for GitHub",
"exports": {
".": "./dist/index.js"
Expand All @@ -12,8 +12,8 @@
"license": "Apache-2.0",
"dependencies": {
"@oclif/core": "^3.15.1",
"@preevy/cli-common": "0.0.60",
"@preevy/core": "0.0.60",
"@preevy/cli-common": "0.0.61",
"@preevy/core": "0.0.61",
"lodash-es": "^4.17.21",
"nunjucks": "^3.2.4",
"octokit": "^3.1.1"
Expand Down

0 comments on commit 6bac51b

Please sign in to comment.