@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.
- package/dist/core/crypto/index.d.ts +1 -0
- package/dist/core/crypto/index.d.ts.map +1 -1
- package/dist/core/crypto/index.js +1 -1
- package/dist/core/crypto/index.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/src/core/crypto/index.ts +1 -1
- package/src/version.ts +1 -1
|
@@ -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
|
|
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
package/dist/version.js
CHANGED
package/package.json
CHANGED
package/src/core/crypto/index.ts
CHANGED
|
@@ -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