Comparing version
@@ -25,2 +25,2 @@ import { Plugin } from 'rollup'; | ||
export { _default as default, rollup }; | ||
export { type UnwasmPluginOptions, _default as default, rollup }; |
{ | ||
"name": "unwasm", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "WebAssembly tools for JavaScript", | ||
@@ -12,8 +12,20 @@ "repository": "unjs/unwasm", | ||
"./plugin": { | ||
"types": "./dist/plugin.d.mts", | ||
"import": "./dist/plugin.mjs" | ||
"import": { | ||
"types": "./dist/plugin.d.mts", | ||
"default": "./dist/plugin.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/plugin.d.ts", | ||
"default": "./dist/plugin.cjs" | ||
} | ||
}, | ||
"./tools": { | ||
"types": "./dist/tools.d.mts", | ||
"import": "./dist/tools.mjs" | ||
"import": { | ||
"types": "./dist/tools.d.mts", | ||
"default": "./dist/tools.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/tools.d.ts", | ||
"default": "./dist/tools.cjs" | ||
} | ||
} | ||
@@ -20,0 +32,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
30864
48.12%16
33.33%638
86.55%0
-100%