contentful-import 9.3.0 → 9.3.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.
- package/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -134,7 +134,7 @@ Skip importing of locales
|
|
|
134
134
|
|
|
135
135
|
Skips content publishing. Creates content but does not publish it
|
|
136
136
|
|
|
137
|
-
|
|
137
|
+
### Assets
|
|
138
138
|
|
|
139
139
|
#### `uploadAssets` [boolean] [default: false]
|
|
140
140
|
|
|
@@ -184,7 +184,7 @@ Full path to the error log file
|
|
|
184
184
|
|
|
185
185
|
Display progress in new lines instead of displaying a busy spinner and the status in the same line. Useful for CI.
|
|
186
186
|
|
|
187
|
-
|
|
187
|
+
#### `config` [string]
|
|
188
188
|
|
|
189
189
|
Path to a JSON file with the configuration options. This file will be merged with the options passed to the function. The options passed to the function will take precedence over the ones in the config file.
|
|
190
190
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "contentful-import",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.2",
|
|
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",
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
"bluebird": "^3.5.1",
|
|
64
64
|
"cli-table3": "^0.6.0",
|
|
65
65
|
"contentful-batch-libs": "^9.5.0",
|
|
66
|
-
"contentful-management": "^
|
|
66
|
+
"contentful-management": "^11.0.1",
|
|
67
67
|
"date-fns": "^2.30.0",
|
|
68
|
-
"eslint": "^8.
|
|
68
|
+
"eslint": "^8.51.0",
|
|
69
69
|
"eslint-config-standard": "^17.1.0",
|
|
70
70
|
"joi": "^17.11.0",
|
|
71
71
|
"listr": "^0.14.1",
|