Skip to content

Commit 42998e3

Browse files
committed
chore: update csm package
1 parent bae7667 commit 42998e3

File tree

3 files changed

+6
-24
lines changed

3 files changed

+6
-24
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"dependencies": {
8888
"@contentful/rich-text-types": "^16.6.1",
8989
"contentful-resolve-response": "^1.9.0",
90-
"@contentful/content-source-maps": "^0.11.0",
90+
"@contentful/content-source-maps": "^0.11.6",
9191
"axios": "^1.7.4",
9292
"contentful-sdk-core": "^8.3.1",
9393
"json-stringify-safe": "^5.0.1",
@@ -176,4 +176,4 @@
176176
"@semantic-release/github"
177177
]
178178
}
179-
}
179+
}

test/integration/utils.ts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,6 @@ const mappedAsset = {
5555
origin: 'contentful.com',
5656
href: 'https://app.contentful.com/spaces/ezs1swce23xe/environments/master/assets/1x0xpXu4pSGS4OukSyWGUK/?focusedField=title&focusedLocale=en-US&source=vercel-content-link',
5757
contentful: {
58-
space: 'ezs1swce23xe',
59-
environment: 'master',
60-
field: 'title',
61-
locale: 'en-US',
62-
entity: '1x0xpXu4pSGS4OukSyWGUK',
63-
entityType: 'Asset',
6458
editorInterface: {
6559
widgetId: 'singleLine',
6660
widgetNamespace: 'builtin',
@@ -73,12 +67,6 @@ const mappedAssetCollection = {
7367
origin: 'contentful.com',
7468
href: 'https://app.contentful.com/spaces/ezs1swce23xe/environments/master/assets/38eGMAzUH5Ezv7mjU0CToA/?focusedField=title&focusedLocale=en-US&source=vercel-content-link',
7569
contentful: {
76-
space: 'ezs1swce23xe',
77-
environment: 'master',
78-
field: 'title',
79-
locale: 'en-US',
80-
entity: '38eGMAzUH5Ezv7mjU0CToA',
81-
entityType: 'Asset',
8270
editorInterface: {
8371
widgetId: 'singleLine',
8472
widgetNamespace: 'builtin',
@@ -91,12 +79,6 @@ const mappedEntryCollection = {
9179
origin: 'contentful.com',
9280
href: 'https://app.contentful.com/spaces/ezs1swce23xe/environments/master/assets/38eGMAzUH5Ezv7mjU0CToA/?focusedField=title&focusedLocale=en-US&source=vercel-content-link',
9381
contentful: {
94-
space: 'ezs1swce23xe',
95-
environment: 'master',
96-
field: 'name',
97-
locale: 'en-US',
98-
entity: '38eGMAzUH5Ezv7mjU0CToA',
99-
entityType: 'Entry',
10082
editorInterface: {
10183
widgetId: 'singleLine',
10284
widgetNamespace: 'builtin',

0 commit comments

Comments
 (0)