We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12cc57e + 2f4fc70 commit 505a553Copy full SHA for 505a553
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@kentico/kontent-cli",
3
- "version": "0.2.0",
+ "version": "0.3.0",
4
"description": "Command line interface tool that can be used for generating and running Kontent migration scripts",
5
"main": "./lib/index.js",
6
"types": "./lib/types/index.d.ts",
@@ -47,13 +47,13 @@
47
},
48
"homepage": "https://github.com/Kentico/kontent-cli#readme",
49
"dependencies": {
50
- "@kentico/kontent-backup-manager": "3.0.1",
+ "@kentico/kontent-backup-manager": "3.2.1",
51
"chalk": "^4.0.0",
52
"dotenv": "^8.2.0",
53
"yargs": "^15.3.1"
54
55
"peerDependencies": {
56
- "@kentico/kontent-management": "^1.2.0"
+ "@kentico/kontent-management": "^2.0.0"
57
58
"devDependencies": {
59
"@babel/core": "~7.9.0",
0 commit comments