@0xsequence/indexer
Advanced tools
Comparing version 1.10.11 to 1.10.12
@@ -822,3 +822,3 @@ 'use strict'; | ||
const fetch = typeof global === 'object' ? global.fetch : window.fetch; | ||
const fetch = globalThis.fetch; | ||
class SequenceIndexer extends Indexer { | ||
@@ -825,0 +825,0 @@ constructor(hostname, projectAccessKey, jwtAuth) { |
@@ -822,3 +822,3 @@ 'use strict'; | ||
const fetch = typeof global === 'object' ? global.fetch : window.fetch; | ||
const fetch = globalThis.fetch; | ||
class SequenceIndexer extends Indexer { | ||
@@ -825,0 +825,0 @@ constructor(hostname, projectAccessKey, jwtAuth) { |
@@ -818,3 +818,3 @@ function _extends() { | ||
const fetch = typeof global === 'object' ? global.fetch : window.fetch; | ||
const fetch = globalThis.fetch; | ||
class SequenceIndexer extends Indexer { | ||
@@ -821,0 +821,0 @@ constructor(hostname, projectAccessKey, jwtAuth) { |
{ | ||
"name": "@0xsequence/indexer", | ||
"version": "1.10.11", | ||
"version": "1.10.12", | ||
"description": "indexer sub-package for Sequence", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/indexer", |
@@ -5,3 +5,3 @@ export * from './indexer.gen' | ||
const fetch = typeof global === 'object' ? global.fetch : window.fetch | ||
const fetch = globalThis.fetch | ||
@@ -8,0 +8,0 @@ export class SequenceIndexer extends IndexerRpc { |
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
180589