@swisseph/node 1.0.2 → 1.0.3
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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swisseph/node",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Swiss Ephemeris for Node.js - high precision astronomical calculations with native bindings",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"node": ">=14.0.0"
|
|
64
64
|
},
|
|
65
65
|
"scripts": {
|
|
66
|
-
"install": "
|
|
66
|
+
"install": "node scripts/setup-libswe.js && node-gyp rebuild",
|
|
67
67
|
"copy:libswe": "mkdir -p libswe && cp ../../native/libswe/* libswe/",
|
|
68
68
|
"prebuild": "npm run copy:libswe",
|
|
69
69
|
"build": "node-gyp rebuild && tsc",
|