@aptos-labs/ts-sdk 7.1.0 → 7.1.1

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,4 +10,5 @@ export * from "./signature.js";
10
10
  export * from "./singleKey.js";
11
11
  export * from "./types.js";
12
12
  export * from "./encryption/index.js";
13
+ export * from "./hdKey.js";
13
14
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/crypto/index.ts"],"names":[],"mappings":"AAIA,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/crypto/index.ts"],"names":[],"mappings":"AAIA,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,uBAAuB,CAAC;AACtC,cAAc,YAAY,CAAC"}
@@ -13,6 +13,7 @@ export * from "./signature.js";
13
13
  export * from "./singleKey.js";
14
14
  export * from "./types.js";
15
15
  export * from "./encryption/index.js";
16
+ export * from "./hdKey.js";
16
17
  // NOTE: deserializationUtils is NOT re-exported here because it imports keyless types.
17
18
  // Import it directly from "./deserializationUtils.js" when needed.
18
19
  // NOTE: The following are intentionally NOT re-exported from this barrel
@@ -22,5 +23,4 @@ export * from "./encryption/index.js";
22
23
  // - "./keyless" (KeylessPublicKey, KeylessSignature, etc.)
23
24
  // - "./federatedKeyless" (FederatedKeylessPublicKey)
24
25
  // - "./poseidon" (poseidonHash, hashStrToField, etc.)
25
- // - "./hdKey" (deriveKey, etc.)
26
26
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/core/crypto/index.ts"],"names":[],"mappings":"AAAA,+BAA+B;AAC/B,sCAAsC;AAEtC,gEAAgE;AAChE,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,uBAAuB,CAAC;AACtC,uFAAuF;AACvF,mEAAmE;AAEnE,yEAAyE;AACzE,mEAAmE;AACnE,6CAA6C;AAC7C,qEAAqE;AACrE,uEAAuE;AACvE,wDAAwD;AACxD,iEAAiE;AACjE,8CAA8C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/core/crypto/index.ts"],"names":[],"mappings":"AAAA,+BAA+B;AAC/B,sCAAsC;AAEtC,gEAAgE;AAChE,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,uBAAuB,CAAC;AACtC,cAAc,YAAY,CAAC;AAC3B,uFAAuF;AACvF,mEAAmE;AAEnE,yEAAyE;AACzE,mEAAmE;AACnE,6CAA6C;AAC7C,qEAAqE;AACrE,uEAAuE;AACvE,wDAAwD;AACxD,iEAAiE"}
package/dist/version.d.ts CHANGED
@@ -3,5 +3,5 @@
3
3
  *
4
4
  * hardcoded for now, we would want to have it injected dynamically
5
5
  */
6
- export declare const VERSION = "7.1.0";
6
+ export declare const VERSION = "7.1.1";
7
7
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -5,5 +5,5 @@
5
5
  *
6
6
  * hardcoded for now, we would want to have it injected dynamically
7
7
  */
8
- export const VERSION = "7.1.0";
8
+ export const VERSION = "7.1.1";
9
9
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -122,7 +122,7 @@
122
122
  "vite": "^7.3.2",
123
123
  "vitest": "^4.1.4"
124
124
  },
125
- "version": "7.1.0",
125
+ "version": "7.1.1",
126
126
  "scripts": {
127
127
  "build:clean": "rm -rf dist",
128
128
  "build": "pnpm build:clean && tsc -p tsconfig.build.json",
@@ -14,6 +14,7 @@ export * from "./signature.js";
14
14
  export * from "./singleKey.js";
15
15
  export * from "./types.js";
16
16
  export * from "./encryption/index.js";
17
+ export * from "./hdKey.js";
17
18
  // NOTE: deserializationUtils is NOT re-exported here because it imports keyless types.
18
19
  // Import it directly from "./deserializationUtils.js" when needed.
19
20
 
@@ -24,4 +25,3 @@ export * from "./encryption/index.js";
24
25
  // - "./keyless" (KeylessPublicKey, KeylessSignature, etc.)
25
26
  // - "./federatedKeyless" (FederatedKeylessPublicKey)
26
27
  // - "./poseidon" (poseidonHash, hashStrToField, etc.)
27
- // - "./hdKey" (deriveKey, etc.)
package/src/version.ts CHANGED
@@ -6,4 +6,4 @@
6
6
  *
7
7
  * hardcoded for now, we would want to have it injected dynamically
8
8
  */
9
- export const VERSION = "7.1.0";
9
+ export const VERSION = "7.1.1";