contentful-import 9.4.127 → 9.5.0-testing-publishing-to-github-packages.3

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -229,7 +229,7 @@ contentfulImport({
229
229
 
230
230
  ### Embargoed Assets
231
231
 
232
- If a space is configured to use the [embargoed assets feature](https://www.contentful.com/help/media/embargoed-assets/), certain options will need to be set to use the export/import tooling. When exporting content ([using `contentful-export`](https://github.com/contentful/contentful-export)), the `downloadAssets` option must be set to `true`. This will download the asset files to your local machine. Then, when importing content, the `uploadAssets` option must be set to `true` and the `assetsDirectory` must be set to the directory that contains all of the exported asset folders.
232
+ If a space is configured to use the [embargoed assets feature](https://www.contentful.com/help/media/embargoed-assets/), certain options will need to be set to use the export/import tooling. When exporting content ([using `contentful-export`](https://github.com/contentful/contentful-export)), the `downloadAssets` option must be set to `true`. This will download the asset files to your local machine. Then when importing content, the `uploadAssets` option must be set to `true` and the `assetsDirectory` must be set to the directory that contains all of the exported asset folders.
233
233
 
234
234
  ```javascript
235
235
  const contentfulImport = require('contentful-import')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentful-import",
3
- "version": "9.4.127",
3
+ "version": "9.5.0-testing-publishing-to-github-packages.3",
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",
@@ -91,7 +91,7 @@
91
91
  "eslint-plugin-standard": "^5.0.0",
92
92
  "jest": "^29.7.0",
93
93
  "rimraf": "^6.1.0",
94
- "semantic-release": "^25.0.1",
94
+ "semantic-release": "^25.0.2",
95
95
  "ts-jest": "^29.4.5",
96
96
  "tsup": "^8.5.0",
97
97
  "typescript": "^5.9.3",