@naturalcycles/js-lib 15.0.1 → 15.1.0
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/package.json +6 -4
package/package.json
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@naturalcycles/js-lib",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "15.0
|
|
4
|
+
"version": "15.1.0",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"tslib": "^2",
|
|
7
7
|
"zod": "^3"
|
|
8
8
|
},
|
|
9
9
|
"devDependencies": {
|
|
10
|
-
"@naturalcycles/
|
|
10
|
+
"@naturalcycles/dev-lib": "*",
|
|
11
11
|
"@types/crypto-js": "^4",
|
|
12
12
|
"@types/node": "^22",
|
|
13
13
|
"@types/semver": "^7",
|
|
14
|
-
"crypto-js": "^4"
|
|
14
|
+
"crypto-js": "^4",
|
|
15
|
+
"dayjs": "^1"
|
|
15
16
|
},
|
|
16
17
|
"files": [
|
|
17
18
|
"dist",
|
|
@@ -33,7 +34,7 @@
|
|
|
33
34
|
},
|
|
34
35
|
"repository": {
|
|
35
36
|
"type": "git",
|
|
36
|
-
"url": "git@github.com:NaturalCycles/js-
|
|
37
|
+
"url": "git@github.com:NaturalCycles/js-libs.git",
|
|
37
38
|
"directory": "packages/js-lib"
|
|
38
39
|
},
|
|
39
40
|
"description": "Standard library for universal (browser + Node.js) javascript",
|
|
@@ -51,6 +52,7 @@
|
|
|
51
52
|
"lint": "dev-lib lint",
|
|
52
53
|
"bt": "dev-lib bt",
|
|
53
54
|
"lbt": "dev-lib lbt",
|
|
55
|
+
"check": "dev-lib lbt",
|
|
54
56
|
"test-tz1": "TZ=Europe/Stockholm yarn test local",
|
|
55
57
|
"test-tz2": "TZ=JST-9 yarn test local",
|
|
56
58
|
"test-ny": "TZ=GMT-0500 yarn test localTime"
|