@graphql-mesh/hmac-upstream-signature 1.2.5-alpha-20241030124303-22e3fda687ad543601e5c39e0cc9006999a30664 → 1.2.5-alpha-20241030131730-1359d5277c2d37355cd8bcfebf07b0160688def4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
- package/typings/index.d.cts +1 -1
- package/typings/index.d.ts +1 -1
package/package.json
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-mesh/hmac-upstream-signature",
|
3
|
-
"version": "1.2.5-alpha-
|
3
|
+
"version": "1.2.5-alpha-20241030131730-1359d5277c2d37355cd8bcfebf07b0160688def4",
|
4
4
|
"sideEffects": false,
|
5
5
|
"peerDependencies": {
|
6
|
-
"@graphql-mesh/types": "0.102.11-alpha-
|
7
|
-
"@graphql-mesh/utils": "0.102.11-alpha-
|
6
|
+
"@graphql-mesh/types": "0.102.11-alpha-20241030131730-1359d5277c2d37355cd8bcfebf07b0160688def4",
|
7
|
+
"@graphql-mesh/utils": "0.102.11-alpha-20241030131730-1359d5277c2d37355cd8bcfebf07b0160688def4",
|
8
8
|
"graphql": "*",
|
9
9
|
"tslib": "^2.4.0"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
|
-
"@graphql-mesh/transport-common": "0.7.12-alpha-
|
12
|
+
"@graphql-mesh/transport-common": "0.7.12-alpha-20241030131730-1359d5277c2d37355cd8bcfebf07b0160688def4",
|
13
13
|
"json-stable-stringify": "^1.1.1"
|
14
14
|
},
|
15
15
|
"repository": {
|
package/typings/index.d.cts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import type { GraphQLParams, Plugin as YogaPlugin } from 'graphql-yoga';
|
2
|
+
import type { GatewayPlugin } from '@graphql-hive/gateway';
|
2
3
|
import type { OnSubgraphExecutePayload } from '@graphql-mesh/fusion-runtime';
|
3
|
-
import type { GatewayPlugin } from '@graphql-mesh/serve-runtime';
|
4
4
|
import type { ExecutionRequest } from '@graphql-tools/utils';
|
5
5
|
export type HMACUpstreamSignatureOptions = {
|
6
6
|
secret: string;
|
package/typings/index.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import type { GraphQLParams, Plugin as YogaPlugin } from 'graphql-yoga';
|
2
|
+
import type { GatewayPlugin } from '@graphql-hive/gateway';
|
2
3
|
import type { OnSubgraphExecutePayload } from '@graphql-mesh/fusion-runtime';
|
3
|
-
import type { GatewayPlugin } from '@graphql-mesh/serve-runtime';
|
4
4
|
import type { ExecutionRequest } from '@graphql-tools/utils';
|
5
5
|
export type HMACUpstreamSignatureOptions = {
|
6
6
|
secret: string;
|