@se-studio/contentful-rest-api 1.0.149 → 1.0.151

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/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @se-studio/contentful-rest-api
2
2
 
3
+ ## 1.0.151
4
+
5
+ ### Patch Changes
6
+
7
+ - Version bump: patch for changed packages
8
+ - Updated dependencies
9
+ - @se-studio/core-data-types@1.0.144
10
+
11
+ ## 1.0.150
12
+
13
+ ### Patch Changes
14
+
15
+ - Version bump: patch for changed packages
16
+ - Updated dependencies
17
+ - @se-studio/core-data-types@1.0.143
18
+
3
19
  ## 1.0.149
4
20
 
5
21
  ### Patch Changes
@@ -39,6 +39,6 @@ export async function contentfulCustomTypeRest(context, config, slug, options) {
39
39
  query: { 'fields.slug': slug },
40
40
  resolver: (ctx, entry) => ctx.customTypeResolver(ctx, entry),
41
41
  errorLogContext: { slug },
42
- }, { include: 4, ...options });
42
+ }, { include: 6, ...options });
43
43
  }
44
44
  //# sourceMappingURL=custom-type.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@se-studio/contentful-rest-api",
3
- "version": "1.0.149",
3
+ "version": "1.0.151",
4
4
  "description": "Type-safe Contentful REST API client with caching and rate limiting for Next.js applications",
5
5
  "repository": {
6
6
  "type": "git",
@@ -48,17 +48,17 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@contentful/rich-text-types": "^17.2.7",
51
- "contentful": "^11.12.1",
51
+ "contentful": "^11.12.2",
52
52
  "server-only": "0.0.1",
53
- "@se-studio/core-data-types": "1.0.142"
53
+ "@se-studio/core-data-types": "1.0.144"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "next": ">=15.5.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@biomejs/biome": "^2.4.14",
60
- "@types/node": "^22.19.17",
61
- "next": "^15.5.16",
59
+ "@biomejs/biome": "^2.4.15",
60
+ "@types/node": "^22.19.18",
61
+ "next": "^15.5.18",
62
62
  "typescript": "^6.0.3",
63
63
  "vitest": "^4.1.5"
64
64
  },