@contentstack/cli-cm-seed 1.4.9 → 1.4.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- // @ts-nocheck
4
3
  const error_1 = require("./error");
5
4
  const cli_utilities_1 = require("@contentstack/cli-utilities");
6
5
  class ContentstackClient {
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.4.9",
2
+ "version": "1.4.11",
3
3
  "commands": {
4
4
  "cm:stacks:seed": {
5
5
  "id": "cm:stacks:seed",
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@contentstack/cli-cm-seed",
3
3
  "description": "create a Stack from existing content types, entries, assets, etc.",
4
- "version": "1.4.9",
4
+ "version": "1.4.11",
5
5
  "author": "Contentstack",
6
6
  "bugs": "https://github.com/contentstack/cli/issues",
7
7
  "dependencies": {
8
- "@contentstack/cli-cm-import": "^1.5.9",
8
+ "@contentstack/cli-cm-import": "^1.5.11",
9
9
  "@contentstack/cli-command": "^1.2.9",
10
10
  "@contentstack/cli-utilities": "^1.4.5",
11
11
  "axios": "1.3.4",