@settlemint/sdk-js 2.3.14-maina78e17fa → 2.3.14-maind8180c4b

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.
@@ -10,8 +10,8 @@ import * as gql_tada9 from "gql.tada";
10
10
  import * as gql_tada11 from "gql.tada";
11
11
  import * as gql_tada13 from "gql.tada";
12
12
  import * as gql_tada15 from "gql.tada";
13
+ import * as gql_tada20 from "gql.tada";
13
14
  import * as gql_tada18 from "gql.tada";
14
- import * as gql_tada19 from "gql.tada";
15
15
  import * as gql_tada21 from "gql.tada";
16
16
  import * as gql_tada23 from "gql.tada";
17
17
  import { ResultOf, VariablesOf, initGraphQLTada } from "gql.tada";
@@ -147338,7 +147338,7 @@ type CreateMiddlewareArgs = Omit<VariablesOf<typeof createMiddleware>, "applicat
147338
147338
  /**
147339
147339
  * GraphQL query to fetch platform configuration.
147340
147340
  */
147341
- declare const getPlatformConfigQuery: gql_tada18.TadaDocumentNode<{
147341
+ declare const getPlatformConfigQuery: gql_tada20.TadaDocumentNode<{
147342
147342
  config: {
147343
147343
  smartContractSets: {
147344
147344
  id: string;
@@ -147394,7 +147394,7 @@ type PlatformConfig = ResultOf<typeof getPlatformConfigQuery>["config"];
147394
147394
  /**
147395
147395
  * GraphQL fragment containing core private key fields.
147396
147396
  */
147397
- declare const PrivateKeyFragment: gql_tada19.TadaDocumentNode<{
147397
+ declare const PrivateKeyFragment: gql_tada18.TadaDocumentNode<{
147398
147398
  __typename: "AccessibleEcdsaP256PrivateKey";
147399
147399
  id: string;
147400
147400
  uniqueName: string;
@@ -148036,7 +148036,7 @@ type PrivateKey = ResultOf<typeof PrivateKeyFragment>;
148036
148036
  /**
148037
148037
  * Mutation to create a new private key.
148038
148038
  */
148039
- declare const createPrivateKey: gql_tada19.TadaDocumentNode<{
148039
+ declare const createPrivateKey: gql_tada18.TadaDocumentNode<{
148040
148040
  createPrivateKey: {
148041
148041
  __typename: "AccessibleEcdsaP256PrivateKey";
148042
148042
  id: string;
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.3.14-maina78e17fa",
4
+ "version": "2.3.14-maind8180c4b",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "license": "FSL-1.1-MIT",
@@ -20,9 +20,7 @@
20
20
  "url": "https://github.com/settlemint/sdk/issues",
21
21
  "email": "support@settlemint.com"
22
22
  },
23
- "files": [
24
- "dist"
25
- ],
23
+ "files": ["dist"],
26
24
  "main": "./dist/settlemint.cjs",
27
25
  "module": "./dist/settlemint.js",
28
26
  "types": "./dist/settlemint.d.ts",
@@ -57,7 +55,7 @@
57
55
  "gql.tada": "^1",
58
56
  "graphql-request": "^7",
59
57
  "zod": "^3.25.0",
60
- "@settlemint/sdk-utils": "2.3.14-maina78e17fa"
58
+ "@settlemint/sdk-utils": "2.3.14-maind8180c4b"
61
59
  },
62
60
  "peerDependencies": {},
63
61
  "engines": {