@sats-connect/core
Advanced tools
Comparing version 0.3.1-38dbd0c to 0.4.0-2888351
{ | ||
"name": "@sats-connect/core", | ||
"version": "0.3.1-38dbd0c", | ||
"version": "0.4.0-2888351", | ||
"main": "dist/index.mjs", | ||
@@ -12,7 +12,8 @@ "module": "dist/index.mjs", | ||
"test": "jest", | ||
"build-debug": "webpack --mode development", | ||
"build": "npm run clean && tsup src/index.ts --format esm --dts", | ||
"build:watch": "npm run clean && tsup src/index.ts --format esm --dts --watch", | ||
"clean": "rimraf dist", | ||
"lint": "prettier --write .", | ||
"build": "tsup", | ||
"build:watch": "tsup --watch", | ||
"check-types": "tsc --noEmit", | ||
"check-format": "prettier --check .", | ||
"format": "prettier --write .", | ||
"ci": "npm run check-types && npm run check-format && npm run build", | ||
"prepare": "husky install" | ||
@@ -29,2 +30,3 @@ }, | ||
"dependencies": { | ||
"@secretkeylabs/xverse-core": "24.0.0-4db3b55", | ||
"axios": "1.7.4", | ||
@@ -34,8 +36,6 @@ "bitcoin-address-validation": "2.2.3", | ||
"jsontokens": "4.0.1", | ||
"lodash.omit": "4.5.0", | ||
"valibot": "0.33.2" | ||
"valibot": "0.42.1" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^29.2.6", | ||
"@types/lodash.omit": "4.5.9", | ||
"husky": "^8.0.3", | ||
@@ -52,5 +52,3 @@ "lint-staged": "^13.2.3", | ||
"util": "^0.12.4", | ||
"vm-browserify": "^1.1.2", | ||
"webpack": "^5.74.0", | ||
"webpack-cli": "^4.10.0" | ||
"vm-browserify": "^1.1.2" | ||
}, | ||
@@ -57,0 +55,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
286981
13
6
5150
4
1
+ Addedvalibot@0.42.1(transitive)
- Removedlodash.omit@4.5.0
- Removedlodash.omit@4.5.0(transitive)
- Removedvalibot@0.33.2(transitive)
Updatedvalibot@0.42.1