@settlemint/sdk-js 2.6.2-pr0960eb42 → 2.6.2-pr0cb1478b

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.
@@ -5885,6 +5885,14 @@ type introspection_types = {
5885
5885
  };
5886
5886
  };
5887
5887
  };
5888
+ 'artifactsImage': {
5889
+ name: 'artifactsImage';
5890
+ type: {
5891
+ kind: 'SCALAR';
5892
+ name: 'String';
5893
+ ofType: null;
5894
+ };
5895
+ };
5888
5896
  'blockchainNodes': {
5889
5897
  name: 'blockchainNodes';
5890
5898
  type: {
@@ -6217,14 +6225,6 @@ type introspection_types = {
6217
6225
  };
6218
6226
  };
6219
6227
  };
6220
- 'genesisArtifactsTag': {
6221
- name: 'genesisArtifactsTag';
6222
- type: {
6223
- kind: 'SCALAR';
6224
- name: 'String';
6225
- ofType: null;
6226
- };
6227
- };
6228
6228
  'genesisWithDiscoveryConfig': {
6229
6229
  name: 'genesisWithDiscoveryConfig';
6230
6230
  type: {
@@ -8187,6 +8187,14 @@ type introspection_types = {
8187
8187
  };
8188
8188
  };
8189
8189
  };
8190
+ 'artifactsImage': {
8191
+ name: 'artifactsImage';
8192
+ type: {
8193
+ kind: 'SCALAR';
8194
+ name: 'String';
8195
+ ofType: null;
8196
+ };
8197
+ };
8190
8198
  'blockchainNodes': {
8191
8199
  name: 'blockchainNodes';
8192
8200
  type: {
@@ -8519,14 +8527,6 @@ type introspection_types = {
8519
8527
  };
8520
8528
  };
8521
8529
  };
8522
- 'genesisArtifactsTag': {
8523
- name: 'genesisArtifactsTag';
8524
- type: {
8525
- kind: 'SCALAR';
8526
- name: 'String';
8527
- ofType: null;
8528
- };
8529
- };
8530
8530
  'genesisWithDiscoveryConfig': {
8531
8531
  name: 'genesisWithDiscoveryConfig';
8532
8532
  type: {
@@ -5885,6 +5885,14 @@ type introspection_types = {
5885
5885
  };
5886
5886
  };
5887
5887
  };
5888
+ 'artifactsImage': {
5889
+ name: 'artifactsImage';
5890
+ type: {
5891
+ kind: 'SCALAR';
5892
+ name: 'String';
5893
+ ofType: null;
5894
+ };
5895
+ };
5888
5896
  'blockchainNodes': {
5889
5897
  name: 'blockchainNodes';
5890
5898
  type: {
@@ -6217,14 +6225,6 @@ type introspection_types = {
6217
6225
  };
6218
6226
  };
6219
6227
  };
6220
- 'genesisArtifactsTag': {
6221
- name: 'genesisArtifactsTag';
6222
- type: {
6223
- kind: 'SCALAR';
6224
- name: 'String';
6225
- ofType: null;
6226
- };
6227
- };
6228
6228
  'genesisWithDiscoveryConfig': {
6229
6229
  name: 'genesisWithDiscoveryConfig';
6230
6230
  type: {
@@ -8187,6 +8187,14 @@ type introspection_types = {
8187
8187
  };
8188
8188
  };
8189
8189
  };
8190
+ 'artifactsImage': {
8191
+ name: 'artifactsImage';
8192
+ type: {
8193
+ kind: 'SCALAR';
8194
+ name: 'String';
8195
+ ofType: null;
8196
+ };
8197
+ };
8190
8198
  'blockchainNodes': {
8191
8199
  name: 'blockchainNodes';
8192
8200
  type: {
@@ -8519,14 +8527,6 @@ type introspection_types = {
8519
8527
  };
8520
8528
  };
8521
8529
  };
8522
- 'genesisArtifactsTag': {
8523
- name: 'genesisArtifactsTag';
8524
- type: {
8525
- kind: 'SCALAR';
8526
- name: 'String';
8527
- ofType: null;
8528
- };
8529
- };
8530
8530
  'genesisWithDiscoveryConfig': {
8531
8531
  name: 'genesisWithDiscoveryConfig';
8532
8532
  type: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@settlemint/sdk-js",
3
3
  "description": "Core JavaScript SDK for integrating SettleMint's blockchain platform services into your applications",
4
- "version": "2.6.2-pr0960eb42",
4
+ "version": "2.6.2-pr0cb1478b",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "license": "FSL-1.1-MIT",
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "devDependencies": {},
56
56
  "dependencies": {
57
- "@settlemint/sdk-utils": "2.6.2-pr0960eb42",
57
+ "@settlemint/sdk-utils": "2.6.2-pr0cb1478b",
58
58
  "gql.tada": "^1",
59
59
  "graphql": "^16",
60
60
  "graphql-request": "^7",