fix: added missing ffprobe-wasm.mjs & renamed to match repo

This commit is contained in:
Ole
2026-02-26 23:57:03 +01:00
parent f97fb957dc
commit 4bc9acdada
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ cp src/*.d.* dist
npm run build
# Remove unnecessary files
rm dist/browser-vite.* dist/ffprobe-wasm.d.mts dist/ffprobe-wasm.mjs dist/worker-browser.*
rm dist/browser-vite.* dist/worker-browser.*
# Copy files for npm publish
cp package.json LICENSE README.md dist

View File

@@ -1,6 +1,6 @@
{
"name": "@cis-oss/ffprobe-wasm",
"version": "0.3.1",
"name": "@cis-oss/avprobe-wasm",
"version": "0.3.2",
"description": "ffprobe-like for browser and node, powered by WebAssembly",
"repository": {
"type": "git",