@0xsequence/api
Advanced tools
Comparing version 2.1.6 to 2.1.7
@@ -1149,3 +1149,2 @@ 'use strict'; | ||
const fetch = globalThis.fetch; | ||
class SequenceAPIClient extends API { | ||
@@ -1152,0 +1151,0 @@ constructor(hostname, projectAccessKey, jwtAuth) { |
@@ -1149,3 +1149,2 @@ 'use strict'; | ||
const fetch = globalThis.fetch; | ||
class SequenceAPIClient extends API { | ||
@@ -1152,0 +1151,0 @@ constructor(hostname, projectAccessKey, jwtAuth) { |
@@ -1145,3 +1145,2 @@ function _extends() { | ||
const fetch = globalThis.fetch; | ||
class SequenceAPIClient extends API { | ||
@@ -1148,0 +1147,0 @@ constructor(hostname, projectAccessKey, jwtAuth) { |
{ | ||
"name": "@0xsequence/api", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"description": "api sub-package for Sequence", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/api", |
@@ -5,4 +5,2 @@ export * from './api.gen' | ||
const fetch = globalThis.fetch | ||
export class SequenceAPIClient extends ApiRpc { | ||
@@ -9,0 +7,0 @@ constructor( |
250926
6971