@peakfinder/headless 1.0.3 → 1.0.5

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/README.md CHANGED
@@ -1,7 +1,17 @@
1
- # node-napi-addon
1
+ # PeakFinder Headless API
2
2
 
3
- Native Node.js addon built with Node-API.
3
+ *REMARK*: Do not use this library yet. Its just an update of a first skeleton.
4
+
5
+
6
+
7
+ PeakFinder headless functions for getting 'true' sun and moon times by using a digital elevation model for the calculations.
4
8
 
5
9
  ## Install
6
10
  ```bash
7
- npm install node-napi-addon
11
+ npm i @peakfinder/headless
12
+ ```
13
+
14
+ ## License
15
+
16
+ See [LICENSE.txt](LICENSE.txt)
17
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peakfinder/headless",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "PeakFinder headless functions for getting 'true' sun and moon times by using a digital elevation model for the calculations.",
5
5
  "author": "Fabio Soldati <info@peakfinder.com> (https://www.peakfinder.com/about/)",
6
6
  "os": ["linux", "darwin", "win32"],
@@ -10,7 +10,7 @@
10
10
  "prebuild": "prebuildify --napi --strip",
11
11
  "build": "node-gyp configure build",
12
12
  "test": "node --napi-modules ./test/test_index.js",
13
- "publish": "npm publish --access public"
13
+ "publishtonodejs": "npm publish --access public"
14
14
  },
15
15
  "main": "index.js",
16
16
  "files": [