@dynamic-labs-wallet/node 0.0.0-pr384.1 → 0.0.0-pr384.2

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/index.cjs.js CHANGED
@@ -1224,6 +1224,10 @@ Object.defineProperty(exports, "SOLANA_RPC_URL", {
1224
1224
  enumerable: true,
1225
1225
  get: function () { return core.SOLANA_RPC_URL; }
1226
1226
  });
1227
+ Object.defineProperty(exports, "ThresholdSignatureScheme", {
1228
+ enumerable: true,
1229
+ get: function () { return core.ThresholdSignatureScheme; }
1230
+ });
1227
1231
  Object.defineProperty(exports, "WalletOperation", {
1228
1232
  enumerable: true,
1229
1233
  get: function () { return core.WalletOperation; }
package/index.esm.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export * from '#internal/core';
2
2
  import { SigningAlgorithm, MPC_RELAY_PROD_API_URL, getMPCChainConfig, BackupLocation, DynamicApiClient, getClientThreshold, MPC_CONFIG, getTSSConfig, WalletOperation, getServerWalletReshareConfig } from '@dynamic-labs-wallet/core';
3
- export { SOLANA_RPC_URL, WalletOperation } from '@dynamic-labs-wallet/core';
3
+ export { SOLANA_RPC_URL, ThresholdSignatureScheme, WalletOperation } from '@dynamic-labs-wallet/core';
4
4
  import { BIP340, ExportableEd25519, Ecdsa, MessageHash, EcdsaKeygenResult, ExportableEd25519KeygenResult, BIP340KeygenResult } from '#internal/node';
5
5
  import { v4 } from 'uuid';
6
6
  import { Logger } from '@dynamic-labs/logger';
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@dynamic-labs-wallet/node",
3
- "version": "0.0.0-pr384.1",
3
+ "version": "0.0.0-pr384.2",
4
4
  "license": "Licensed under the Dynamic Labs, Inc. Terms Of Service (https://www.dynamic.xyz/terms-conditions)",
5
5
  "type": "module",
6
6
  "dependencies": {
7
- "@dynamic-labs-wallet/core": "0.0.0-pr384.1",
7
+ "@dynamic-labs-wallet/core": "0.0.0-pr384.2",
8
8
  "@dynamic-labs/logger": "^4.25.3",
9
9
  "uuid": "11.1.0",
10
10
  "@noble/hashes": "1.7.1"
package/src/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export * from '#internal/core';
2
- export type { ThresholdSignatureScheme } from '@dynamic-labs-wallet/core';
2
+ export { ThresholdSignatureScheme } from '@dynamic-labs-wallet/core';
3
3
  export { WalletOperation, SOLANA_RPC_URL } from '@dynamic-labs-wallet/core';
4
4
  export { getMPCSignatureScheme, getMPCSigner } from './mpc/index.js';
5
5
  export type { ServerInitKeygenResult, ServerKeyShare, SignMessage, } from './mpc/index.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../packages/src/index.ts"],"names":[],"mappings":"AACA,cAAc,gBAAgB,CAAC;AAG/B,YAAY,EAAE,wBAAwB,EAAE,MAAM,2BAA2B,CAAC;AAC1E,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAG5E,OAAO,EAAE,qBAAqB,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACrE,YAAY,EACV,sBAAsB,EACtB,cAAc,EACd,WAAW,GACZ,MAAM,gBAAgB,CAAC;AAGxB,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../packages/src/index.ts"],"names":[],"mappings":"AACA,cAAc,gBAAgB,CAAC;AAG/B,OAAO,EAAE,wBAAwB,EAAE,MAAM,2BAA2B,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAG5E,OAAO,EAAE,qBAAqB,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACrE,YAAY,EACV,sBAAsB,EACtB,cAAc,EACd,WAAW,GACZ,MAAM,gBAAgB,CAAC;AAGxB,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC"}