Skip to content

Commit 166f34b

Browse files
committed
chore: updated plugins version
1 parent 5e2df24 commit 166f34b

14 files changed

Lines changed: 575 additions & 566 deletions

File tree

packages/contentstack-audit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-audit",
3-
"version": "1.19.2",
3+
"version": "1.19.3",
44
"description": "Contentstack audit plugin",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/cli",
@@ -18,8 +18,8 @@
1818
"/oclif.manifest.json"
1919
],
2020
"dependencies": {
21-
"@contentstack/cli-command": "~1.8.1",
22-
"@contentstack/cli-utilities": "~1.18.2",
21+
"@contentstack/cli-command": "~1.8.2",
22+
"@contentstack/cli-utilities": "~1.18.3",
2323
"@oclif/core": "^4.10.5",
2424
"chalk": "^4.1.2",
2525
"fast-csv": "^4.3.6",

packages/contentstack-bootstrap/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-bootstrap",
33
"description": "Bootstrap contentstack apps",
4-
"version": "1.19.1",
4+
"version": "1.19.2",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -16,10 +16,10 @@
1616
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
1717
},
1818
"dependencies": {
19-
"@contentstack/cli-cm-seed": "~1.15.1",
20-
"@contentstack/cli-command": "~1.8.1",
21-
"@contentstack/cli-config": "~1.20.2",
22-
"@contentstack/cli-utilities": "~1.18.2",
19+
"@contentstack/cli-cm-seed": "~1.15.2",
20+
"@contentstack/cli-command": "~1.8.2",
21+
"@contentstack/cli-config": "~1.20.3",
22+
"@contentstack/cli-utilities": "~1.18.3",
2323
"@oclif/core": "^4.10.5",
2424
"inquirer": "8.2.7",
2525
"mkdirp": "^2.1.6",

packages/contentstack-branches/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@contentstack/cli-cm-branches",
33
"description": "Contentstack CLI plugin to do branches operations",
4-
"version": "1.8.0",
4+
"version": "1.8.1",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~1.8.1",
8+
"@contentstack/cli-command": "~1.8.2",
99
"@oclif/core": "^4.10.5",
10-
"@contentstack/cli-utilities": "~1.18.2",
10+
"@contentstack/cli-utilities": "~1.18.3",
1111
"chalk": "^4.1.2",
1212
"just-diff": "^6.0.2",
1313
"lodash": "^4.18.1"

packages/contentstack-bulk-publish/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@contentstack/cli-cm-bulk-publish",
33
"description": "Contentstack CLI plugin for bulk publish actions",
4-
"version": "1.11.2",
4+
"version": "1.11.3",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~1.8.1",
9-
"@contentstack/cli-config": "~1.20.2",
10-
"@contentstack/cli-utilities": "~1.18.2",
8+
"@contentstack/cli-command": "~1.8.2",
9+
"@contentstack/cli-config": "~1.20.3",
10+
"@contentstack/cli-utilities": "~1.18.3",
1111
"@oclif/core": "^4.10.5",
1212
"chalk": "^4.1.2",
1313
"dotenv": "^16.6.1",

packages/contentstack-clone/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@contentstack/cli-cm-clone",
33
"description": "Contentstack stack clone plugin",
4-
"version": "1.21.2",
4+
"version": "1.21.3",
55
"author": "Contentstack",
66
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
77
"dependencies": {
88
"@colors/colors": "^1.6.0",
9-
"@contentstack/cli-cm-export": "~1.24.2",
10-
"@contentstack/cli-cm-import": "~1.32.2",
11-
"@contentstack/cli-command": "~1.8.1",
12-
"@contentstack/cli-utilities": "~1.18.2",
9+
"@contentstack/cli-cm-export": "~1.24.3",
10+
"@contentstack/cli-cm-import": "~1.32.3",
11+
"@contentstack/cli-command": "~1.8.2",
12+
"@contentstack/cli-utilities": "~1.18.3",
1313
"@oclif/core": "^4.10.5",
1414
"chalk": "^4.1.2",
1515
"inquirer": "8.2.7",

packages/contentstack-export-to-csv/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@contentstack/cli-cm-export-to-csv",
33
"description": "Export entries, taxonomies, terms, or organization users to CSV",
4-
"version": "1.12.1",
4+
"version": "1.12.2",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~1.8.1",
9-
"@contentstack/cli-utilities": "~1.18.2",
8+
"@contentstack/cli-command": "~1.8.2",
9+
"@contentstack/cli-utilities": "~1.18.3",
1010
"@oclif/core": "^4.10.5",
1111
"fast-csv": "^4.3.6",
1212
"inquirer": "8.2.7",

packages/contentstack-export/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@contentstack/cli-cm-export",
33
"description": "Contentstack CLI plugin to export content from stack",
4-
"version": "1.24.2",
4+
"version": "1.24.3",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~1.8.1",
8+
"@contentstack/cli-command": "~1.8.2",
99
"@oclif/core": "^4.10.5",
10-
"@contentstack/cli-variants": "~1.4.2",
11-
"@contentstack/cli-utilities": "~1.18.2",
10+
"@contentstack/cli-variants": "~1.4.3",
11+
"@contentstack/cli-utilities": "~1.18.3",
1212
"async": "^3.2.6",
1313
"big-json": "^3.2.0",
1414
"bluebird": "^3.7.2",

packages/contentstack-import-setup/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@contentstack/cli-cm-import-setup",
33
"description": "Contentstack CLI plugin to setup the mappers and configurations for the import command",
4-
"version": "1.8.2",
4+
"version": "1.8.3",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~1.8.1",
9-
"@contentstack/cli-utilities": "~1.18.2",
8+
"@contentstack/cli-command": "~1.8.2",
9+
"@contentstack/cli-utilities": "~1.18.3",
1010
"@oclif/core": "^4.10.5",
1111
"big-json": "^3.2.0",
1212
"chalk": "^4.1.2",

packages/contentstack-import/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@contentstack/cli-cm-import",
33
"description": "Contentstack CLI plugin to import content into stack",
4-
"version": "1.32.2",
4+
"version": "1.32.3",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-audit": "~1.19.2",
9-
"@contentstack/cli-command": "~1.8.1",
10-
"@contentstack/cli-utilities": "~1.18.2",
11-
"@contentstack/cli-variants": "~1.4.2",
8+
"@contentstack/cli-audit": "~1.19.3",
9+
"@contentstack/cli-command": "~1.8.2",
10+
"@contentstack/cli-utilities": "~1.18.3",
11+
"@contentstack/cli-variants": "~1.4.3",
1212
"@oclif/core": "^4.10.5",
1313
"big-json": "^3.2.0",
1414
"bluebird": "^3.7.2",

packages/contentstack-migration/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@contentstack/cli-migration",
3-
"version": "1.12.1",
3+
"version": "1.12.2",
44
"author": "@contentstack",
55
"bugs": "https://github.com/contentstack/cli/issues",
66
"dependencies": {
7-
"@contentstack/cli-command": "~1.8.1",
8-
"@contentstack/cli-utilities": "~1.18.2",
7+
"@contentstack/cli-command": "~1.8.2",
8+
"@contentstack/cli-utilities": "~1.18.3",
99
"@oclif/core": "^4.10.5",
1010
"async": "^3.2.6",
1111
"callsites": "^3.1.0",

0 commit comments

Comments
 (0)