We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc5b72 commit eeab50dCopy full SHA for eeab50d
1 file changed
package.json
@@ -1,9 +1,11 @@
1
{
2
"name": "@transcend-io/conflux",
3
- "version": "6.0.0",
+ "version": "6.0.1",
4
"type": "module",
5
"description": "Build zip files out of readable streams in the browser",
6
"main": "./dist/commonjs/index.js",
7
+ "types": "./dist/commonjs/index.d.ts",
8
+ "module": "./dist/esm/index.js",
9
"exports": {
10
"./package.json": "./package.json",
11
".": {
@@ -59,6 +61,7 @@
59
61
"packageManager": "pnpm@10.13.1+sha256.0f9ed48d808996ae007835fb5c4641cf9a300def2eddc9e957d9bbe4768c5f28",
60
62
"tshy": {
63
"project": "tsconfig.web.json",
64
+ "selfLink": false,
65
66
67
".": "./src/index.ts"
0 commit comments