@graphql-tools/load
Advanced tools
Comparing version 8.0.3-alpha-20240704121459-63b7acedc767ca712b5e707313d78973e07abdac to 8.0.3-alpha-20241015101504-5852a7950b869e3e435eefb1bc585805c56be9c7
{ | ||
"name": "@graphql-tools/load", | ||
"version": "8.0.3-alpha-20240704121459-63b7acedc767ca712b5e707313d78973e07abdac", | ||
"version": "8.0.3-alpha-20241015101504-5852a7950b869e3e435eefb1bc585805c56be9c7", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
@@ -10,5 +10,5 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@graphql-tools/schema": "^10.0.3", | ||
"@graphql-tools/utils": "^10.0.13", | ||
"p-limit": "6.0.0", | ||
"@graphql-tools/schema": "10.0.7-alpha-20241015101504-5852a7950b869e3e435eefb1bc585805c56be9c7", | ||
"@graphql-tools/utils": "10.5.5-alpha-20241015101504-5852a7950b869e3e435eefb1bc585805c56be9c7", | ||
"p-limit": "3.1.0", | ||
"tslib": "^2.4.0" | ||
@@ -15,0 +15,0 @@ }, |
@@ -0,1 +1,2 @@ | ||
import pLimit from 'p-limit'; | ||
/** | ||
@@ -8,2 +9,2 @@ * Converts a string to 32bit integer | ||
export declare function useStack<T>(...fns: Array<StackFn<T>>): (input: T) => void; | ||
export declare function useLimit(concurrency: number): import("p-limit").LimitFunction; | ||
export declare function useLimit(concurrency: number): pLimit.Limit; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76154
1719
+ Added@graphql-tools/merge@9.0.8-alpha-20241015101504-5852a7950b869e3e435eefb1bc585805c56be9c7(transitive)
+ Added@graphql-tools/schema@10.0.7-alpha-20241015101504-5852a7950b869e3e435eefb1bc585805c56be9c7(transitive)
+ Added@graphql-tools/utils@10.5.5-alpha-20241015101504-5852a7950b869e3e435eefb1bc585805c56be9c7(transitive)
+ Addedp-limit@3.1.0(transitive)
+ Addedyocto-queue@0.1.0(transitive)
- Removed@graphql-tools/merge@9.0.8(transitive)
- Removed@graphql-tools/schema@10.0.7(transitive)
- Removed@graphql-tools/utils@10.5.5(transitive)
- Removedp-limit@6.0.0(transitive)
- Removedyocto-queue@1.1.1(transitive)
Updated@graphql-tools/schema@10.0.7-alpha-20241015101504-5852a7950b869e3e435eefb1bc585805c56be9c7
Updated@graphql-tools/utils@10.5.5-alpha-20241015101504-5852a7950b869e3e435eefb1bc585805c56be9c7
Updatedp-limit@3.1.0