contentful-migration 4.12.9 → 4.12.10

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/CHANGELOG.md +1 -6
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -1,9 +1,4 @@
1
- ## [4.12.9](https://github.com/contentful/contentful-migration/compare/v4.12.8...v4.12.9) (2023-02-24)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * use management token as fallback ([#1183](https://github.com/contentful/contentful-migration/issues/1183)) ([bff3ffe](https://github.com/contentful/contentful-migration/commit/bff3ffe4f0dd62dda32a68230df3811c79c226c3))
1
+ ## [4.12.10](https://github.com/contentful/contentful-migration/compare/v4.12.9...v4.12.10) (2023-06-06)
7
2
 
8
3
  # Change Log
9
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentful-migration",
3
- "version": "4.12.9",
3
+ "version": "4.12.10",
4
4
  "description": "Migration tooling for contentful",
5
5
  "author": "Contentful GmbH",
6
6
  "license": "MIT",
@@ -30,6 +30,7 @@
30
30
  "test:watch": "npm run test:unit -- --watch",
31
31
  "test:unit": "NODE_ENV=test mocha --require test/setup-unit.js --recursive 'test/unit/**/**/*.spec.{js,ts}'",
32
32
  "test:integration": "NODE_ENV=test mocha --require test/integration/setup.js 'test/integration/**/*.spec.js'",
33
+ "posttest": "node test/teardown.js",
33
34
  "test:e2e": "NODE_ENV=test mocha 'test/end-to-end/**/*.spec.js'",
34
35
  "test:typescript-declaration": "tsc --strict --noEmit index.d.ts",
35
36
  "lint": "eslint 'examples/**/*.js' 'test/**/*.js' 'src/**/*.js' && tslint --project tsconfig-dev.json --config tslint.json -e '**/*.js'",
@@ -64,7 +65,7 @@
64
65
  "kind-of": "^6.0.3",
65
66
  "listr2": "^3.13.5",
66
67
  "lodash": "^4.17.15",
67
- "uuid": "^8.3.2",
68
+ "uuid": "^9.0.0",
68
69
  "yargs": "^15.3.1"
69
70
  },
70
71
  "devDependencies": {
@@ -99,7 +100,7 @@
99
100
  "prettier": "^2.5.1",
100
101
  "rewire": "^5.0.0",
101
102
  "rimraf": "^3.0.2",
102
- "semantic-release": "^19.0.3",
103
+ "semantic-release": "^21.0.1",
103
104
  "sinon": "^14.0.1",
104
105
  "sinon-chai": "^3.5.0",
105
106
  "source-map-support": "^0.5.16",