contentful-migration 4.6.0 → 4.6.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,9 +1,9 @@
1
- # [4.6.0](https://github.com/contentful/contentful-migration/compare/v4.5.9...v4.6.0) (2021-12-07)
1
+ ## [4.6.1](https://github.com/contentful/contentful-migration/compare/v4.6.0...v4.6.1) (2022-01-04)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * **config:** Add standard header ([5d16717](https://github.com/contentful/contentful-migration/commit/5d16717da90db6c8bf3308551afa350e0337eaf4))
6
+ * **config:** Fix missing uuid dependency when using the built package ([#984](https://github.com/contentful/contentful-migration/issues/984)) ([a46a6d2](https://github.com/contentful/contentful-migration/commit/a46a6d2325a8c7610cd2a2db7fcead51f30c37c7))
7
7
 
8
8
  # Change Log
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentful-migration",
3
- "version": "4.6.0",
3
+ "version": "4.6.1",
4
4
  "description": "Migration tooling for contentful",
5
5
  "author": "Contentful GmbH",
6
6
  "license": "MIT",
@@ -63,6 +63,7 @@
63
63
  "kind-of": "^6.0.3",
64
64
  "listr": "^0.14.3",
65
65
  "lodash": "^4.17.15",
66
+ "uuid": "^8.3.2",
66
67
  "yargs": "^15.3.1"
67
68
  },
68
69
  "devDependencies": {
@@ -86,7 +87,7 @@
86
87
  "eslint-plugin-import": "^2.20.2",
87
88
  "eslint-plugin-mocha": "^9.0.0",
88
89
  "eslint-plugin-node": "^11.1.0",
89
- "eslint-plugin-promise": "^5.1.0",
90
+ "eslint-plugin-promise": "^6.0.0",
90
91
  "eslint-plugin-standard": "^5.0.0",
91
92
  "mocha": "^7.1.1",
92
93
  "nixt": "^0.5.1",
@@ -103,7 +104,6 @@
103
104
  "tslint": "^6.1.1",
104
105
  "tslint-config-standard": "^9.0.0",
105
106
  "typescript": "^3.8.3",
106
- "uuid": "^8.3.2",
107
107
  "zlib": "^1.0.5"
108
108
  },
109
109
  "bin": {