@depup/graphql-tools__wrap 11.1.12-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 ADDED
@@ -0,0 +1,31 @@
1
+ # @depup/graphql-tools__wrap
2
+
3
+ > Dependency-bumped version of [@graphql-tools/wrap](https://www.npmjs.com/package/@graphql-tools/wrap)
4
+
5
+ Generated by [DepUp](https://github.com/depup/npm) -- all production
6
+ dependencies bumped to latest versions.
7
+
8
+ ## Installation
9
+
10
+ ```bash
11
+ npm install @depup/graphql-tools__wrap
12
+ ```
13
+
14
+ | Field | Value |
15
+ |-------|-------|
16
+ | Original | [@graphql-tools/wrap](https://www.npmjs.com/package/@graphql-tools/wrap) @ 11.1.12 |
17
+ | Processed | 2026-03-17 |
18
+ | Smoke test | passed |
19
+ | Deps updated | 1 |
20
+
21
+ ## Dependency Changes
22
+
23
+ | Dependency | From | To |
24
+ |------------|------|-----|
25
+ | @graphql-tools/schema | ^10.0.29 | ^10.0.31 |
26
+
27
+ ---
28
+
29
+ Source: https://github.com/depup/npm | Original: https://www.npmjs.com/package/@graphql-tools/wrap
30
+
31
+ License inherited from the original package.
package/changes.json ADDED
@@ -0,0 +1,10 @@
1
+ {
2
+ "bumped": {
3
+ "@graphql-tools/schema": {
4
+ "from": "^10.0.29",
5
+ "to": "^10.0.31"
6
+ }
7
+ },
8
+ "timestamp": "2026-03-17T21:29:22.300Z",
9
+ "totalUpdated": 1
10
+ }