@apiverve/silverprice 1.1.5 → 1.1.7

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 +11 -11
  2. package/package.json +31 -31
package/README.md CHANGED
@@ -65,17 +65,17 @@ api.execute(function (error, data) {
65
65
  ###### Example Response
66
66
 
67
67
  ```
68
- {
69
- "status": "ok",
70
- "error": null,
71
- "data": {
72
- "currency": "USD",
73
- "gram": 1.02,
74
- "kilogram": 1024.71,
75
- "ounce": 29.05,
76
- "lastUpdated": 1725181203
77
- },
78
- "code": 200
68
+ {
69
+ "status": "ok",
70
+ "error": null,
71
+ "data": {
72
+ "currency": "USD",
73
+ "gram": 1.02,
74
+ "kilogram": 1024.71,
75
+ "ounce": 29.05,
76
+ "lastUpdated": 1725181203
77
+ },
78
+ "code": 200
79
79
  }
80
80
  ```
81
81
 
package/package.json CHANGED
@@ -1,32 +1,32 @@
1
- {
2
- "name": "@apiverve/silverprice",
3
- "version": "1.1.5",
4
- "description": "Silver Price is a simple tool for getting the current price of silver. It returns the current price of silver in USD and in various units.",
5
- "main": "index.js",
6
- "scripts": {
7
- "test": "mocha"
8
- },
9
- "repository": {
10
- "type": "git",
11
- "url": "git+https://github.com/apiverve/silverprice-API.git"
12
- },
13
- "keywords": [
14
- "silver price","silver price api","silver price tool","silver price software","silver price service"
15
- ],
16
- "author": "APIVerve <hello@apiverve.com> (http://apiverve.com/)",
17
- "license": "MIT",
18
- "bugs": {
19
- "url": "https://github.com/apiverve/silverprice-API/issues"
20
- },
21
- "homepage": "https://apiverve.com/marketplace/api/silverprice?utm_source=npm",
22
- "devDependencies": {
23
- "mocha": "^10.7.3",
24
- "chai": "^5.1.1",
25
- "dotenv": "^16.4.5"
26
- },
27
- "dependencies": {
28
- "node-fetch": "^3.3.2",
29
- "promise": "^8.3.0",
30
- "axios": "1.7.7"
31
- }
1
+ {
2
+ "name": "@apiverve/silverprice",
3
+ "version": "1.1.7",
4
+ "description": "Silver Price is a simple tool for getting the current price of silver. It returns the current price of silver in USD and in various units.",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "mocha"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/apiverve/silverprice-API.git"
12
+ },
13
+ "keywords": [
14
+ "silver price","silver price api","silver price tool","silver price software","silver price service"
15
+ ],
16
+ "author": "APIVerve <hello@apiverve.com> (http://apiverve.com/)",
17
+ "license": "MIT",
18
+ "bugs": {
19
+ "url": "https://github.com/apiverve/silverprice-API/issues"
20
+ },
21
+ "homepage": "https://apiverve.com/marketplace/api/silverprice?utm_source=npm",
22
+ "devDependencies": {
23
+ "mocha": "^11.0.1",
24
+ "chai": "^5.1.2",
25
+ "dotenv": "^16.4.7"
26
+ },
27
+ "dependencies": {
28
+ "node-fetch": "^3.3.2",
29
+ "promise": "^8.3.0",
30
+ "axios": "1.7.9"
31
+ }
32
32
  }