@lucid-evolution/utils 0.1.28 → 0.1.29
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/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -909,7 +909,7 @@ function datumToHash(datum) {
|
|
|
909
909
|
}
|
|
910
910
|
|
|
911
911
|
// src/keys.ts
|
|
912
|
-
var import_bip39 = require("
|
|
912
|
+
var import_bip39 = require("bip39");
|
|
913
913
|
function generatePrivateKey() {
|
|
914
914
|
return CML.PrivateKey.generate_ed25519().to_bech32();
|
|
915
915
|
}
|
package/dist/index.js
CHANGED
|
@@ -821,7 +821,7 @@ function datumToHash(datum) {
|
|
|
821
821
|
}
|
|
822
822
|
|
|
823
823
|
// src/keys.ts
|
|
824
|
-
import { generateMnemonic } from "
|
|
824
|
+
import { generateMnemonic } from "bip39";
|
|
825
825
|
function generatePrivateKey() {
|
|
826
826
|
return CML.PrivateKey.generate_ed25519().to_bech32();
|
|
827
827
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucid-evolution/utils",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.29",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -31,14 +31,14 @@
|
|
|
31
31
|
"@effect/schema": "^0.68.16",
|
|
32
32
|
"@emurgo/cardano-serialization-lib-browser": "^11.5.0",
|
|
33
33
|
"@emurgo/cardano-serialization-lib-nodejs": "^11.5.0",
|
|
34
|
+
"bip39": "^3.1.0",
|
|
34
35
|
"cborg": "^4.2.0",
|
|
35
36
|
"effect": "^3.1.2",
|
|
36
|
-
"@lucid-evolution/bip39": "0.2.11",
|
|
37
37
|
"@lucid-evolution/core-types": "0.1.12",
|
|
38
|
-
"@lucid-evolution/core-utils": "0.1.
|
|
38
|
+
"@lucid-evolution/core-utils": "0.1.10",
|
|
39
39
|
"@lucid-evolution/crc8": "0.1.8",
|
|
40
|
-
"@lucid-evolution/plutus": "0.1.
|
|
41
|
-
"@lucid-evolution/uplc": "0.2.
|
|
40
|
+
"@lucid-evolution/plutus": "0.1.16",
|
|
41
|
+
"@lucid-evolution/uplc": "0.2.10"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/node": "^20.12.8",
|