@contentstack/cli-migration 1.8.0 → 1.8.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -21,7 +21,7 @@ $ npm install -g @contentstack/cli-migration
21
21
  $ csdx COMMAND
22
22
  running command...
23
23
  $ csdx (--version)
24
- @contentstack/cli-migration/1.8.0 darwin-arm64 node-v18.20.2
24
+ @contentstack/cli-migration/1.8.2 darwin-arm64 node-v22.14.0
25
25
  $ csdx --help [COMMAND]
26
26
  USAGE
27
27
  $ csdx COMMAND
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@contentstack/cli-migration",
3
- "version": "1.8.0",
3
+ "version": "1.8.2",
4
4
  "author": "@contentstack",
5
5
  "bugs": "https://github.com/contentstack/cli/issues",
6
6
  "dependencies": {
7
- "@contentstack/cli-command": "~1.6.0",
8
- "@contentstack/cli-utilities": "~1.13.0",
7
+ "@contentstack/cli-command": "~1.6.1",
8
+ "@contentstack/cli-utilities": "~1.15.0",
9
9
  "@oclif/core": "^4.3.0",
10
10
  "@oclif/plugin-help": "^6.2.28",
11
11
  "async": "^3.2.6",
@@ -50,7 +50,7 @@
50
50
  "postpack": "rm -f oclif.manifest.json",
51
51
  "generate-api-ref-md-doc": "nyc jsdoc2md ./src/modules/* > ./docs/api-reference.md",
52
52
  "prepack": "oclif manifest && oclif readme && pnpm generate-api-ref-md-doc",
53
- "test": "nyc mocha \"test/**/*.test.js\"",
53
+ "test": "nyc mocha --timeout 3000 \"test/**/*.test.js\"",
54
54
  "version": "oclif readme && git add README.md",
55
55
  "clean": "rm -rf ./node_modules tsconfig.build.tsbuildinfo"
56
56
  },