Skip to content

Commit

Permalink
v0.0.55
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Razon committed Oct 18, 2023
1 parent 954e402 commit 13442fb
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 518 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.0.54"
"version": "0.0.55"
}
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.54",
"version": "0.0.55",
"description": "Common library for the Preevy CLI and plugins",
"main": "dist/index.js",
"files": [
Expand All @@ -9,7 +9,7 @@
"license": "Apache-2.0",
"dependencies": {
"@oclif/core": "^2",
"@preevy/core": "0.0.54",
"@preevy/core": "0.0.55",
"chalk": "^4.1.2",
"iter-tools-es": "^7.5.3",
"lodash": "^4.17.21"
Expand Down
492 changes: 5 additions & 487 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.54",
"version": "0.0.55",
"description": "Quickly deploy preview environments to the cloud!",
"author": "Livecycle",
"bin": {
Expand All @@ -20,15 +20,15 @@
"dependencies": {
"@oclif/core": "^2",
"@oclif/plugin-help": "^5",
"@preevy/cli-common": "0.0.54",
"@preevy/common": "0.0.54",
"@preevy/compose-tunnel-agent": "0.0.54",
"@preevy/core": "0.0.54",
"@preevy/driver-azure": "0.0.54",
"@preevy/driver-gce": "0.0.54",
"@preevy/driver-kube-pod": "0.0.54",
"@preevy/driver-lightsail": "0.0.54",
"@preevy/plugin-github-pr-link": "0.0.54",
"@preevy/cli-common": "0.0.55",
"@preevy/common": "0.0.55",
"@preevy/compose-tunnel-agent": "0.0.55",
"@preevy/core": "0.0.55",
"@preevy/driver-azure": "0.0.55",
"@preevy/driver-gce": "0.0.55",
"@preevy/driver-kube-pod": "0.0.55",
"@preevy/driver-lightsail": "0.0.55",
"@preevy/plugin-github-pr-link": "0.0.55",
"chalk": "^4.1.2",
"inquirer": "^8.0.0",
"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.54",
"version": "0.0.55",
"description": "",
"main": "dist/index.js",
"files": [
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.54",
"version": "0.0.55",
"description": "",
"main": "out/index.js",
"files": [
Expand All @@ -15,7 +15,7 @@
"@fastify/cors": "^8.3.0",
"@fastify/request-context": "^5.0.0",
"@fastify/websocket": "^8.2.0",
"@preevy/common": "0.0.54",
"@preevy/common": "0.0.55",
"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.54",
"version": "0.0.55",
"description": "Core functionality for Preevy",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -9,8 +9,8 @@
],
"license": "Apache-2.0",
"dependencies": {
"@preevy/common": "0.0.54",
"@preevy/compose-tunnel-agent": "0.0.54",
"@preevy/common": "0.0.55",
"@preevy/compose-tunnel-agent": "0.0.55",
"chalk": "^4.1.2",
"fast-safe-stringify": "^2.1.1",
"inquirer": "^8.0.0",
Expand Down
4 changes: 2 additions & 2 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.54",
"version": "0.0.55",
"description": "Microsoft Azure Virtual Machine for Preevy",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"@azure/identity": "^3.2.2",
"@azure/logger": "^1.0.4",
"@oclif/core": "^2",
"@preevy/core": "0.0.54",
"@preevy/core": "0.0.55",
"inquirer": "^8.0.0",
"iter-tools-es": "^7.5.3",
"lodash": "^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.54",
"version": "0.0.55",
"description": "Google Compute Engine driver for Preevy",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"@google-cloud/compute": "^4.0.1",
"@google-cloud/storage": "^6.9.5",
"@oclif/core": "^2",
"@preevy/core": "0.0.54",
"@preevy/core": "0.0.55",
"google-auth-library": "^8.7.0",
"google-gax": "^4.0.4",
"inquirer": "^8.0.0",
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.54",
"version": "0.0.55",
"description": "Kubernetes single Pod driver for Preevy",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -12,8 +12,8 @@
"dependencies": {
"@kubernetes/client-node": "^0.18.1",
"@oclif/core": "^2",
"@preevy/common": "0.0.54",
"@preevy/core": "0.0.54",
"@preevy/common": "0.0.55",
"@preevy/core": "0.0.55",
"fast-safe-stringify": "^2.1.1",
"inquirer": "^8.0.0",
"is-stream": "^2.0.1",
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.54",
"version": "0.0.55",
"description": "AWS Lightsail driver for Preevy",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"@aws-sdk/client-sts": "^3.289.0",
"@aws-sdk/util-waiter": "^3.271.0",
"@oclif/core": "^2",
"@preevy/core": "0.0.54",
"@preevy/core": "0.0.55",
"inquirer": "^8.0.0",
"iter-tools-es": "^7.5.3",
"lodash": "^4.17.21"
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-github-pr-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@preevy/plugin-github-pr-link",
"version": "0.0.54",
"version": "0.0.55",
"description": "",
"main": "dist/index.js",
"files": [
Expand All @@ -9,8 +9,8 @@
"license": "Apache-2.0",
"dependencies": {
"@oclif/core": "^2",
"@preevy/cli-common": "0.0.54",
"@preevy/core": "0.0.54",
"@preevy/cli-common": "0.0.55",
"@preevy/core": "0.0.55",
"lodash": "^4.17.21",
"nunjucks": "^3.2.4",
"octokit": "^2.0.14"
Expand Down

0 comments on commit 13442fb

Please sign in to comment.