@apiverve/silverprice 1.1.4 → 1.1.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 +4 -4
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -70,10 +70,10 @@ api.execute(function (error, data) {
|
|
|
70
70
|
"error": null,
|
|
71
71
|
"data": {
|
|
72
72
|
"currency": "USD",
|
|
73
|
-
"gram":
|
|
74
|
-
"kilogram":
|
|
75
|
-
"ounce":
|
|
76
|
-
"lastUpdated":
|
|
73
|
+
"gram": 1.02,
|
|
74
|
+
"kilogram": 1024.71,
|
|
75
|
+
"ounce": 29.05,
|
|
76
|
+
"lastUpdated": 1725181203
|
|
77
77
|
},
|
|
78
78
|
"code": 200
|
|
79
79
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apiverve/silverprice",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
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
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"bugs": {
|
|
19
19
|
"url": "https://github.com/apiverve/silverprice-API/issues"
|
|
20
20
|
},
|
|
21
|
-
"homepage": "https://apiverve.com/marketplace/api/silverprice",
|
|
21
|
+
"homepage": "https://apiverve.com/marketplace/api/silverprice?utm_source=npm",
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"mocha": "^10.7.3",
|
|
24
24
|
"chai": "^5.1.1",
|
|
@@ -27,6 +27,6 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"node-fetch": "^3.3.2",
|
|
29
29
|
"promise": "^8.3.0",
|
|
30
|
-
"axios": "1.7.
|
|
30
|
+
"axios": "1.7.7"
|
|
31
31
|
}
|
|
32
32
|
}
|