partysocket
Advanced tools
Comparing version 0.0.0-a8d0586 to 0.0.0-f42b1e0
{ | ||
"name": "partysocket", | ||
"version": "0.0.0-a8d0586", | ||
"version": "0.0.0-f42b1e0", | ||
"description": "party hotline", | ||
"main": "dist/index.js", | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./react": "./dist/react.js" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "npx esbuild src/index.ts --bundle --format=esm --outfile=dist/index.js && tsc --project tsconfig.extract.json" | ||
"build": "rm -rf dist && npx esbuild src/index.ts --bundle --format=esm --outfile=dist/index.js && npx esbuild src/react.ts --format=esm --outfile=dist/react.js && tsc --project tsconfig.extract.json && mv dist/*.d.ts* ." | ||
}, | ||
"files": [ | ||
"dist/*.js", | ||
"*.d.ts", | ||
"*.d.ts.map" | ||
], | ||
"keywords": [], | ||
@@ -11,0 +20,0 @@ "author": "", |
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
31259
12
657
1