@penumbra-zone/getters
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@penumbra-zone/getters", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Convenience getters for the deeply nested optionals of Penumbra's protobuf types", | ||
"type": "module", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"exports": { | ||
".": "./dist/index.js" | ||
}, | ||
"dependencies": { | ||
"bech32": "^2.0.0" | ||
"bech32": "^2.0.0", | ||
"@penumbra-zone/constants": "1.0.2" | ||
}, | ||
"scripts": { | ||
"build": "pnpm clean && tsc && vite build", | ||
"clean": "rm -rfv dist", | ||
"lint": "eslint \"**/*.ts*\"", | ||
@@ -11,0 +22,0 @@ "test": "vitest run" |
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
184493
61
5798
2
1
+ Added@penumbra-zone/constants@1.0.2(transitive)