contentful-management 11.64.0-new-beta.2 → 11.64.0-new-beta.4
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 +1 -1
- package/dist/browser/index.js +25378 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/index.min.js +2 -0
- package/dist/browser/index.min.js.map +1 -0
- package/dist/cjs/index.cjs +126 -121
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/index.mjs +1 -1
- package/dist/types/index.js +1 -1
- package/package.json +10 -4
package/README.md
CHANGED
|
@@ -215,7 +215,7 @@ const entries = await scopedPlainClient.entry.getMany({
|
|
|
215
215
|
},
|
|
216
216
|
})
|
|
217
217
|
```
|
|
218
|
-
|
|
218
|
+
|
|
219
219
|
You can try and change the above example on [Runkit](https://npm.runkit.com/contentful-management).
|
|
220
220
|
|
|
221
221
|
The benefits of using the "plain" version of the client, over the legacy version, are:
|