@depup/contentful 11.12.9-depup.2 → 11.12.10-depup.0
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 -4
- package/changes.json +2 -6
- package/package.json +4 -8
package/README.md
CHANGED
|
@@ -13,10 +13,10 @@ npm install @depup/contentful
|
|
|
13
13
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
|
-
| Original | [contentful](https://www.npmjs.com/package/contentful) @ 11.12.
|
|
17
|
-
| Processed | 2026-
|
|
16
|
+
| Original | [contentful](https://www.npmjs.com/package/contentful) @ 11.12.10 |
|
|
17
|
+
| Processed | 2026-09-09 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 4 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
@@ -25,7 +25,6 @@ npm install @depup/contentful
|
|
|
25
25
|
| @contentful/content-source-maps | ^0.12.0 | ^0.12.3 |
|
|
26
26
|
| axios | ^1.15.0 | ^1.20.0 |
|
|
27
27
|
| contentful-resolve-response | ^2.0.0 | ^2.0.1 |
|
|
28
|
-
| contentful-sdk-core | ^9.4.4 | ^10.0.0 |
|
|
29
28
|
| type-fest | ^4.0.0 | ^5.9.0 |
|
|
30
29
|
|
|
31
30
|
---
|
package/changes.json
CHANGED
|
@@ -12,15 +12,11 @@
|
|
|
12
12
|
"from": "^2.0.0",
|
|
13
13
|
"to": "^2.0.1"
|
|
14
14
|
},
|
|
15
|
-
"contentful-sdk-core": {
|
|
16
|
-
"from": "^9.4.4",
|
|
17
|
-
"to": "^10.0.0"
|
|
18
|
-
},
|
|
19
15
|
"type-fest": {
|
|
20
16
|
"from": "^4.0.0",
|
|
21
17
|
"to": "^5.9.0"
|
|
22
18
|
}
|
|
23
19
|
},
|
|
24
|
-
"timestamp": "2026-
|
|
25
|
-
"totalUpdated":
|
|
20
|
+
"timestamp": "2026-09-09T08:12:14.471Z",
|
|
21
|
+
"totalUpdated": 4
|
|
26
22
|
}
|
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.
|
|
4
|
+
"version": "11.12.10-depup.0",
|
|
5
5
|
"homepage": "https://www.contentful.com/developers/documentation/content-delivery-api/",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": {
|
|
@@ -201,19 +201,15 @@
|
|
|
201
201
|
"from": "^2.0.0",
|
|
202
202
|
"to": "^2.0.1"
|
|
203
203
|
},
|
|
204
|
-
"contentful-sdk-core": {
|
|
205
|
-
"from": "^9.4.4",
|
|
206
|
-
"to": "^10.0.0"
|
|
207
|
-
},
|
|
208
204
|
"type-fest": {
|
|
209
205
|
"from": "^4.0.0",
|
|
210
206
|
"to": "^5.9.0"
|
|
211
207
|
}
|
|
212
208
|
},
|
|
213
|
-
"depsUpdated":
|
|
209
|
+
"depsUpdated": 4,
|
|
214
210
|
"originalPackage": "contentful",
|
|
215
|
-
"originalVersion": "11.12.
|
|
216
|
-
"processedAt": "2026-
|
|
211
|
+
"originalVersion": "11.12.10",
|
|
212
|
+
"processedAt": "2026-09-09T08:12:38.396Z",
|
|
217
213
|
"smokeTest": "passed"
|
|
218
214
|
}
|
|
219
215
|
}
|