@0xsequence/api
Advanced tools
Comparing version 0.0.0-20240718140827 to 0.0.0-20240807210827
@@ -854,3 +854,3 @@ 'use strict'; | ||
const fetch = typeof global === 'object' ? global.fetch : window.fetch; | ||
const fetch = globalThis.fetch; | ||
class SequenceAPIClient extends API { | ||
@@ -857,0 +857,0 @@ constructor(hostname, projectAccessKey, jwtAuth) { |
@@ -854,3 +854,3 @@ 'use strict'; | ||
const fetch = typeof global === 'object' ? global.fetch : window.fetch; | ||
const fetch = globalThis.fetch; | ||
class SequenceAPIClient extends API { | ||
@@ -857,0 +857,0 @@ constructor(hostname, projectAccessKey, jwtAuth) { |
@@ -850,3 +850,3 @@ function _extends() { | ||
const fetch = typeof global === 'object' ? global.fetch : window.fetch; | ||
const fetch = globalThis.fetch; | ||
class SequenceAPIClient extends API { | ||
@@ -853,0 +853,0 @@ constructor(hostname, projectAccessKey, jwtAuth) { |
{ | ||
"name": "@0xsequence/api", | ||
"version": "0.0.0-20240718140827", | ||
"version": "0.0.0-20240807210827", | ||
"description": "api sub-package for Sequence", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/api", |
@@ -5,3 +5,3 @@ export * from './api.gen' | ||
const fetch = typeof global === 'object' ? global.fetch : window.fetch | ||
const fetch = globalThis.fetch | ||
@@ -8,0 +8,0 @@ export class SequenceAPIClient extends ApiRpc { |
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
183538