@se-studio/contentful-rest-api 1.0.169 → 1.0.171

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @se-studio/contentful-rest-api
2
2
 
3
+ ## 1.0.171
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ccad4d9]
8
+ - @se-studio/core-data-types@1.0.164
9
+
10
+ ## 1.0.170
11
+
12
+ ### Patch Changes
13
+
14
+ - Version bump: patch for changed packages
15
+ - Updated dependencies
16
+ - @se-studio/core-data-types@1.0.162
17
+
3
18
  ## 1.0.169
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@se-studio/contentful-rest-api",
3
- "version": "1.0.169",
3
+ "version": "1.0.171",
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",
@@ -51,17 +51,17 @@
51
51
  "@contentful/rich-text-types": "^17.2.7",
52
52
  "contentful": "^11.12.2",
53
53
  "server-only": "0.0.1",
54
- "@se-studio/core-data-types": "1.0.161"
54
+ "@se-studio/core-data-types": "1.0.164"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "next": ">=15.5.0"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@biomejs/biome": "^2.4.15",
61
- "@types/node": "^22.19.18",
61
+ "@types/node": "^24.12.4",
62
62
  "next": "^15.5.18",
63
63
  "typescript": "^6.0.3",
64
- "vitest": "^4.1.5"
64
+ "vitest": "^4.1.7"
65
65
  },
66
66
  "scripts": {
67
67
  "build": "tsc --project tsconfig.build.json",