my-timezone 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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# my-timezone [](https://www.npmjs.com/package/my-timezone)
|
|
1
|
+
# my-timezone [](https://www.gnu.org/licenses/gpl-3.0) [](https://www.npmjs.com/package/my-timezone)
|
|
2
2
|
|
|
3
3
|
Get the exact time based on your location by calculating the time difference in seconds from UTC (good explanation on [CS4FN](http://www.cs4fn.org/mobile/owntimezone.php)).
|
|
4
4
|
|
package/package.json
CHANGED
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"commander": "10.0.0",
|
|
8
|
-
"ntpclient": "1.1.
|
|
8
|
+
"ntpclient": "1.1.5"
|
|
9
9
|
},
|
|
10
10
|
"description": "Get the exact time based on your location.",
|
|
11
11
|
"devDependencies": {
|
|
12
|
-
"axios": "1.3.
|
|
12
|
+
"axios": "1.3.5",
|
|
13
13
|
"nock": "13.3.0",
|
|
14
|
-
"rimraf": "4.1
|
|
15
|
-
"typescript": "
|
|
14
|
+
"rimraf": "4.4.1",
|
|
15
|
+
"typescript": "5.0.3"
|
|
16
16
|
},
|
|
17
17
|
"engines": {
|
|
18
18
|
"node": ">= 10.9"
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"start": "ts-node src/cli.ts",
|
|
42
42
|
"test": "ts-node -P tsconfig.jasmine.json ../../node_modules/.bin/jasmine"
|
|
43
43
|
},
|
|
44
|
-
"version": "1.0.
|
|
44
|
+
"version": "1.0.3"
|
|
45
45
|
}
|