@depup/contentful 11.12.0-depup.0 → 11.12.0-depup.2
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 +3 -3
- package/changes.json +3 -3
- package/package.json +6 -6
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.0 |
|
|
17
|
-
| Processed | 2026-
|
|
17
|
+
| Processed | 2026-04-08 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
19
|
| Deps updated | 6 |
|
|
20
20
|
|
|
@@ -23,8 +23,8 @@ npm install @depup/contentful
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
25
|
| @contentful/content-source-maps | ^0.11.33 | ^0.12.1 |
|
|
26
|
-
| @contentful/rich-text-types | ^16.6.1 | ^17.2.
|
|
27
|
-
| axios | ^1.13.5 | ^1.
|
|
26
|
+
| @contentful/rich-text-types | ^16.6.1 | ^17.2.6 |
|
|
27
|
+
| axios | ^1.13.5 | ^1.15.0 |
|
|
28
28
|
| contentful-resolve-response | ^1.9.4 | ^1.9.8 |
|
|
29
29
|
| contentful-sdk-core | ^9.4.4 | ^9.4.5 |
|
|
30
30
|
| type-fest | ^4.0.0 | ^5.5.0 |
|
package/changes.json
CHANGED
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
},
|
|
7
7
|
"@contentful/rich-text-types": {
|
|
8
8
|
"from": "^16.6.1",
|
|
9
|
-
"to": "^17.2.
|
|
9
|
+
"to": "^17.2.6"
|
|
10
10
|
},
|
|
11
11
|
"axios": {
|
|
12
12
|
"from": "^1.13.5",
|
|
13
|
-
"to": "^1.
|
|
13
|
+
"to": "^1.15.0"
|
|
14
14
|
},
|
|
15
15
|
"contentful-resolve-response": {
|
|
16
16
|
"from": "^1.9.4",
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
"to": "^5.5.0"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
|
-
"timestamp": "2026-
|
|
28
|
+
"timestamp": "2026-04-08T16:34:32.239Z",
|
|
29
29
|
"totalUpdated": 6
|
|
30
30
|
}
|
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.0-depup.
|
|
4
|
+
"version": "11.12.0-depup.2",
|
|
5
5
|
"homepage": "https://www.contentful.com/developers/documentation/content-delivery-api/",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": {
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
},
|
|
84
84
|
"dependencies": {
|
|
85
85
|
"@contentful/content-source-maps": "^0.12.1",
|
|
86
|
-
"@contentful/rich-text-types": "^17.2.
|
|
87
|
-
"axios": "^1.
|
|
86
|
+
"@contentful/rich-text-types": "^17.2.6",
|
|
87
|
+
"axios": "^1.15.0",
|
|
88
88
|
"contentful-resolve-response": "^1.9.8",
|
|
89
89
|
"contentful-sdk-core": "^9.4.5",
|
|
90
90
|
"json-stringify-safe": "^5.0.1",
|
|
@@ -195,11 +195,11 @@
|
|
|
195
195
|
},
|
|
196
196
|
"@contentful/rich-text-types": {
|
|
197
197
|
"from": "^16.6.1",
|
|
198
|
-
"to": "^17.2.
|
|
198
|
+
"to": "^17.2.6"
|
|
199
199
|
},
|
|
200
200
|
"axios": {
|
|
201
201
|
"from": "^1.13.5",
|
|
202
|
-
"to": "^1.
|
|
202
|
+
"to": "^1.15.0"
|
|
203
203
|
},
|
|
204
204
|
"contentful-resolve-response": {
|
|
205
205
|
"from": "^1.9.4",
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
"depsUpdated": 6,
|
|
218
218
|
"originalPackage": "contentful",
|
|
219
219
|
"originalVersion": "11.12.0",
|
|
220
|
-
"processedAt": "2026-
|
|
220
|
+
"processedAt": "2026-04-08T16:34:49.170Z",
|
|
221
221
|
"smokeTest": "passed"
|
|
222
222
|
}
|
|
223
223
|
}
|