Skip to content

Commit ec57217

Browse files
authored
v0.1.5 (#11)
1 parent f02f799 commit ec57217

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@platformatic/python-node",
33
"description": "Run ASGI-compatible Python apps in Node.js",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"napi": {
@@ -38,5 +38,10 @@
3838
"test": "node --test test/**.test.mjs",
3939
"universal": "napi universal",
4040
"version": "napi version"
41+
},
42+
"optionalDependencies": {
43+
"@platformatic/python-node-darwin-arm64": "^0.1.4",
44+
"@platformatic/python-node-darwin-x64": "^0.1.4",
45+
"@platformatic/python-node-linux-x64-gnu": "^0.1.4"
4146
}
4247
}

pnpm-lock.yaml

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)