File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @platformatic/python-node" ,
33 "description" : " Run ASGI-compatible Python apps in Node.js" ,
4- "version" : " 0.1.5 " ,
4+ "version" : " 0.1.6 " ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
77 "napi" : {
3030 "artifacts" : " napi artifacts" ,
3131 "build" : " npm run build:debug -- --release" ,
3232 "build:debug" : " napi build --platform --features napi-support" ,
33- "build:fix" : " node fix-python-soname.js" ,
3433 "build:wasm" : " rustup target add wasm32-wasip1 && cargo build --package fix-python-soname --target wasm32-wasip1 --release && cp target/wasm32-wasip1/release/fix-python-soname.wasm ." ,
3534 "prepublishOnly" : " npm run build:wasm && napi prepublish -t npm" ,
36- "postinstall" : " npm run build:fix" ,
3735 "lint" : " oxlint" ,
3836 "test" : " node --test test/**.test.mjs" ,
3937 "universal" : " napi universal" ,
You can’t perform that action at this time.
0 commit comments