Skip to content

Commit

Permalink
v0.0.59
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Razon committed Jan 2, 2024
1 parent 9dbeb6c commit c44ffce
Show file tree
Hide file tree
Showing 12 changed files with 1,047 additions and 52 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.58"
"version": "0.0.59"
}
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.58",
"version": "0.0.59",
"description": "Common library for the Preevy CLI and plugins",
"type": "module",
"main": "dist/index.js",
Expand All @@ -13,7 +13,7 @@
"license": "Apache-2.0",
"dependencies": {
"@oclif/core": "^3.15.1",
"@preevy/core": "0.0.58",
"@preevy/core": "0.0.59",
"chalk": "^4.1.2",
"iter-tools-es": "^7.5.3",
"lodash-es": "^4.17.21"
Expand Down
1,027 changes: 1,011 additions & 16 deletions packages/cli/README.md

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "preevy",
"version": "0.0.58",
"version": "0.0.59",
"description": "Quickly deploy preview environments to the cloud!",
"author": "Livecycle",
"type": "module",
Expand All @@ -23,19 +23,19 @@
],
"dependencies": {
"@inquirer/confirm": "^2.0.14",
"@inquirer/prompts": "^3.3.0",
"@oclif/core": "^3.15.1",
"@oclif/plugin-help": "^5",
"@preevy/cli-common": "0.0.58",
"@preevy/common": "0.0.58",
"@preevy/compose-tunnel-agent": "0.0.58",
"@preevy/core": "0.0.58",
"@preevy/driver-azure": "0.0.58",
"@preevy/driver-gce": "0.0.58",
"@preevy/driver-kube-pod": "0.0.58",
"@preevy/driver-lightsail": "0.0.58",
"@preevy/plugin-github": "0.0.58",
"@preevy/cli-common": "0.0.59",
"@preevy/common": "0.0.59",
"@preevy/compose-tunnel-agent": "0.0.59",
"@preevy/core": "0.0.59",
"@preevy/driver-azure": "0.0.59",
"@preevy/driver-gce": "0.0.59",
"@preevy/driver-kube-pod": "0.0.59",
"@preevy/driver-lightsail": "0.0.59",
"@preevy/plugin-github": "0.0.59",
"disposablestack": "^1.1.2",
"@inquirer/prompts": "^3.3.0",
"inquirer-autocomplete-standalone": "^0.8.1",
"iter-tools-es": "^7.5.3",
"lodash-es": "^4.17.21",
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.58",
"version": "0.0.59",
"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.58",
"version": "0.0.59",
"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.58",
"@preevy/common": "0.0.59",
"dockerode": "^3.3.4",
"fastify": "^4.22.2",
"fastify-type-provider-zod": "^1.1.9",
Expand Down
8 changes: 4 additions & 4 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.58",
"version": "0.0.59",
"description": "Core functionality for Preevy",
"type": "module",
"exports": {
Expand All @@ -12,11 +12,11 @@
],
"license": "Apache-2.0",
"dependencies": {
"@preevy/common": "0.0.58",
"@preevy/compose-tunnel-agent": "0.0.58",
"@inquirer/prompts": "^3.3.0",
"@preevy/common": "0.0.59",
"@preevy/compose-tunnel-agent": "0.0.59",
"chalk": "^4.1.2",
"fast-safe-stringify": "^2.1.1",
"@inquirer/prompts": "^3.3.0",
"is-stream": "^2.0.1",
"iter-tools-es": "^7.5.3",
"jose": "^4.14.4",
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.58",
"version": "0.0.59",
"description": "Microsoft Azure Virtual Machine for Preevy",
"type": "module",
"exports": {
Expand All @@ -20,9 +20,9 @@
"@azure/arm-subscriptions": "^5.1.0",
"@azure/identity": "^3.2.2",
"@azure/logger": "^1.0.4",
"@oclif/core": "^3.15.1",
"@preevy/core": "0.0.58",
"@inquirer/prompts": "^3.3.0",
"@oclif/core": "^3.15.1",
"@preevy/core": "0.0.59",
"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/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.58",
"version": "0.0.59",
"description": "Google Compute Engine driver for Preevy",
"type": "module",
"exports": {
Expand All @@ -15,11 +15,11 @@
"dependencies": {
"@google-cloud/compute": "^4.0.1",
"@google-cloud/storage": "^6.9.5",
"@inquirer/prompts": "^3.3.0",
"@oclif/core": "^3.15.1",
"@preevy/core": "0.0.58",
"@preevy/core": "0.0.59",
"google-auth-library": "^8.7.0",
"google-gax": "^4.0.5",
"@inquirer/prompts": "^3.3.0",
"inquirer-autocomplete-standalone": "^0.8.1",
"iter-tools-es": "^7.5.3",
"lodash-es": "^4.17.21"
Expand Down
8 changes: 4 additions & 4 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.58",
"version": "0.0.59",
"description": "Kubernetes single Pod driver for Preevy",
"exports": {
".": "./dist/index.js"
Expand All @@ -13,12 +13,12 @@
],
"license": "Apache-2.0",
"dependencies": {
"@inquirer/prompts": "^3.3.0",
"@kubernetes/client-node": "^0.18.1",
"@oclif/core": "^3.15.1",
"@preevy/common": "0.0.58",
"@preevy/core": "0.0.58",
"@preevy/common": "0.0.59",
"@preevy/core": "0.0.59",
"fast-safe-stringify": "^2.1.1",
"@inquirer/prompts": "^3.3.0",
"is-stream": "^2.0.1",
"iter-tools-es": "^7.5.3",
"lodash-es": "^4.17.21",
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.58",
"version": "0.0.59",
"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.58",
"@preevy/core": "0.0.59",
"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.58",
"version": "0.0.59",
"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.58",
"@preevy/core": "0.0.58",
"@preevy/cli-common": "0.0.59",
"@preevy/core": "0.0.59",
"lodash-es": "^4.17.21",
"nunjucks": "^3.2.4",
"octokit": "^3.1.1"
Expand Down

0 comments on commit c44ffce

Please sign in to comment.