contentful-import 10.0.3 → 10.0.5
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/README.md +5 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -293,3 +293,8 @@ Read the [releases](https://github.com/contentful/contentful-import/releases) pa
|
|
|
293
293
|
This project is licensed under MIT license
|
|
294
294
|
|
|
295
295
|
[1]: https://www.contentful.com
|
|
296
|
+
|
|
297
|
+
## For AI Agents
|
|
298
|
+
|
|
299
|
+
<!-- Generated by seed-golden-context | Last updated: 2026-05-05 -->
|
|
300
|
+
If you are an AI coding agent working in this repository, read [AGENTS.md](./AGENTS.md) first. It tells you where to find architectural context, development setup, decision records, and repo-specific rules.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "contentful-import",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.5",
|
|
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",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"bluebird": "^3.7.2",
|
|
65
65
|
"cli-table3": "^0.6.5",
|
|
66
66
|
"contentful-batch-libs": "^9.7.0",
|
|
67
|
-
"contentful-management": "^12.3.
|
|
67
|
+
"contentful-management": "^12.3.2",
|
|
68
68
|
"date-fns": "^2.30.0",
|
|
69
69
|
"joi": "^18.1.2",
|
|
70
70
|
"listr": "^0.14.3",
|