@contentful/field-editor-reference 6.6.5 → 6.6.6

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.
@@ -221,7 +221,8 @@ async function fetchExternalResource({ urn, fetch, options, spaceId, environment
221
221
  spaceId,
222
222
  environmentId,
223
223
  resourceType,
224
- urn
224
+ urn,
225
+ locale
225
226
  ], ({ cmaClient })=>cmaClient.resource.getMany({
226
227
  spaceId,
227
228
  environmentId,
@@ -133,7 +133,8 @@ async function fetchExternalResource({ urn, fetch, options, spaceId, environment
133
133
  spaceId,
134
134
  environmentId,
135
135
  resourceType,
136
- urn
136
+ urn,
137
+ locale
137
138
  ], ({ cmaClient })=>cmaClient.resource.getMany({
138
139
  spaceId,
139
140
  environmentId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/field-editor-reference",
3
- "version": "6.6.5",
3
+ "version": "6.6.6",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -64,5 +64,5 @@
64
64
  "publishConfig": {
65
65
  "registry": "https://npm.pkg.github.com/"
66
66
  },
67
- "gitHead": "eeb191f47b0820764640609ab4af6276689e0bfa"
67
+ "gitHead": "1ffff879dce1eb4481d774138db460bcf7f15047"
68
68
  }