@stellar/stellar-sdk 16.0.0 → 16.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,7 +28,7 @@ class ConfigGenerator {
28
28
  build: "tsc"
29
29
  },
30
30
  dependencies: {
31
- "@stellar/stellar-sdk": `^${"16.0.0"}`,
31
+ "@stellar/stellar-sdk": `^${"16.0.1"}`,
32
32
  buffer: "6.0.3"
33
33
  },
34
34
  devDependencies: {
@@ -2,7 +2,7 @@
2
2
 
3
3
  var axiosClient = require('../http-client/axios-client.js');
4
4
 
5
- const version = "16.0.0";
5
+ const version = "16.0.1";
6
6
  const SERVER_TIME_MAP = {};
7
7
  function toSeconds(ms) {
8
8
  return Math.floor(ms / 1e3);
@@ -2,7 +2,7 @@
2
2
 
3
3
  var axiosClient = require('../http-client/axios-client.js');
4
4
 
5
- const version = "16.0.0";
5
+ const version = "16.0.1";
6
6
  function createHttpClient(headers) {
7
7
  return axiosClient.create({
8
8
  headers: {
@@ -26,7 +26,7 @@ class ConfigGenerator {
26
26
  build: "tsc"
27
27
  },
28
28
  dependencies: {
29
- "@stellar/stellar-sdk": `^${"16.0.0"}`,
29
+ "@stellar/stellar-sdk": `^${"16.0.1"}`,
30
30
  buffer: "6.0.3"
31
31
  },
32
32
  devDependencies: {
@@ -1,6 +1,6 @@
1
1
  import { create } from '../http-client/axios-client.js';
2
2
 
3
- const version = "16.0.0";
3
+ const version = "16.0.1";
4
4
  const SERVER_TIME_MAP = {};
5
5
  function toSeconds(ms) {
6
6
  return Math.floor(ms / 1e3);
@@ -1,6 +1,6 @@
1
1
  import { create } from '../http-client/axios-client.js';
2
2
 
3
- const version = "16.0.0";
3
+ const version = "16.0.1";
4
4
  function createHttpClient(headers) {
5
5
  return create({
6
6
  headers: {
@@ -28,7 +28,7 @@ class ConfigGenerator {
28
28
  build: "tsc"
29
29
  },
30
30
  dependencies: {
31
- "@stellar/stellar-sdk": `^${"16.0.0"}`,
31
+ "@stellar/stellar-sdk": `^${"16.0.1"}`,
32
32
  buffer: "6.0.3"
33
33
  },
34
34
  devDependencies: {
@@ -2,7 +2,7 @@
2
2
 
3
3
  var fetchClient = require('../http-client/fetch-client.js');
4
4
 
5
- const version = "16.0.0";
5
+ const version = "16.0.1";
6
6
  const SERVER_TIME_MAP = {};
7
7
  function toSeconds(ms) {
8
8
  return Math.floor(ms / 1e3);
@@ -2,7 +2,7 @@
2
2
 
3
3
  var fetchClient = require('../http-client/fetch-client.js');
4
4
 
5
- const version = "16.0.0";
5
+ const version = "16.0.1";
6
6
  function createHttpClient(headers) {
7
7
  return fetchClient.create({
8
8
  headers: {
@@ -26,7 +26,7 @@ class ConfigGenerator {
26
26
  build: "tsc"
27
27
  },
28
28
  dependencies: {
29
- "@stellar/stellar-sdk": `^${"16.0.0"}`,
29
+ "@stellar/stellar-sdk": `^${"16.0.1"}`,
30
30
  buffer: "6.0.3"
31
31
  },
32
32
  devDependencies: {
@@ -1,6 +1,6 @@
1
1
  import { create as createFetchClient } from '../http-client/fetch-client.js';
2
2
 
3
- const version = "16.0.0";
3
+ const version = "16.0.1";
4
4
  const SERVER_TIME_MAP = {};
5
5
  function toSeconds(ms) {
6
6
  return Math.floor(ms / 1e3);
@@ -1,6 +1,6 @@
1
1
  import { create as createFetchClient } from '../http-client/fetch-client.js';
2
2
 
3
- const version = "16.0.0";
3
+ const version = "16.0.1";
4
4
  function createHttpClient(headers) {
5
5
  return createFetchClient({
6
6
  headers: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stellar/stellar-sdk",
3
- "version": "16.0.0",
3
+ "version": "16.0.1",
4
4
  "type": "module",
5
5
  "packageManager": "pnpm@10.28.0",
6
6
  "description": "A library for working with the Stellar network, including communication with the Horizon and Soroban RPC servers.",