Skip to content

Commit aa80da9

Browse files
authored
Merge pull request #920 from contentstack/staging
Fix export prepack issue. missing mkdirp types
2 parents 87e3ea0 + 9a25e64 commit aa80da9

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

packages/contentstack-export/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-export",
33
"description": "Contentstack CLI plugin to export content from stack",
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
@@ -31,6 +31,7 @@
3131
"@contentstack/cli-dev-dependencies": "^1.2.3",
3232
"@oclif/plugin-help": "^5.1.19",
3333
"@oclif/test": "^1.2.6",
34+
"@types/mkdirp": "^1.0.2",
3435
"@types/progress-stream": "^2.0.2",
3536
"assert": "^2.0.0",
3637
"chai": "^4.2.0",
@@ -97,4 +98,4 @@
9798
}
9899
},
99100
"repository": "https://github.com/contentstack/cli"
100-
}
101+
}

packages/contentstack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@contentstack/cli-cm-bootstrap": "^1.4.12",
2727
"@contentstack/cli-cm-bulk-publish": "^1.3.9",
2828
"@contentstack/cli-cm-clone": "^1.4.12",
29-
"@contentstack/cli-cm-export": "^1.6.0",
29+
"@contentstack/cli-cm-export": "^1.6.1",
3030
"@contentstack/cli-cm-export-to-csv": "^1.3.11",
3131
"@contentstack/cli-cm-import": "^1.6.0",
3232
"@contentstack/cli-cm-migrate-rte": "^1.4.9",
@@ -158,4 +158,4 @@
158158
}
159159
},
160160
"repository": "https://github.com/contentstack/cli"
161-
}
161+
}

0 commit comments

Comments
 (0)