@apiverve/moonposition 1.1.2 → 1.1.4

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 (2) hide show
  1. package/README.md +5 -4
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -77,11 +77,12 @@ api.execute(query, function (error, data) {
77
77
  "longitude": -122.4194
78
78
  },
79
79
  "moon": {
80
- "altitude": -1.1766704273772322,
81
- "azimuth": 2.0175115157778531,
82
- "distance": 391683.16598961607
80
+ "altitude": 0.22291946953712225,
81
+ "azimuth": 0.70653119959885435,
82
+ "distance": 391370.47850964777
83
83
  }
84
- }
84
+ },
85
+ "code": 200
85
86
  }
86
87
  ```
87
88
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apiverve/moonposition",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "Moon Position is a simple tool for getting moon position data. It returns data such as altitude, azimuth, and distance of the moon based on the location provided.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -18,15 +18,15 @@
18
18
  "bugs": {
19
19
  "url": "https://github.com/apiverve/moonposition-API/issues"
20
20
  },
21
- "homepage": "https://github.com/apiverve/moonposition-API",
21
+ "homepage": "https://apiverve.com/marketplace/api/moonposition",
22
22
  "devDependencies": {
23
- "mocha": "^10.4.0",
23
+ "mocha": "^10.7.3",
24
24
  "chai": "^5.1.1",
25
25
  "dotenv": "^16.4.5"
26
26
  },
27
27
  "dependencies": {
28
- "node-fetch": "3.3.2",
28
+ "node-fetch": "^3.3.2",
29
29
  "promise": "^8.3.0",
30
- "axios": "1.6.8"
30
+ "axios": "1.7.4"
31
31
  }
32
32
  }