@sats-connect/core
Advanced tools
Comparing version 0.4.0-9b65d1d to 0.4.0-a7186b1
{ | ||
"name": "@sats-connect/core", | ||
"version": "0.4.0-9b65d1d", | ||
"version": "0.4.0-a7186b1", | ||
"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,3 +30,3 @@ }, | ||
"dependencies": { | ||
"@secretkeylabs/xverse-core": "23.0.1-6bee860", | ||
"@secretkeylabs/xverse-core": "26.0.0-216d0dd", | ||
"axios": "1.7.4", | ||
@@ -35,3 +36,2 @@ "bitcoin-address-validation": "2.2.3", | ||
"jsontokens": "4.0.1", | ||
"lodash.omit": "4.5.0", | ||
"valibot": "0.42.1" | ||
@@ -41,3 +41,2 @@ }, | ||
"@types/jest": "^29.2.6", | ||
"@types/lodash.omit": "4.5.9", | ||
"husky": "^8.0.3", | ||
@@ -54,5 +53,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" | ||
}, | ||
@@ -59,0 +56,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
326905
6
13
6
6044
4
1
- Removedlodash.omit@4.5.0
- Removedlodash.omit@4.5.0(transitive)