@settlemint/sdk-js 2.6.2-pr80f1ef54 → 2.6.2-pr85888378
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.
- package/dist/settlemint.d.cts +12 -0
- package/dist/settlemint.d.ts +12 -0
- package/package.json +2 -2
package/dist/settlemint.d.cts
CHANGED
|
@@ -35903,6 +35903,18 @@ type introspection_types = {
|
|
|
35903
35903
|
};
|
|
35904
35904
|
};
|
|
35905
35905
|
};
|
|
35906
|
+
'isPreRelease': {
|
|
35907
|
+
name: 'isPreRelease';
|
|
35908
|
+
type: {
|
|
35909
|
+
kind: 'NON_NULL';
|
|
35910
|
+
name: never;
|
|
35911
|
+
ofType: {
|
|
35912
|
+
kind: 'SCALAR';
|
|
35913
|
+
name: 'Boolean';
|
|
35914
|
+
ofType: null;
|
|
35915
|
+
};
|
|
35916
|
+
};
|
|
35917
|
+
};
|
|
35906
35918
|
'name': {
|
|
35907
35919
|
name: 'name';
|
|
35908
35920
|
type: {
|
package/dist/settlemint.d.ts
CHANGED
|
@@ -35903,6 +35903,18 @@ type introspection_types = {
|
|
|
35903
35903
|
};
|
|
35904
35904
|
};
|
|
35905
35905
|
};
|
|
35906
|
+
'isPreRelease': {
|
|
35907
|
+
name: 'isPreRelease';
|
|
35908
|
+
type: {
|
|
35909
|
+
kind: 'NON_NULL';
|
|
35910
|
+
name: never;
|
|
35911
|
+
ofType: {
|
|
35912
|
+
kind: 'SCALAR';
|
|
35913
|
+
name: 'Boolean';
|
|
35914
|
+
ofType: null;
|
|
35915
|
+
};
|
|
35916
|
+
};
|
|
35917
|
+
};
|
|
35906
35918
|
'name': {
|
|
35907
35919
|
name: 'name';
|
|
35908
35920
|
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-
|
|
4
|
+
"version": "2.6.2-pr85888378",
|
|
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-
|
|
57
|
+
"@settlemint/sdk-utils": "2.6.2-pr85888378",
|
|
58
58
|
"gql.tada": "^1",
|
|
59
59
|
"graphql": "^16",
|
|
60
60
|
"graphql-request": "^7",
|