@se-studio/contentful-rest-api 1.0.168 → 1.0.170

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 +18 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,9 +1,27 @@
1
1
  # @se-studio/contentful-rest-api
2
2
 
3
+ ## 1.0.170
4
+
5
+ ### Patch Changes
6
+
7
+ - Version bump: patch for changed packages
8
+ - Updated dependencies
9
+ - @se-studio/core-data-types@1.0.162
10
+
11
+ ## 1.0.169
12
+
13
+ ### Patch Changes
14
+
15
+ - Version bump: patch for changed packages
16
+ - Updated dependencies
17
+ - @se-studio/core-data-types@1.0.161
18
+
3
19
  ## 1.0.168
4
20
 
5
21
  ### Patch Changes
6
22
 
23
+ - Version bump: patch for changed packages
24
+ - Updated dependencies
7
25
  - Updated dependencies [9c0ee02]
8
26
  - @se-studio/core-data-types@1.0.160
9
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@se-studio/contentful-rest-api",
3
- "version": "1.0.168",
3
+ "version": "1.0.170",
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.160"
54
+ "@se-studio/core-data-types": "1.0.162"
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",