altair-graphql-core
Advanced tools
Comparing version 4.5.3 to 4.6.0
@@ -142,3 +142,3 @@ import { SubscriptionProviderIds } from './subscriptions'; | ||
variables: string; | ||
headers: IDictionary<any>; | ||
headers: Record<string, any>; | ||
environments: IInitialEnvironments; | ||
@@ -150,3 +150,3 @@ preRequestScript: string; | ||
initialSubscriptionsProvider: SubscriptionProviderIds; | ||
initialSubscriptionsPayload: IDictionary<any>; | ||
initialSubscriptionsPayload: Record<string, any>; | ||
initialHttpMethod: "POST" | "GET" | "PUT" | "DELETE"; | ||
@@ -153,0 +153,0 @@ preserveState: boolean; |
@@ -1,6 +0,6 @@ | ||
import { Observable } from 'rxjs'; | ||
import { IDictionary } from '../types/shared'; | ||
import { Observable } from "rxjs"; | ||
import { IDictionary } from "../types/shared"; | ||
export interface SubscriptionProviderExtraOptions { | ||
onConnected?: (error: any, data: any) => void; | ||
headers?: IDictionary; | ||
headers?: IDictionary<string>; | ||
} | ||
@@ -7,0 +7,0 @@ export interface SubscriptionProviderExecuteOptions { |
@@ -1,6 +0,4 @@ | ||
export interface IDictionary<V = any> { | ||
[key: string]: V; | ||
} | ||
export declare type IDictionary<V = any> = Record<string, V>; | ||
export declare type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>; | ||
export declare type TODO = any; | ||
//# sourceMappingURL=shared.d.ts.map |
{ | ||
"name": "altair-graphql-core", | ||
"version": "4.5.3", | ||
"version": "4.6.0", | ||
"description": "Several of the core logic for altair graphql client", | ||
@@ -29,2 +29,6 @@ "main": "./build/index.js", | ||
"homepage": "https://github.com/altair-graphql/altair#readme", | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/altair" | ||
}, | ||
"devDependencies": { | ||
@@ -34,35 +38,30 @@ "@types/actioncable": "^5.2.5", | ||
"@types/uuid": "^8.3.0", | ||
"ajv": "^6.12.3", | ||
"ajv-cli": "^5.0.0", | ||
"react": "^17.0.2", | ||
"ts-node": "^8.5.4", | ||
"ajv": "6.12.3", | ||
"ajv-cli": "5.0.0", | ||
"react": "17.0.2", | ||
"ts-node": "9.1.1", | ||
"typescript": "4.0.7", | ||
"typescript-json-schema": "^0.50.1" | ||
"typescript-json-schema": "0.50.1" | ||
}, | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/altair", | ||
"logo": "https://opencollective.com/altair/logo.txt" | ||
}, | ||
"dependencies": { | ||
"@apollo/client": "^3.3.20", | ||
"actioncable": "^5.2.6", | ||
"apollo-cache-inmemory": "^1.6.6", | ||
"apollo-link": "^1.2.14", | ||
"apollo-link-http": "^1.5.17", | ||
"aws-appsync-auth-link": "^3.0.2", | ||
"aws-appsync-subscription-link": "^3.0.3", | ||
"convert-css-color-name-to-hex": "^0.1.1", | ||
"deepmerge": "^4.2.2", | ||
"graphql": "^15.5.1", | ||
"graphql-sse": "^1.2.2", | ||
"graphql-ws": "^5.8.2", | ||
"loglevel": "^1.7.1", | ||
"loglevel-plugin-prefix": "^0.8.4", | ||
"rxjs": "^7.1.0", | ||
"@apollo/client": "3.3.20", | ||
"actioncable": "5.2.6", | ||
"apollo-cache-inmemory": "1.6.6", | ||
"apollo-link": "1.2.14", | ||
"apollo-link-http": "1.5.17", | ||
"aws-appsync-auth-link": "3.0.4", | ||
"aws-appsync-subscription-link": "3.0.6", | ||
"convert-css-color-name-to-hex": "0.1.1", | ||
"deepmerge": "4.2.2", | ||
"graphql": "15.5.1", | ||
"graphql-sse": "1.2.2", | ||
"graphql-ws": "5.8.2", | ||
"loglevel": "1.8.0", | ||
"loglevel-plugin-prefix": "0.8.4", | ||
"rxjs": "7.1.0", | ||
"subscriptions-transport-ws": "0.9.19", | ||
"util": "^0.12.4", | ||
"uuid": "^8.3.2" | ||
"util": "0.12.4", | ||
"uuid": "8.3.2" | ||
}, | ||
"gitHead": "eedd83bc5a024954523a28f3a0a858b8e62b75b3" | ||
"gitHead": "034b5244fe2a51c0e14d4bd106044e46f0410f6c" | ||
} |
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
61976
1820
+ Added@apollo/client@3.3.20(transitive)
+ Added@types/zen-observable@0.8.7(transitive)
+ Added@wry/context@0.6.1(transitive)
+ Added@wry/trie@0.3.2(transitive)
+ Addedactioncable@5.2.6(transitive)
+ Addedaws-appsync-auth-link@3.0.4(transitive)
+ Addedaws-appsync-subscription-link@3.0.6(transitive)
+ Addedaws-sdk@2.1692.0(transitive)
+ Addedbase64-js@1.5.1(transitive)
+ Addedbuffer@4.9.2(transitive)
+ Addeddeepmerge@4.2.2(transitive)
+ Addedevents@1.1.1(transitive)
+ Addedgraphql@15.5.1(transitive)
+ Addedgraphql-sse@1.2.2(transitive)
+ Addedgraphql-ws@5.8.2(transitive)
+ Addedieee754@1.1.13(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addedjmespath@0.16.0(transitive)
+ Addedloglevel@1.8.0(transitive)
+ Addedoptimism@0.16.2(transitive)
+ Addedpunycode@1.3.2(transitive)
+ Addedquerystring@0.2.0(transitive)
+ Addedrxjs@7.1.0(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedsax@1.2.1(transitive)
+ Addedts-invariant@0.7.5(transitive)
+ Addedtslib@2.1.0(transitive)
+ Addedurl@0.10.3(transitive)
+ Addedutil@0.12.4(transitive)
+ Addeduuid@8.0.0(transitive)
+ Addedxml2js@0.6.2(transitive)
+ Addedxmlbuilder@11.0.1(transitive)
- Removed@apollo/client@3.12.4(transitive)
- Removed@aws-crypto/sha256-js@1.2.2(transitive)
- Removed@aws-crypto/util@1.2.2(transitive)
- Removed@aws-sdk/types@3.714.0(transitive)
- Removed@aws-sdk/util-hex-encoding@3.374.0(transitive)
- Removed@aws-sdk/util-utf8-browser@3.259.0(transitive)
- Removed@smithy/types@3.7.2(transitive)
- Removed@smithy/util-hex-encoding@1.1.0(transitive)
- Removed@wry/caches@1.0.1(transitive)
- Removed@wry/trie@0.5.0(transitive)
- Removedactioncable@5.2.8(transitive)
- Removedaws-appsync-auth-link@3.0.7(transitive)
- Removedaws-appsync-subscription-link@3.1.3(transitive)
- Removeddeepmerge@4.3.1(transitive)
- Removedgraphql@15.9.0(transitive)
- Removedgraphql-sse@1.3.2(transitive)
- Removedgraphql-ws@5.16.0(transitive)
- Removedloglevel@1.9.2(transitive)
- Removedoptimism@0.18.1(transitive)
- Removedrehackt@0.1.0(transitive)
- Removedresponse-iterator@0.2.6(transitive)
- Removedrxjs@7.8.1(transitive)
- Removedts-invariant@0.10.3(transitive)
- Removedutil@0.12.5(transitive)
- Removedzen-observable-ts@1.2.5(transitive)
Updated@apollo/client@3.3.20
Updatedactioncable@5.2.6
Updatedapollo-cache-inmemory@1.6.6
Updatedapollo-link@1.2.14
Updatedapollo-link-http@1.5.17
Updatedaws-appsync-auth-link@3.0.4
Updateddeepmerge@4.2.2
Updatedgraphql@15.5.1
Updatedgraphql-sse@1.2.2
Updatedgraphql-ws@5.8.2
Updatedloglevel@1.8.0
Updatedloglevel-plugin-prefix@0.8.4
Updatedrxjs@7.1.0
Updatedutil@0.12.4
Updateduuid@8.3.2