@xyo-network/diviner-archivist-client.graphql
Advanced tools
Comparing version 0.55.8-alpha.0 to 0.55.9-alpha.0
@@ -29,3 +29,2 @@ "use strict"; | ||
const apollo_cache_inmemory_1 = require("apollo-cache-inmemory"); | ||
const cross_fetch_1 = __importDefault(require("cross-fetch")); | ||
class XyoDivinerArchivistGraphQLClient extends base_1.XyoBase { | ||
@@ -36,3 +35,3 @@ constructor(archivistUrl) { | ||
const httpLink = apollo_link_http_1.createHttpLink({ | ||
fetch: cross_fetch_1.default, | ||
fetch, | ||
uri: this.archivistUrl, | ||
@@ -39,0 +38,0 @@ fetchOptions: { |
{ | ||
"name": "@xyo-network/diviner-archivist-client.graphql", | ||
"version": "0.55.8-alpha.0", | ||
"version": "0.55.9-alpha.0", | ||
"description": "Implements a client to communicate with an archivist via graphql", | ||
@@ -10,5 +10,5 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@xyo-network/base": "^0.55.8-alpha.0", | ||
"@xyo-network/diviner-archivist-client": "^0.55.8-alpha.0", | ||
"@xyo-network/meta-list": "^0.55.8-alpha.0", | ||
"@xyo-network/base": "^0.55.9-alpha.0", | ||
"@xyo-network/diviner-archivist-client": "^0.55.9-alpha.0", | ||
"@xyo-network/meta-list": "^0.55.9-alpha.0", | ||
"apollo-cache-inmemory": "^1.3.10", | ||
@@ -32,3 +32,3 @@ "apollo-client": "^2.4.6", | ||
}, | ||
"gitHead": "276868c46de4a29d5163cf7cbadf2a11c5aec959" | ||
"gitHead": "70501fb6695d77441d4836fb19b7cbf617ed102a" | ||
} |
@@ -19,3 +19,3 @@ /* | ||
import { InMemoryCache } from 'apollo-cache-inmemory' | ||
import fetch from 'cross-fetch' | ||
import crossFetch from 'cross-fetch' | ||
@@ -22,0 +22,0 @@ export class XyoDivinerArchivistGraphQLClient extends XyoBase implements IXyoDivinerArchivistClient { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
426513
236
1
+ Added@xyo-network/base@0.55.9-alpha.0(transitive)
+ Added@xyo-network/diviner-archivist-client@0.55.9-alpha.0(transitive)
+ Added@xyo-network/meta-list@0.55.9-alpha.0(transitive)
- Removed@xyo-network/base@0.55.8-alpha.0(transitive)
- Removed@xyo-network/diviner-archivist-client@0.55.8-alpha.0(transitive)
- Removed@xyo-network/meta-list@0.55.8-alpha.0(transitive)
Updated@xyo-network/diviner-archivist-client@^0.55.9-alpha.0