@scallop-io/sui-kit
Advanced tools
Comparing version 0.36.1 to 0.37.0
@@ -93,3 +93,3 @@ "use strict"; | ||
var import_bip39 = require("@scure/bip39"); | ||
var import_english = require("@scure/bip39/wordlists/english.js"); | ||
var import_english = require("@scure/bip39/wordlists/english"); | ||
var generateMnemonic = (numberOfWords = 24) => { | ||
@@ -96,0 +96,0 @@ const strength = numberOfWords === 12 ? 128 : 256; |
@@ -93,3 +93,3 @@ "use strict"; | ||
var import_bip39 = require("@scure/bip39"); | ||
var import_english = require("@scure/bip39/wordlists/english.js"); | ||
var import_english = require("@scure/bip39/wordlists/english"); | ||
var generateMnemonic = (numberOfWords = 24) => { | ||
@@ -96,0 +96,0 @@ const strength = numberOfWords === 12 ? 128 : 256; |
{ | ||
"name": "@scallop-io/sui-kit", | ||
"version": "0.36.1", | ||
"version": "0.37.0", | ||
"description": "Tookit for interacting with SUI network", | ||
@@ -40,4 +40,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@mysten/sui.js": "^0.36.0", | ||
"@scure/bip39": "^1.2.0", | ||
"@mysten/sui.js": "^0.37.0", | ||
"@scure/bip39": "^1.2.1", | ||
"assert": "^2.0.0", | ||
@@ -50,11 +50,11 @@ "colorts": "^0.1.63", | ||
"peerDependencies": { | ||
"@mysten/sui.js": "^0.36.0" | ||
"@mysten/sui.js": "^0.37.0" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.6.5", | ||
"@commitlint/config-conventional": "^17.6.5", | ||
"@commitlint/prompt-cli": "^17.6.5", | ||
"@types/node": "^20.3.1", | ||
"@typescript-eslint/eslint-plugin": "^5.60.0", | ||
"@typescript-eslint/parser": "^5.60.0", | ||
"@commitlint/cli": "^17.6.6", | ||
"@commitlint/config-conventional": "^17.6.6", | ||
"@commitlint/prompt-cli": "^17.6.6", | ||
"@types/node": "^20.3.2", | ||
"@typescript-eslint/eslint-plugin": "^5.60.1", | ||
"@typescript-eslint/parser": "^5.60.1", | ||
"@types/tmp": "^0.2.3", | ||
@@ -66,7 +66,7 @@ "dotenv": "^16.3.1", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^13.2.2", | ||
"lint-staged": "^13.2.3", | ||
"prettier": "^2.8.8", | ||
"tsconfig-paths": "^4.2.0", | ||
"ts-node": "^10.9.1", | ||
"tsup": "^7.0.0", | ||
"tsup": "^7.1.0", | ||
"typedoc": "^0.24.8", | ||
@@ -73,0 +73,0 @@ "typescript": "^5.0.4", |
import { generateMnemonic as genMnemonic } from '@scure/bip39'; | ||
import { wordlist } from '@scure/bip39/wordlists/english.js'; | ||
import { wordlist } from '@scure/bip39/wordlists/english'; | ||
@@ -4,0 +4,0 @@ export const generateMnemonic = (numberOfWords: 12 | 24 = 24) => { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
343822
+ Added@mysten/bcs@0.7.3(transitive)
+ Added@mysten/sui.js@0.37.1(transitive)
+ Addedevents@3.3.0(transitive)
- Removed@mysten/bcs@0.7.2(transitive)
- Removed@mysten/sui.js@0.36.0(transitive)
Updated@mysten/sui.js@^0.37.0
Updated@scure/bip39@^1.2.1