We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23376c commit f9346c3Copy full SHA for f9346c3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@transcend-io/penumbra",
3
- "version": "8.0.0",
+ "version": "8.0.1",
4
"description": "Crypto streams for the browser.",
5
"type": "module",
6
"main": "./dist/main.penumbra.umd.cjs",
@@ -80,8 +80,14 @@
80
"tsx": "^4.20.3",
81
"typescript": "^5.3.2",
82
"typescript-eslint": "^8.38.0",
83
- "unplugin-dts": "1.0.0-beta.4",
+ "unplugin-dts": "1.0.0-beta.6",
84
"vite": "^7.0.6"
85
},
86
+ "pnpm": {
87
+ "overrides": {
88
+ "braces": ">=3.0.3",
89
+ "micromatch": ">=4.0.8"
90
+ }
91
+ },
92
"packageManager": "[email protected]+sha256.0f9ed48d808996ae007835fb5c4641cf9a300def2eddc9e957d9bbe4768c5f28"
93
}
0 commit comments