nodepyx 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nodepyx",
3
- "version": "1.0.0",
4
- "description": "Run Python libraries from Node.js as if they were Native — embed CPython in-process with full TypeScript types, Proxy-based API, async/await support, and Next.js integration",
3
+ "version": "1.0.1",
4
+ "description": "Run Python libraries from Node.js as if they were Native embed CPython in-process with full TypeScript types, Proxy-based API, async/await support, and Next.js integration",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
@@ -83,10 +83,10 @@
83
83
  "license": "MIT",
84
84
  "repository": {
85
85
  "type": "git",
86
- "url": "https://github.com/nodepyx/nodepyx.git"
86
+ "url": "https://github.com/Brah-Timo/nodepyx.git"
87
87
  },
88
88
  "bugs": {
89
- "url": "https://github.com/nodepyx/nodepyx/issues"
89
+ "url": "https://github.com/Brah-Timo/nodepyx/issues"
90
90
  },
91
91
  "homepage": "https://nodepyx.dev",
92
92
  "dependencies": {
@@ -132,7 +132,7 @@
132
132
  "binary": {
133
133
  "module_name": "nodepyx_addon",
134
134
  "module_path": "./prebuilds/{platform}-{arch}",
135
- "host": "https://github.com/nodepyx/nodepyx/releases/download/"
135
+ "host": "https://github.com/Brah-Timo/nodepyx/releases/download/"
136
136
  },
137
137
  "jest": {
138
138
  "preset": "ts-jest",