Skip to content

Commit

Permalink
feat: upgrade csm [] (#2256)
Browse files Browse the repository at this point in the history
* upgrade csm to latest

* chore: fix mappings that were broken by csm upgrade
  • Loading branch information
2wce authored and t-col committed Jun 13, 2024
1 parent 2e7b8d6 commit fb01fe6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"prepush": "npm run test:prepush"
},
"dependencies": {
"@contentful/content-source-maps": "^0.5.0",
"@contentful/content-source-maps": "^0.6.0",
"@contentful/rich-text-types": "^16.0.2",
"axios": "~1.7.2",
"contentful-resolve-response": "^1.8.1",
Expand Down
6 changes: 3 additions & 3 deletions test/integration/getEntry.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ describe('getEntry via client chain modifiers', () => {
type: 'ContentSourceMaps',
},
mappings: {
'/fields/name': {
'fields/name': {
source: {
editorInterface: 0,
fieldType: 0,
},
},
'/fields/likes': {
'fields/likes': {
source: {
editorInterface: 1,
fieldType: 1,
},
},
'/fields/color': {
'fields/color': {
source: {
editorInterface: 2,
fieldType: 2,
Expand Down

0 comments on commit fb01fe6

Please sign in to comment.