@depup/contentful 11.12.7-depup.6 → 11.12.7-depup.7

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/README.md CHANGED
@@ -14,7 +14,7 @@ npm install @depup/contentful
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [contentful](https://www.npmjs.com/package/contentful) @ 11.12.7 |
17
- | Processed | 2026-07-21 |
17
+ | Processed | 2026-07-30 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 5 |
20
20
 
@@ -22,8 +22,8 @@ npm install @depup/contentful
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | @contentful/content-source-maps | ^0.11.33 | ^0.12.2 |
26
- | axios | ^1.15.0 | ^1.18.1 |
25
+ | @contentful/content-source-maps | ^0.11.33 | ^0.12.3 |
26
+ | axios | ^1.15.0 | ^1.19.0 |
27
27
  | contentful-resolve-response | ^1.9.4 | ^2.0.1 |
28
28
  | contentful-sdk-core | ^9.4.4 | ^10.0.0 |
29
29
  | type-fest | ^4.0.0 | ^5.8.0 |
package/changes.json CHANGED
@@ -2,11 +2,11 @@
2
2
  "bumped": {
3
3
  "@contentful/content-source-maps": {
4
4
  "from": "^0.11.33",
5
- "to": "^0.12.2"
5
+ "to": "^0.12.3"
6
6
  },
7
7
  "axios": {
8
8
  "from": "^1.15.0",
9
- "to": "^1.18.1"
9
+ "to": "^1.19.0"
10
10
  },
11
11
  "contentful-resolve-response": {
12
12
  "from": "^1.9.4",
@@ -21,6 +21,6 @@
21
21
  "to": "^5.8.0"
22
22
  }
23
23
  },
24
- "timestamp": "2026-07-21T16:12:14.239Z",
24
+ "timestamp": "2026-07-30T00:38:05.114Z",
25
25
  "totalUpdated": 5
26
26
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depup/contentful",
3
3
  "description": "Client for Contentful's Content Delivery API (with updated dependencies)",
4
- "version": "11.12.7-depup.6",
4
+ "version": "11.12.7-depup.7",
5
5
  "homepage": "https://www.contentful.com/developers/documentation/content-delivery-api/",
6
6
  "type": "module",
7
7
  "exports": {
@@ -82,9 +82,9 @@
82
82
  "prepush": "npm run test:prepush"
83
83
  },
84
84
  "dependencies": {
85
- "@contentful/content-source-maps": "^0.12.2",
85
+ "@contentful/content-source-maps": "^0.12.3",
86
86
  "@contentful/rich-text-types": "^17.2.7",
87
- "axios": "^1.18.1",
87
+ "axios": "^1.19.0",
88
88
  "contentful-resolve-response": "^2.0.1",
89
89
  "contentful-sdk-core": "^10.0.0",
90
90
  "json-stringify-safe": "^5.0.1",
@@ -191,11 +191,11 @@
191
191
  "changes": {
192
192
  "@contentful/content-source-maps": {
193
193
  "from": "^0.11.33",
194
- "to": "^0.12.2"
194
+ "to": "^0.12.3"
195
195
  },
196
196
  "axios": {
197
197
  "from": "^1.15.0",
198
- "to": "^1.18.1"
198
+ "to": "^1.19.0"
199
199
  },
200
200
  "contentful-resolve-response": {
201
201
  "from": "^1.9.4",
@@ -213,7 +213,7 @@
213
213
  "depsUpdated": 5,
214
214
  "originalPackage": "contentful",
215
215
  "originalVersion": "11.12.7",
216
- "processedAt": "2026-07-21T16:12:24.092Z",
216
+ "processedAt": "2026-07-30T00:38:23.895Z",
217
217
  "smokeTest": "passed"
218
218
  }
219
219
  }