Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit 065df27

Browse files
author
GitHub Actions Bot
committed
🔖 Release 2022-11-01-2-patch
1 parent b30c6ff commit 065df27

File tree

12 files changed

+33
-33
lines changed

12 files changed

+33
-33
lines changed

cli/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jovotech/cli",
33
"description": "Jovo Command Line Interface (Beta) ",
4-
"version": "4.1.7",
4+
"version": "4.1.8",
55
"author": "jovotech",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
@@ -26,13 +26,13 @@
2626
},
2727
"bugs": "https://github.com/jovotech/jovo-cli/issues",
2828
"dependencies": {
29-
"@jovotech/cli-command-build": "^4.1.7",
30-
"@jovotech/cli-command-deploy": "^4.1.7",
31-
"@jovotech/cli-command-get": "^4.1.7",
32-
"@jovotech/cli-command-new": "^4.1.7",
33-
"@jovotech/cli-command-run": "^4.1.8",
34-
"@jovotech/cli-command-update": "^4.1.7",
35-
"@jovotech/cli-core": "^4.1.8",
29+
"@jovotech/cli-command-build": "^4.1.8",
30+
"@jovotech/cli-command-deploy": "^4.1.8",
31+
"@jovotech/cli-command-get": "^4.1.8",
32+
"@jovotech/cli-command-new": "^4.1.8",
33+
"@jovotech/cli-command-run": "^4.1.9",
34+
"@jovotech/cli-command-update": "^4.1.8",
35+
"@jovotech/cli-core": "^4.1.9",
3636
"@oclif/command": "^1.8.0",
3737
"@oclif/config": "^1.17.0",
3838
"@oclif/help": "^1.0.1",

commands/command-build/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jovotech/cli-command-build",
33
"description": "Jovo CLI Plugin for building platform files",
4-
"version": "4.1.7",
4+
"version": "4.1.8",
55
"author": "jovotech",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
@@ -16,8 +16,8 @@
1616
"test": "jest"
1717
},
1818
"dependencies": {
19-
"@jovotech/cli-command-deploy": "^4.1.7",
20-
"@jovotech/cli-core": "^4.1.8",
19+
"@jovotech/cli-command-deploy": "^4.1.8",
20+
"@jovotech/cli-core": "^4.1.9",
2121
"@oclif/parser": "^3.8.5",
2222
"global-dirs": "^3.0.0",
2323
"lodash.merge": "^4.6.2"

commands/command-deploy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jovotech/cli-command-deploy",
33
"description": "Jovo CLI Plugin for deployment",
4-
"version": "4.1.7",
4+
"version": "4.1.8",
55
"author": "jovotech",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
@@ -16,7 +16,7 @@
1616
"test": "jest"
1717
},
1818
"dependencies": {
19-
"@jovotech/cli-core": "^4.1.8",
19+
"@jovotech/cli-core": "^4.1.9",
2020
"@oclif/parser": "^3.8.5",
2121
"global-dirs": "^3.0.0"
2222
},

commands/command-get/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jovotech/cli-command-get",
33
"description": "Jovo CLI Plugin for fetching platform files",
4-
"version": "4.1.7",
4+
"version": "4.1.8",
55
"author": "jovotech",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
@@ -16,8 +16,8 @@
1616
"test": "jest"
1717
},
1818
"dependencies": {
19-
"@jovotech/cli-command-build": "^4.1.7",
20-
"@jovotech/cli-core": "^4.1.8",
19+
"@jovotech/cli-command-build": "^4.1.8",
20+
"@jovotech/cli-core": "^4.1.9",
2121
"@oclif/parser": "^3.8.5",
2222
"global-dirs": "^3.0.0",
2323
"lodash.merge": "^4.6.2"

commands/command-new/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

commands/command-new/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jovotech/cli-command-new",
33
"description": "Jovo CLI Plugin for creating a new Jovo project",
4-
"version": "4.1.7",
4+
"version": "4.1.8",
55
"author": "jovotech",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
@@ -16,7 +16,7 @@
1616
"test": "jest"
1717
},
1818
"dependencies": {
19-
"@jovotech/cli-core": "^4.1.8",
19+
"@jovotech/cli-core": "^4.1.9",
2020
"@oclif/parser": "^3.8.5",
2121
"adm-zip": "^0.5.2",
2222
"axios": "^0.21.1",

commands/command-run/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jovotech/cli-command-run",
33
"description": "Jovo CLI Plugin for running a Jovo project with the Jovo Debugger",
4-
"version": "4.1.8",
4+
"version": "4.1.9",
55
"author": "jovotech",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
@@ -16,7 +16,7 @@
1616
"test": "jest"
1717
},
1818
"dependencies": {
19-
"@jovotech/cli-core": "^4.1.8",
19+
"@jovotech/cli-core": "^4.1.9",
2020
"@oclif/parser": "^3.8.5",
2121
"global-dirs": "^3.0.0",
2222
"lodash.merge": "^4.6.2",

commands/command-update/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

commands/command-update/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jovotech/cli-command-update",
33
"description": "Jovo CLI Plugin for updating Jovo packages",
4-
"version": "4.1.7",
4+
"version": "4.1.8",
55
"author": "jovotech",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
@@ -16,7 +16,7 @@
1616
"test": "jest"
1717
},
1818
"dependencies": {
19-
"@jovotech/cli-core": "^4.1.8",
19+
"@jovotech/cli-core": "^4.1.9",
2020
"@oclif/parser": "^3.8.5"
2121
},
2222
"devDependencies": {

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jovotech/cli-core",
33
"description": "Jovo CLI Core Functionality",
4-
"version": "4.1.8",
4+
"version": "4.1.9",
55
"author": "jovotech",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)