contentful-import 10.0.15 → 10.0.17
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.
- package/package.json +7 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "contentful-import",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.17",
|
|
4
4
|
"description": "this tool allows you to import JSON dump exported by contentful-export",
|
|
5
5
|
"main": "dist/index.mjs",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -116,9 +116,9 @@
|
|
|
116
116
|
"prerelease": true
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
|
-
"name": "
|
|
120
|
-
"channel": "
|
|
121
|
-
"prerelease":
|
|
119
|
+
"name": "exo",
|
|
120
|
+
"channel": "exo",
|
|
121
|
+
"prerelease": "exo"
|
|
122
122
|
}
|
|
123
123
|
],
|
|
124
124
|
"plugins": [
|
|
@@ -143,5 +143,8 @@
|
|
|
143
143
|
"@semantic-release/npm",
|
|
144
144
|
"@semantic-release/github"
|
|
145
145
|
]
|
|
146
|
+
},
|
|
147
|
+
"overrides": {
|
|
148
|
+
"undici": "^6.27.0"
|
|
146
149
|
}
|
|
147
150
|
}
|