@cubist-labs/cubesigner-sdk 0.4.217 → 0.4.218
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/package.json +1 -1
- package/dist/src/schema.d.ts +1 -1
- package/dist/src/schema.d.ts.map +1 -1
- package/dist/src/schema.js +1 -1
- package/package.json +1 -1
- package/src/schema.ts +1 -1
package/dist/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"url": "git+https://github.com/cubist-labs/CubeSigner-TypeScript-SDK.git",
|
|
6
6
|
"directory": "packages/sdk"
|
|
7
7
|
},
|
|
8
|
-
"version": "0.4.
|
|
8
|
+
"version": "0.4.218",
|
|
9
9
|
"description": "CubeSigner TypeScript SDK",
|
|
10
10
|
"license": "MIT OR Apache-2.0",
|
|
11
11
|
"author": "Cubist, Inc.",
|
package/dist/src/schema.d.ts
CHANGED
|
@@ -6546,7 +6546,7 @@ export interface components {
|
|
|
6546
6546
|
* @description Supported Solana clusters.
|
|
6547
6547
|
* @enum {string}
|
|
6548
6548
|
*/
|
|
6549
|
-
SolanaCluster: "mainnet" | "devnet"
|
|
6549
|
+
SolanaCluster: "mainnet" | "devnet";
|
|
6550
6550
|
/**
|
|
6551
6551
|
* @description Solana signing request
|
|
6552
6552
|
* @example {
|