@contentstack/cli-cm-export-to-csv 1.11.0 → 1.12.0-beta.1

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.
@@ -167,5 +167,5 @@
167
167
  ]
168
168
  }
169
169
  },
170
- "version": "1.11.0"
170
+ "version": "1.12.0-beta.1"
171
171
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@contentstack/cli-cm-export-to-csv",
3
3
  "description": "Export entries, taxonomies, terms, or organization users to CSV",
4
- "version": "1.11.0",
4
+ "version": "1.12.0-beta.1",
5
5
  "author": "Contentstack",
6
6
  "bugs": "https://github.com/contentstack/cli/issues",
7
7
  "dependencies": {
8
- "@contentstack/cli-command": "~1.7.2",
9
- "@contentstack/cli-utilities": "~1.17.0",
8
+ "@contentstack/cli-command": "~1.8.0-beta.1",
9
+ "@contentstack/cli-utilities": "~1.19.0-beta.0",
10
10
  "@oclif/core": "^4.8.0",
11
11
  "@oclif/plugin-help": "^6.2.32",
12
12
  "fast-csv": "^4.3.6",
@@ -65,8 +65,8 @@
65
65
  },
66
66
  "repository": "https://github.com/contentstack/cli",
67
67
  "scripts": {
68
- "build": "npm run clean && npm run compile",
69
- "clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo oclif.manifest.json",
68
+ "build": "pnpm compile && oclif manifest && oclif readme",
69
+ "clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo",
70
70
  "compile": "tsc -b tsconfig.json",
71
71
  "lint": "eslint src/**/*.ts",
72
72
  "lint:fix": "eslint src/**/*.ts --fix",
@@ -77,4 +77,4 @@
77
77
  "test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\"",
78
78
  "version": "oclif readme && git add README.md"
79
79
  }
80
- }
80
+ }