Skip to content

Commit

Permalink
🔖 Release 2022-11-01-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Nov 1, 2022
1 parent a55e0c5 commit b30c6ff
Show file tree
Hide file tree
Showing 13 changed files with 625 additions and 7,850 deletions.
16 changes: 8 additions & 8 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jovotech/cli",
"description": "Jovo Command Line Interface (Beta) ",
"version": "4.1.6",
"version": "4.1.7",
"author": "jovotech",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -26,13 +26,13 @@
},
"bugs": "https://github.com/jovotech/jovo-cli/issues",
"dependencies": {
"@jovotech/cli-command-build": "^4.1.6",
"@jovotech/cli-command-deploy": "^4.1.6",
"@jovotech/cli-command-get": "^4.1.6",
"@jovotech/cli-command-new": "^4.1.6",
"@jovotech/cli-command-run": "^4.1.7",
"@jovotech/cli-command-update": "^4.1.6",
"@jovotech/cli-core": "^4.1.7",
"@jovotech/cli-command-build": "^4.1.7",
"@jovotech/cli-command-deploy": "^4.1.7",
"@jovotech/cli-command-get": "^4.1.7",
"@jovotech/cli-command-new": "^4.1.7",
"@jovotech/cli-command-run": "^4.1.8",
"@jovotech/cli-command-update": "^4.1.7",
"@jovotech/cli-core": "^4.1.8",
"@oclif/command": "^1.8.0",
"@oclif/config": "^1.17.0",
"@oclif/help": "^1.0.1",
Expand Down
6 changes: 3 additions & 3 deletions commands/command-build/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jovotech/cli-command-build",
"description": "Jovo CLI Plugin for building platform files",
"version": "4.1.6",
"version": "4.1.7",
"author": "jovotech",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,8 +16,8 @@
"test": "jest"
},
"dependencies": {
"@jovotech/cli-command-deploy": "^4.1.6",
"@jovotech/cli-core": "^4.1.7",
"@jovotech/cli-command-deploy": "^4.1.7",
"@jovotech/cli-core": "^4.1.8",
"@oclif/parser": "^3.8.5",
"global-dirs": "^3.0.0",
"lodash.merge": "^4.6.2"
Expand Down
4 changes: 2 additions & 2 deletions commands/command-deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jovotech/cli-command-deploy",
"description": "Jovo CLI Plugin for deployment",
"version": "4.1.6",
"version": "4.1.7",
"author": "jovotech",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"test": "jest"
},
"dependencies": {
"@jovotech/cli-core": "^4.1.7",
"@jovotech/cli-core": "^4.1.8",
"@oclif/parser": "^3.8.5",
"global-dirs": "^3.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions commands/command-get/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jovotech/cli-command-get",
"description": "Jovo CLI Plugin for fetching platform files",
"version": "4.1.6",
"version": "4.1.7",
"author": "jovotech",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,8 +16,8 @@
"test": "jest"
},
"dependencies": {
"@jovotech/cli-command-build": "^4.1.6",
"@jovotech/cli-core": "^4.1.7",
"@jovotech/cli-command-build": "^4.1.7",
"@jovotech/cli-core": "^4.1.8",
"@oclif/parser": "^3.8.5",
"global-dirs": "^3.0.0",
"lodash.merge": "^4.6.2"
Expand Down
2 changes: 1 addition & 1 deletion commands/command-new/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions commands/command-new/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jovotech/cli-command-new",
"description": "Jovo CLI Plugin for creating a new Jovo project",
"version": "4.1.6",
"version": "4.1.7",
"author": "jovotech",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"test": "jest"
},
"dependencies": {
"@jovotech/cli-core": "^4.1.7",
"@jovotech/cli-core": "^4.1.8",
"@oclif/parser": "^3.8.5",
"adm-zip": "^0.5.2",
"axios": "^0.21.1",
Expand Down
4 changes: 2 additions & 2 deletions commands/command-run/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jovotech/cli-command-run",
"description": "Jovo CLI Plugin for running a Jovo project with the Jovo Debugger",
"version": "4.1.7",
"version": "4.1.8",
"author": "jovotech",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"test": "jest"
},
"dependencies": {
"@jovotech/cli-core": "^4.1.7",
"@jovotech/cli-core": "^4.1.8",
"@oclif/parser": "^3.8.5",
"global-dirs": "^3.0.0",
"lodash.merge": "^4.6.2",
Expand Down
2 changes: 1 addition & 1 deletion commands/command-update/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions commands/command-update/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jovotech/cli-command-update",
"description": "Jovo CLI Plugin for updating Jovo packages",
"version": "4.1.6",
"version": "4.1.7",
"author": "jovotech",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"test": "jest"
},
"dependencies": {
"@jovotech/cli-core": "^4.1.7",
"@jovotech/cli-core": "^4.1.8",
"@oclif/parser": "^3.8.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jovotech/cli-core",
"description": "Jovo CLI Core Functionality",
"version": "4.1.7",
"version": "4.1.8",
"author": "jovotech",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions integrations/nlu-lex/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jovotech/nlu-lex",
"description": "Jovo CLI Plugin for building and deploying to Amazon Lex",
"version": "4.1.6",
"version": "4.1.7",
"author": "jovotech",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -17,10 +17,10 @@
},
"dependencies": {
"@aws-sdk/client-lex-model-building-service": "^3.14.0",
"@jovotech/cli-command-build": "^4.1.6",
"@jovotech/cli-command-deploy": "^4.1.6",
"@jovotech/cli-command-get": "^4.1.6",
"@jovotech/cli-core": "^4.1.7",
"@jovotech/cli-command-build": "^4.1.7",
"@jovotech/cli-command-deploy": "^4.1.7",
"@jovotech/cli-command-get": "^4.1.7",
"@jovotech/cli-core": "^4.1.8",
"@jovotech/model": "^4.0.0-beta.2",
"@jovotech/model-lex": "^4.0.0-beta.2",
"@oclif/parser": "^3.8.5",
Expand Down
6 changes: 3 additions & 3 deletions integrations/target-serverless/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jovotech/target-serverless",
"description": "Jovo CLI Plugin for building and deploying to Serverless",
"version": "4.1.6",
"version": "4.1.7",
"author": "jovotech",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,8 +16,8 @@
"test": "jest"
},
"dependencies": {
"@jovotech/cli-command-deploy": "^4.1.6",
"@jovotech/cli-core": "^4.1.7",
"@jovotech/cli-command-deploy": "^4.1.7",
"@jovotech/cli-core": "^4.1.8",
"@oclif/parser": "^3.8.5",
"yaml": "^1.10.2"
},
Expand Down
Loading

0 comments on commit b30c6ff

Please sign in to comment.