@sats-connect/core
Advanced tools
Comparing version 0.3.1-38dbd0c to 0.3.1
{ | ||
"name": "@sats-connect/core", | ||
"version": "0.3.1-38dbd0c", | ||
"version": "0.3.1", | ||
"main": "dist/index.mjs", | ||
@@ -12,3 +12,3 @@ "module": "dist/index.mjs", | ||
"test": "jest", | ||
"build-debug": "webpack --mode development", | ||
"build-debug": "npm run clean && webpack --mode development", | ||
"build": "npm run clean && tsup src/index.ts --format esm --dts", | ||
@@ -33,3 +33,2 @@ "build:watch": "npm run clean && tsup src/index.ts --format esm --dts --watch", | ||
"jsontokens": "4.0.1", | ||
"lodash.omit": "4.5.0", | ||
"valibot": "0.33.2" | ||
@@ -39,3 +38,2 @@ }, | ||
"@types/jest": "^29.2.6", | ||
"@types/lodash.omit": "4.5.9", | ||
"husky": "^8.0.3", | ||
@@ -42,0 +40,0 @@ "lint-staged": "^13.2.3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
108636
5
15
1572
- Removedlodash.omit@4.5.0
- Removedlodash.omit@4.5.0(transitive)