@masa-finance/analytics-sdk
Advanced tools
Comparing version 0.0.8 to 0.1.0
{ | ||
"name": "@masa-finance/analytics-sdk", | ||
"version": "0.0.8", | ||
"version": "0.1.0", | ||
"main": "dist/src/index.js", | ||
@@ -8,3 +8,4 @@ "license": "MIT", | ||
"start": "tsc --watch", | ||
"build": "tsc", | ||
"compile": "tsc", | ||
"build": "webpack", | ||
"lint": "eslint ./src", | ||
@@ -18,6 +19,6 @@ "prettier": "prettier ./src --write", | ||
"devDependencies": { | ||
"@types/node": "^20.6.1", | ||
"@types/node": "^20.6.2", | ||
"@types/uuid": "^9.0.4", | ||
"@typescript-eslint/eslint-plugin": "^6.7.0", | ||
"@typescript-eslint/parser": "^6.7.0", | ||
"@typescript-eslint/eslint-plugin": "^6.7.2", | ||
"@typescript-eslint/parser": "^6.7.2", | ||
"eslint": "^8.49.0", | ||
@@ -27,4 +28,9 @@ "eslint-plugin-import": "^2.28.1", | ||
"prettier": "^3.0.3", | ||
"process": "^0.11.10", | ||
"ts-loader": "^9.4.4", | ||
"typedoc": "^0.25.1", | ||
"typedoc-plugin-markdown": "^3.16.0", | ||
"typescript": "^5.2.2" | ||
"typescript": "^5.2.2", | ||
"webpack": "^5.88.2", | ||
"webpack-cli": "^5.1.4" | ||
}, | ||
@@ -34,5 +40,4 @@ "dependencies": { | ||
"ethers": "5", | ||
"typedoc": "^0.25.1", | ||
"uuid": "^9.0.1" | ||
} | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
62638
3
1
36
15
17
121
1
- Removedtypedoc@^0.25.1
- Removedansi-sequence-parser@1.1.3(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@2.0.1(transitive)
- Removedjsonc-parser@3.3.1(transitive)
- Removedlunr@2.3.9(transitive)
- Removedmarked@4.3.0(transitive)
- Removedminimatch@9.0.5(transitive)
- Removedshiki@0.14.7(transitive)
- Removedtypedoc@0.25.13(transitive)
- Removedtypescript@5.4.5(transitive)
- Removedvscode-oniguruma@1.7.0(transitive)
- Removedvscode-textmate@8.0.0(transitive)