@settlemint/sdk-js 2.6.2-main3f43c1c0 → 2.6.2-main433e8202
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 +0 -1
- package/dist/settlemint.d.ts +0 -1
- package/package.json +3 -3
package/dist/settlemint.d.cts
CHANGED
|
@@ -65450,7 +65450,6 @@ type introspection_types = {
|
|
|
65450
65450
|
enumValues: 'CODE_ALREADY_ACCEPTED' | 'CODE_EXPIRED' | 'CODE_NOT_FOUND' | 'SUCCESS' | 'UNKNOWN';
|
|
65451
65451
|
};
|
|
65452
65452
|
};
|
|
65453
|
-
|
|
65454
65453
|
/** An IntrospectionQuery representation of your schema.
|
|
65455
65454
|
*
|
|
65456
65455
|
* @remarks
|
package/dist/settlemint.d.ts
CHANGED
|
@@ -65450,7 +65450,6 @@ type introspection_types = {
|
|
|
65450
65450
|
enumValues: 'CODE_ALREADY_ACCEPTED' | 'CODE_EXPIRED' | 'CODE_NOT_FOUND' | 'SUCCESS' | 'UNKNOWN';
|
|
65451
65451
|
};
|
|
65452
65452
|
};
|
|
65453
|
-
|
|
65454
65453
|
/** An IntrospectionQuery representation of your schema.
|
|
65455
65454
|
*
|
|
65456
65455
|
* @remarks
|
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-main433e8202",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
7
7
|
"license": "FSL-1.1-MIT",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"scripts": {
|
|
43
43
|
"codegen": "gql-tada generate-schema ${CONSOLE_GRAPHQL:-https://console.settlemint.com/api/graphql} && gql-tada generate-output",
|
|
44
44
|
"build": "tsdown",
|
|
45
|
-
"dev": "tsdown --watch",
|
|
45
|
+
"dev": "tsdown --watch ./src",
|
|
46
46
|
"publint": "publint run --strict",
|
|
47
47
|
"attw": "attw --pack .",
|
|
48
48
|
"test": "bun test",
|
|
@@ -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-main433e8202",
|
|
58
58
|
"gql.tada": "^1",
|
|
59
59
|
"graphql": "^16",
|
|
60
60
|
"graphql-request": "^7",
|