Skip to content

Commit

Permalink
v0.0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Razon committed Jul 16, 2023
1 parent 7d0e3b6 commit d63805b
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 39 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.39"
"version": "0.0.40"
}
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.39",
"version": "0.0.40",
"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.39",
"@preevy/core": "0.0.40",
"chalk": "^4.1.2",
"iter-tools-es": "^7.5.1",
"lodash": "^4.17.21"
Expand Down
18 changes: 9 additions & 9 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install -g preevy
$ preevy COMMAND
running command...
$ preevy (--version)
preevy/0.0.39 darwin-arm64 node-v18.12.1
preevy/0.0.40 darwin-arm64 node-v18.12.1
$ preevy --help [COMMAND]
USAGE
$ preevy COMMAND
Expand Down Expand Up @@ -95,7 +95,7 @@ DESCRIPTION
Delete preview environments
```

_See code: [dist/commands/down.ts](https://github.com/livecycle/preevy/blob/v0.0.39/dist/commands/down.ts)_
_See code: [dist/commands/down.ts](https://github.com/livecycle/preevy/blob/v0.0.40/dist/commands/down.ts)_

## `preevy help [COMMANDS]`

Expand Down Expand Up @@ -141,7 +141,7 @@ DESCRIPTION
Initialize or import a new profile
```

_See code: [dist/commands/init.ts](https://github.com/livecycle/preevy/blob/v0.0.39/dist/commands/init.ts)_
_See code: [dist/commands/init.ts](https://github.com/livecycle/preevy/blob/v0.0.40/dist/commands/init.ts)_

## `preevy logs [SERVICES]`

Expand Down Expand Up @@ -203,7 +203,7 @@ DESCRIPTION
Show logs for an existing environment
```

_See code: [dist/commands/logs.ts](https://github.com/livecycle/preevy/blob/v0.0.39/dist/commands/logs.ts)_
_See code: [dist/commands/logs.ts](https://github.com/livecycle/preevy/blob/v0.0.40/dist/commands/logs.ts)_

## `preevy ls`

Expand Down Expand Up @@ -262,7 +262,7 @@ DESCRIPTION
List preview environments
```

_See code: [dist/commands/ls.ts](https://github.com/livecycle/preevy/blob/v0.0.39/dist/commands/ls.ts)_
_See code: [dist/commands/ls.ts](https://github.com/livecycle/preevy/blob/v0.0.40/dist/commands/ls.ts)_

## `preevy profile create NAME URL`

Expand Down Expand Up @@ -486,7 +486,7 @@ DESCRIPTION
Delete all cloud provider machines, and potentially other resources
```

_See code: [dist/commands/purge.ts](https://github.com/livecycle/preevy/blob/v0.0.39/dist/commands/purge.ts)_
_See code: [dist/commands/purge.ts](https://github.com/livecycle/preevy/blob/v0.0.40/dist/commands/purge.ts)_

## `preevy up [SERVICE]`

Expand Down Expand Up @@ -568,7 +568,7 @@ DESCRIPTION
Bring up a preview environment
```

_See code: [dist/commands/up.ts](https://github.com/livecycle/preevy/blob/v0.0.39/dist/commands/up.ts)_
_See code: [dist/commands/up.ts](https://github.com/livecycle/preevy/blob/v0.0.40/dist/commands/up.ts)_

## `preevy urls [SERVICE] [PORT]`

Expand Down Expand Up @@ -614,7 +614,7 @@ DESCRIPTION
Show urls for an existing environment
```

_See code: [dist/commands/urls.ts](https://github.com/livecycle/preevy/blob/v0.0.39/dist/commands/urls.ts)_
_See code: [dist/commands/urls.ts](https://github.com/livecycle/preevy/blob/v0.0.40/dist/commands/urls.ts)_

## `preevy version`

Expand All @@ -635,5 +635,5 @@ DESCRIPTION
Show Preevy version
```

_See code: [dist/commands/version.ts](https://github.com/livecycle/preevy/blob/v0.0.39/dist/commands/version.ts)_
_See code: [dist/commands/version.ts](https://github.com/livecycle/preevy/blob/v0.0.40/dist/commands/version.ts)_
<!-- commandsstop -->
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.39",
"version": "0.0.40",
"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.39",
"@preevy/common": "0.0.39",
"@preevy/compose-tunnel-agent": "0.0.39",
"@preevy/core": "0.0.39",
"@preevy/driver-azure": "0.0.39",
"@preevy/driver-gce": "0.0.39",
"@preevy/driver-kube-pod": "0.0.39",
"@preevy/driver-lightsail": "0.0.39",
"@preevy/plugin-github-pr-link": "0.0.39",
"@preevy/cli-common": "0.0.40",
"@preevy/common": "0.0.40",
"@preevy/compose-tunnel-agent": "0.0.40",
"@preevy/core": "0.0.40",
"@preevy/driver-azure": "0.0.40",
"@preevy/driver-gce": "0.0.40",
"@preevy/driver-kube-pod": "0.0.40",
"@preevy/driver-lightsail": "0.0.40",
"@preevy/plugin-github-pr-link": "0.0.40",
"chalk": "^4.1.2",
"inquirer": "^8.0.0",
"iter-tools-es": "^7.5.1",
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.39",
"version": "0.0.40",
"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.39",
"version": "0.0.40",
"description": "",
"main": "out/index.js",
"files": [
Expand All @@ -9,7 +9,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@preevy/common": "0.0.39",
"@preevy/common": "0.0.40",
"dockerode": "^3.3.4",
"http-proxy": "^1.18.1",
"lodash": "^4.17.21",
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.39",
"version": "0.0.40",
"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.39",
"@preevy/compose-tunnel-agent": "0.0.39",
"@preevy/common": "0.0.40",
"@preevy/compose-tunnel-agent": "0.0.40",
"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.39",
"version": "0.0.40",
"description": "Microsoft Azure Virtual Machine for Preevy",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"@azure/identity": "^3.2.2",
"@azure/logger": "^1.0.4",
"@oclif/core": "^2",
"@preevy/core": "0.0.39",
"@preevy/core": "0.0.40",
"inquirer": "^8.0.0",
"iter-tools-es": "^7.5.1",
"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.39",
"version": "0.0.40",
"description": "Google Compute Engine driver for Preevy",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -12,7 +12,7 @@
"@google-cloud/compute": "^3.9.1",
"@google-cloud/storage": "^6.9.5",
"@oclif/core": "^2",
"@preevy/core": "0.0.39",
"@preevy/core": "0.0.40",
"google-auth-library": "^8.7.0",
"google-gax": "^3.6.0",
"inquirer": "^8.0.0",
Expand Down
4 changes: 2 additions & 2 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.39",
"version": "0.0.40",
"description": "Kubernetes single Pod driver for Preevy",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@kubernetes/client-node": "^0.18.1",
"@oclif/core": "^2",
"@preevy/core": "0.0.39",
"@preevy/core": "0.0.40",
"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.39",
"version": "0.0.40",
"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.39",
"@preevy/core": "0.0.40",
"inquirer": "^8.0.0",
"iter-tools-es": "^7.5.1",
"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.39",
"version": "0.0.40",
"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.39",
"@preevy/core": "0.0.39",
"@preevy/cli-common": "0.0.40",
"@preevy/core": "0.0.40",
"lodash": "^4.17.21",
"nunjucks": "^3.2.4",
"octokit": "^2.0.14"
Expand Down

0 comments on commit d63805b

Please sign in to comment.