diff --git a/package.json b/package.json index 4e40e37..03e9287 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@platformatic/python-node", "description": "Run ASGI-compatible Python apps in Node.js", - "version": "0.1.4", + "version": "0.1.5", "main": "index.js", "types": "index.d.ts", "napi": { @@ -38,5 +38,10 @@ "test": "node --test test/**.test.mjs", "universal": "napi universal", "version": "napi version" + }, + "optionalDependencies": { + "@platformatic/python-node-darwin-arm64": "^0.1.4", + "@platformatic/python-node-darwin-x64": "^0.1.4", + "@platformatic/python-node-linux-x64-gnu": "^0.1.4" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4fb8223..e30d840 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,6 +17,16 @@ importers: oxlint: specifier: ^0.16.0 version: 0.16.12 + optionalDependencies: + '@platformatic/python-node-darwin-arm64': + specifier: ^0.1.4 + version: 0.1.4 + '@platformatic/python-node-darwin-x64': + specifier: ^0.1.4 + version: 0.1.4 + '@platformatic/python-node-linux-x64-gnu': + specifier: ^0.1.4 + version: 0.1.4 packages: @@ -665,6 +675,24 @@ packages: cpu: [x64] os: [win32] + '@platformatic/python-node-darwin-arm64@0.1.4': + resolution: {integrity: sha512-6L7GhZN3wKS8TpwpRF8JfM2+wi5eMPrYfzh6q2uDQnQ0WDH0a2p0iCoovYNPR9oy/e9Y8SDCYSJ1iXwrPToB2w==} + engines: {node: '>= 20'} + cpu: [arm64] + os: [darwin] + + '@platformatic/python-node-darwin-x64@0.1.4': + resolution: {integrity: sha512-fPpNKRycnpHjqyHnuX23qd/+UzT/4xab5hFotlrfIwqYErybZyCgJJv6zRugGzmw8pE0HkUzrnbeOzMw25jMvw==} + engines: {node: '>= 20'} + cpu: [x64] + os: [darwin] + + '@platformatic/python-node-linux-x64-gnu@0.1.4': + resolution: {integrity: sha512-qwZIN6nBVYBQphkTxuyuwaJx7OyxswzCmWVekgsfI7RGAMh6eXwtajBRqTTB0XhZ4eht2G3SUYo/xvM6QIUzeA==} + engines: {node: '>= 20'} + cpu: [x64] + os: [linux] + '@tybys/wasm-util@0.10.0': resolution: {integrity: sha512-VyyPYFlOMNylG45GoAe0xDoLwWuowvf92F9kySqzYh8vmYm7D2u4iUJKa1tOUpS70Ku13ASrOkS4ScXFsTaCNQ==} @@ -1369,6 +1397,15 @@ snapshots: '@oxlint/win32-x64@0.16.12': optional: true + '@platformatic/python-node-darwin-arm64@0.1.4': + optional: true + + '@platformatic/python-node-darwin-x64@0.1.4': + optional: true + + '@platformatic/python-node-linux-x64-gnu@0.1.4': + optional: true + '@tybys/wasm-util@0.10.0': dependencies: tslib: 2.8.1