@alwatr/parse-duration 1.1.6 → 1.1.8
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/CHANGELOG.md +24 -16
- package/README.md +0 -1
- package/dist/main.cjs +2 -2
- package/dist/main.cjs.map +1 -1
- package/dist/main.mjs +2 -2
- package/dist/main.mjs.map +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.1.8](https://github.com/Alwatr/nanolib/compare/@alwatr/parse-duration@1.1.7...@alwatr/parse-duration@1.1.8) (2024-11-02)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @alwatr/parse-duration
|
|
9
|
+
|
|
10
|
+
## [1.1.7](https://github.com/Alwatr/nanolib/compare/@alwatr/parse-duration@1.1.6...@alwatr/parse-duration@1.1.7) (2024-10-25)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @alwatr/parse-duration
|
|
13
|
+
|
|
6
14
|
## [1.1.6](https://github.com/Alwatr/nanolib/compare/@alwatr/parse-duration@1.1.5...@alwatr/parse-duration@1.1.6) (2024-10-12)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @alwatr/parse-duration
|
|
@@ -11,13 +19,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
19
|
|
|
12
20
|
### Code Refactoring
|
|
13
21
|
|
|
14
|
-
|
|
22
|
+
- prevent side-effects ([01e00e1](https://github.com/Alwatr/nanolib/commit/01e00e191385cc92b28677df0c01a085916ae677)) by @mohammadhonarvar
|
|
15
23
|
|
|
16
24
|
## [1.1.4](https://github.com/Alwatr/nanolib/compare/@alwatr/parse-duration@1.1.3...@alwatr/parse-duration@1.1.4) (2024-10-11)
|
|
17
25
|
|
|
18
26
|
### Miscellaneous Chores
|
|
19
27
|
|
|
20
|
-
|
|
28
|
+
- include LICENSE and LEGAL files to publish ([09f366f](https://github.com/Alwatr/nanolib/commit/09f366f680bfa9fb26acb2cd1ccbc68c5a9e9ad8)) by @AliMD
|
|
21
29
|
|
|
22
30
|
## [1.1.3](https://github.com/Alwatr/nanolib/compare/@alwatr/parse-duration@1.1.2...@alwatr/parse-duration@1.1.3) (2024-10-11)
|
|
23
31
|
|
|
@@ -27,7 +35,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
27
35
|
|
|
28
36
|
### Dependencies update
|
|
29
37
|
|
|
30
|
-
|
|
38
|
+
- bump the development-dependencies group with 10 updates ([fa4aaf0](https://github.com/Alwatr/nanolib/commit/fa4aaf04c907ecae06aa14000ce35216170c15ad)) by @dependabot[bot]
|
|
31
39
|
|
|
32
40
|
## [1.1.1](https://github.com/Alwatr/nanolib/compare/@alwatr/parse-duration@1.1.0...@alwatr/parse-duration@1.1.1) (2024-10-08)
|
|
33
41
|
|
|
@@ -37,21 +45,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
37
45
|
|
|
38
46
|
### Features
|
|
39
47
|
|
|
40
|
-
|
|
41
|
-
|
|
48
|
+
- **parse-duration:** update parseDuration function to accept duration as number or string ([af413f5](https://github.com/Alwatr/nanolib/commit/af413f5399b7bb8c01d4e14ae1f9238e44368184)) by @AliMD
|
|
49
|
+
- use `package-tracer` ([cc3c5f9](https://github.com/Alwatr/nanolib/commit/cc3c5f9c1a3d03f0d81b46835665f16a0426fd0d)) by @mohammadhonarvar
|
|
42
50
|
|
|
43
51
|
### Bug Fixes
|
|
44
52
|
|
|
45
|
-
|
|
53
|
+
- all dependeny topology ([1c17f34](https://github.com/Alwatr/nanolib/commit/1c17f349adf3e98e2a80ab2da4f0f81028dc9c5f)) by @mohammadhonarvar
|
|
46
54
|
|
|
47
55
|
### Miscellaneous Chores
|
|
48
56
|
|
|
49
|
-
|
|
50
|
-
|
|
57
|
+
- **parse-duration:** change the license to AGPL-3.0 ([896df6f](https://github.com/Alwatr/nanolib/commit/896df6f64bb1df5954d6c46694e18bfb3e944f22)) by @ArmanAsadian
|
|
58
|
+
- Update build and lint scripts ([392d0b7](https://github.com/Alwatr/nanolib/commit/392d0b71f446bce336b0256119a80f07aff794ba)) by @AliMD
|
|
51
59
|
|
|
52
60
|
### Dependencies update
|
|
53
61
|
|
|
54
|
-
|
|
62
|
+
- bump @types/node ([3d80fed](https://github.com/Alwatr/nanolib/commit/3d80fedaf720af792feb060c2f81c737ebb84e11)) by @dependabot[bot]
|
|
55
63
|
|
|
56
64
|
## [1.0.11](https://github.com/Alwatr/nanolib/compare/@alwatr/parse-duration@1.0.10...@alwatr/parse-duration@1.0.11) (2024-09-21)
|
|
57
65
|
|
|
@@ -61,32 +69,32 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
61
69
|
|
|
62
70
|
### Dependencies update
|
|
63
71
|
|
|
64
|
-
|
|
65
|
-
|
|
72
|
+
- bump the development-dependencies group across 1 directory with 10 updates ([9ed98ff](https://github.com/Alwatr/nanolib/commit/9ed98ffd0668d5a36e255c82edab3af53bffda8f)) by @dependabot[bot]
|
|
73
|
+
- update ([c36ed50](https://github.com/Alwatr/nanolib/commit/c36ed50f68da2f5608ccd96119963a16cfacb4ce)) by @AliMD
|
|
66
74
|
|
|
67
75
|
## [1.0.9](https://github.com/Alwatr/nanolib/compare/@alwatr/parse-duration@1.0.8...@alwatr/parse-duration@1.0.9) (2024-08-31)
|
|
68
76
|
|
|
69
77
|
### Miscellaneous Chores
|
|
70
78
|
|
|
71
|
-
|
|
79
|
+
- Update package.json exports for [@alwatr](https://github.com/alwatr) packages ([dacb362](https://github.com/Alwatr/nanolib/commit/dacb362b145e3c51b4aba00ff643687a3fac11d2)) by @
|
|
72
80
|
|
|
73
81
|
## [1.0.8](https://github.com/Alwatr/nanolib/compare/@alwatr/parse-duration@1.0.7...@alwatr/parse-duration@1.0.8) (2024-08-31)
|
|
74
82
|
|
|
75
83
|
### Dependencies update
|
|
76
84
|
|
|
77
|
-
|
|
85
|
+
- update all dependencies ([1e0c30e](https://github.com/Alwatr/nanolib/commit/1e0c30e6a3a8e19deb5185814e24ab6c08dca573)) by @AliMD
|
|
78
86
|
|
|
79
87
|
## [1.0.7](https://github.com/Alwatr/nanolib/compare/@alwatr/parse-duration@1.0.6...@alwatr/parse-duration@1.0.7) (2024-07-04)
|
|
80
88
|
|
|
81
89
|
### Dependencies update
|
|
82
90
|
|
|
83
|
-
|
|
91
|
+
- update all dependencies ([0e908b4](https://github.com/Alwatr/nanolib/commit/0e908b476a6b976ec2447f864c8cafcbb8a0f099)) by @
|
|
84
92
|
|
|
85
93
|
## [1.0.6](https://github.com/Alwatr/nanolib/compare/@alwatr/parse-duration@1.0.5...@alwatr/parse-duration@1.0.6) (2024-05-12)
|
|
86
94
|
|
|
87
95
|
### Dependencies update
|
|
88
96
|
|
|
89
|
-
|
|
97
|
+
- upgrade ([6dbd300](https://github.com/Alwatr/nanolib/commit/6dbd300642c9bcc9e7d0b281e244bf1b06eb1c38)) by @AliMD
|
|
90
98
|
|
|
91
99
|
## [1.0.5](https://github.com/Alwatr/nanolib/compare/@alwatr/parse-duration@1.0.4...@alwatr/parse-duration@1.0.5) (2024-04-25)
|
|
92
100
|
|
|
@@ -100,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
100
108
|
|
|
101
109
|
### Miscellaneous Chores
|
|
102
110
|
|
|
103
|
-
|
|
111
|
+
- **deps:** update ([1a45030](https://github.com/Alwatr/nanolib/commit/1a450305440b710a300787d4ca24b1ed8c6a39d7)) by @AliMD
|
|
104
112
|
|
|
105
113
|
## [1.0.2](https://github.com/Alwatr/nanolib/compare/@alwatr/parse-duration@1.0.1...@alwatr/parse-duration@1.0.2) (2024-01-24)
|
|
106
114
|
|
package/README.md
CHANGED
|
@@ -35,7 +35,6 @@ parseDuration('10d', 'h'); // 240
|
|
|
35
35
|
| `M` | Month |
|
|
36
36
|
| `y` | Year |
|
|
37
37
|
|
|
38
|
-
|
|
39
38
|
## Sponsors
|
|
40
39
|
|
|
41
40
|
The following companies, organizations, and individuals support Nanolib ongoing maintenance and development. Become a Sponsor to get your logo on our README and website.
|
package/dist/main.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @alwatr/parse-duration v1.1.
|
|
1
|
+
/* @alwatr/parse-duration v1.1.8 */
|
|
2
2
|
"use strict";
|
|
3
3
|
var __defProp = Object.defineProperty;
|
|
4
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -26,7 +26,7 @@ __export(main_exports, {
|
|
|
26
26
|
module.exports = __toCommonJS(main_exports);
|
|
27
27
|
var import_is_number = require("@alwatr/is-number");
|
|
28
28
|
var import_package_tracer = require("@alwatr/package-tracer");
|
|
29
|
-
__dev_mode__: import_package_tracer.packageTracer.add("@alwatr/parse-duration", "1.1.
|
|
29
|
+
__dev_mode__: import_package_tracer.packageTracer.add("@alwatr/parse-duration", "1.1.8");
|
|
30
30
|
var unitConversion_ = {
|
|
31
31
|
s: 1e3,
|
|
32
32
|
m: 6e4,
|
package/dist/main.cjs.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../src/main.ts"],
|
|
4
|
-
"sourcesContent": ["import {isNumber} from '@alwatr/is-number';\nimport {packageTracer} from '@alwatr/package-tracer';\n\n__dev_mode__: packageTracer.add(__package_name__, __package_version__);\n\n/**\n * Unit conversion table\n */\nconst unitConversion_ = {\n s: 1_000,\n m: 60_000,\n h: 3_600_000,\n d: 86_400_000,\n w: 604_800_000,\n M: 2_592_000_000,\n y: 31_536_000_000,\n} as const;\n\n/**\n * Duration unit: `s` for seconds, `m` for minutes, `h` for hours, `d` for days, `w` for weeks, `M` for months, `y` for years.\n */\nexport type DurationUnit = keyof typeof unitConversion_;\n\n/**\n * Duration string format: `number + unit`, for example `10m` means 10 minutes.\n */\nexport type Duration = `${number}${DurationUnit}` | number;\n\n/**\n * Parse duration string to milliseconds number.\n *\n * @param duration - duration string or number, for example `10m` means 10 minutes.\n * @param toUnit - convert to unit, default is `ms` for milliseconds.\n * @return duration in milliseconds.\n * @example\n * ```ts\n * parseDuration('10m'); // 600000\n * parseDuration('10m', 's'); // 600\n * parseDuration(120_000, 'm'); // 2\n * ```\n */\nexport const parseDuration = (duration: Duration, toUnit?: DurationUnit): number => {\n let ms: number;\n\n if (typeof duration === 'number') {\n ms = duration
|
|
4
|
+
"sourcesContent": ["import {isNumber} from '@alwatr/is-number';\nimport {packageTracer} from '@alwatr/package-tracer';\n\n__dev_mode__: packageTracer.add(__package_name__, __package_version__);\n\n/**\n * Unit conversion table\n */\nconst unitConversion_ = {\n s: 1_000,\n m: 60_000,\n h: 3_600_000,\n d: 86_400_000,\n w: 604_800_000,\n M: 2_592_000_000,\n y: 31_536_000_000,\n} as const;\n\n/**\n * Duration unit: `s` for seconds, `m` for minutes, `h` for hours, `d` for days, `w` for weeks, `M` for months, `y` for years.\n */\nexport type DurationUnit = keyof typeof unitConversion_;\n\n/**\n * Duration string format: `number + unit`, for example `10m` means 10 minutes.\n */\nexport type Duration = `${number}${DurationUnit}` | number;\n\n/**\n * Parse duration string to milliseconds number.\n *\n * @param duration - duration string or number, for example `10m` means 10 minutes.\n * @param toUnit - convert to unit, default is `ms` for milliseconds.\n * @return duration in milliseconds.\n * @example\n * ```ts\n * parseDuration('10m'); // 600000\n * parseDuration('10m', 's'); // 600\n * parseDuration(120_000, 'm'); // 2\n * ```\n */\nexport const parseDuration = (duration: Duration, toUnit?: DurationUnit): number => {\n let ms: number;\n\n if (typeof duration === 'number') {\n ms = duration;\n }\n else {\n const durationNumberStr = duration.slice(0, duration.length - 1);\n if (!isNumber(durationNumberStr)) {\n throw new Error(`not_a_number`);\n }\n const durationNumber = +durationNumberStr;\n const durationUnit = duration.slice(-1) as DurationUnit;\n const unitConversionFactor = unitConversion_[durationUnit];\n if (unitConversionFactor === undefined) {\n throw new Error(`invalid_unit`, {cause: {duration}});\n }\n ms = durationNumber * unitConversionFactor;\n }\n\n if (toUnit === undefined) {\n return ms;\n }\n\n // else\n const toFactor = unitConversion_[toUnit];\n if (toFactor === undefined) {\n throw new Error(`invalid_unit`, {cause: {toUnit}});\n }\n return ms / toFactor;\n};\n"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,uBAAuB;AACvB,4BAA4B;AAE5B,aAAc,qCAAc,IAAI,0BAAkB,OAAmB;AAKrE,IAAM,kBAAkB;AAAA,EACtB,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AACL;AAyBO,IAAM,gBAAgB,CAAC,UAAoB,WAAkC;AAClF,MAAI;AAEJ,MAAI,OAAO,aAAa,UAAU;AAChC,SAAK;AAAA,EACP,OACK;AACH,UAAM,oBAAoB,SAAS,MAAM,GAAG,SAAS,SAAS,CAAC;AAC/D,QAAI,KAAC,2BAAS,iBAAiB,GAAG;AAChC,YAAM,IAAI,MAAM,cAAc;AAAA,IAChC;AACA,UAAM,iBAAiB,CAAC;AACxB,UAAM,eAAe,SAAS,MAAM,EAAE;AACtC,UAAM,uBAAuB,gBAAgB,YAAY;AACzD,QAAI,yBAAyB,QAAW;AACtC,YAAM,IAAI,MAAM,gBAAgB,EAAC,OAAO,EAAC,SAAQ,EAAC,CAAC;AAAA,IACrD;AACA,SAAK,iBAAiB;AAAA,EACxB;AAEA,MAAI,WAAW,QAAW;AACxB,WAAO;AAAA,EACT;AAGA,QAAM,WAAW,gBAAgB,MAAM;AACvC,MAAI,aAAa,QAAW;AAC1B,UAAM,IAAI,MAAM,gBAAgB,EAAC,OAAO,EAAC,OAAM,EAAC,CAAC;AAAA,EACnD;AACA,SAAO,KAAK;AACd;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/main.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/* @alwatr/parse-duration v1.1.
|
|
1
|
+
/* @alwatr/parse-duration v1.1.8 */
|
|
2
2
|
|
|
3
3
|
// src/main.ts
|
|
4
4
|
import { isNumber } from "@alwatr/is-number";
|
|
5
5
|
import { packageTracer } from "@alwatr/package-tracer";
|
|
6
|
-
__dev_mode__: packageTracer.add("@alwatr/parse-duration", "1.1.
|
|
6
|
+
__dev_mode__: packageTracer.add("@alwatr/parse-duration", "1.1.8");
|
|
7
7
|
var unitConversion_ = {
|
|
8
8
|
s: 1e3,
|
|
9
9
|
m: 6e4,
|
package/dist/main.mjs.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../src/main.ts"],
|
|
4
|
-
"sourcesContent": ["import {isNumber} from '@alwatr/is-number';\nimport {packageTracer} from '@alwatr/package-tracer';\n\n__dev_mode__: packageTracer.add(__package_name__, __package_version__);\n\n/**\n * Unit conversion table\n */\nconst unitConversion_ = {\n s: 1_000,\n m: 60_000,\n h: 3_600_000,\n d: 86_400_000,\n w: 604_800_000,\n M: 2_592_000_000,\n y: 31_536_000_000,\n} as const;\n\n/**\n * Duration unit: `s` for seconds, `m` for minutes, `h` for hours, `d` for days, `w` for weeks, `M` for months, `y` for years.\n */\nexport type DurationUnit = keyof typeof unitConversion_;\n\n/**\n * Duration string format: `number + unit`, for example `10m` means 10 minutes.\n */\nexport type Duration = `${number}${DurationUnit}` | number;\n\n/**\n * Parse duration string to milliseconds number.\n *\n * @param duration - duration string or number, for example `10m` means 10 minutes.\n * @param toUnit - convert to unit, default is `ms` for milliseconds.\n * @return duration in milliseconds.\n * @example\n * ```ts\n * parseDuration('10m'); // 600000\n * parseDuration('10m', 's'); // 600\n * parseDuration(120_000, 'm'); // 2\n * ```\n */\nexport const parseDuration = (duration: Duration, toUnit?: DurationUnit): number => {\n let ms: number;\n\n if (typeof duration === 'number') {\n ms = duration
|
|
4
|
+
"sourcesContent": ["import {isNumber} from '@alwatr/is-number';\nimport {packageTracer} from '@alwatr/package-tracer';\n\n__dev_mode__: packageTracer.add(__package_name__, __package_version__);\n\n/**\n * Unit conversion table\n */\nconst unitConversion_ = {\n s: 1_000,\n m: 60_000,\n h: 3_600_000,\n d: 86_400_000,\n w: 604_800_000,\n M: 2_592_000_000,\n y: 31_536_000_000,\n} as const;\n\n/**\n * Duration unit: `s` for seconds, `m` for minutes, `h` for hours, `d` for days, `w` for weeks, `M` for months, `y` for years.\n */\nexport type DurationUnit = keyof typeof unitConversion_;\n\n/**\n * Duration string format: `number + unit`, for example `10m` means 10 minutes.\n */\nexport type Duration = `${number}${DurationUnit}` | number;\n\n/**\n * Parse duration string to milliseconds number.\n *\n * @param duration - duration string or number, for example `10m` means 10 minutes.\n * @param toUnit - convert to unit, default is `ms` for milliseconds.\n * @return duration in milliseconds.\n * @example\n * ```ts\n * parseDuration('10m'); // 600000\n * parseDuration('10m', 's'); // 600\n * parseDuration(120_000, 'm'); // 2\n * ```\n */\nexport const parseDuration = (duration: Duration, toUnit?: DurationUnit): number => {\n let ms: number;\n\n if (typeof duration === 'number') {\n ms = duration;\n }\n else {\n const durationNumberStr = duration.slice(0, duration.length - 1);\n if (!isNumber(durationNumberStr)) {\n throw new Error(`not_a_number`);\n }\n const durationNumber = +durationNumberStr;\n const durationUnit = duration.slice(-1) as DurationUnit;\n const unitConversionFactor = unitConversion_[durationUnit];\n if (unitConversionFactor === undefined) {\n throw new Error(`invalid_unit`, {cause: {duration}});\n }\n ms = durationNumber * unitConversionFactor;\n }\n\n if (toUnit === undefined) {\n return ms;\n }\n\n // else\n const toFactor = unitConversion_[toUnit];\n if (toFactor === undefined) {\n throw new Error(`invalid_unit`, {cause: {toUnit}});\n }\n return ms / toFactor;\n};\n"],
|
|
5
5
|
"mappings": ";;;AAAA,SAAQ,gBAAe;AACvB,SAAQ,qBAAoB;AAE5B,aAAc,eAAc,IAAI,0BAAkB,OAAmB;AAKrE,IAAM,kBAAkB;AAAA,EACtB,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AACL;AAyBO,IAAM,gBAAgB,CAAC,UAAoB,WAAkC;AAClF,MAAI;AAEJ,MAAI,OAAO,aAAa,UAAU;AAChC,SAAK;AAAA,EACP,OACK;AACH,UAAM,oBAAoB,SAAS,MAAM,GAAG,SAAS,SAAS,CAAC;AAC/D,QAAI,CAAC,SAAS,iBAAiB,GAAG;AAChC,YAAM,IAAI,MAAM,cAAc;AAAA,IAChC;AACA,UAAM,iBAAiB,CAAC;AACxB,UAAM,eAAe,SAAS,MAAM,EAAE;AACtC,UAAM,uBAAuB,gBAAgB,YAAY;AACzD,QAAI,yBAAyB,QAAW;AACtC,YAAM,IAAI,MAAM,gBAAgB,EAAC,OAAO,EAAC,SAAQ,EAAC,CAAC;AAAA,IACrD;AACA,SAAK,iBAAiB;AAAA,EACxB;AAEA,MAAI,WAAW,QAAW;AACxB,WAAO;AAAA,EACT;AAGA,QAAM,WAAW,gBAAgB,MAAM;AACvC,MAAI,aAAa,QAAW;AAC1B,UAAM,IAAI,MAAM,gBAAgB,EAAC,OAAO,EAAC,OAAM,EAAC,CAAC;AAAA,EACnD;AACA,SAAO,KAAK;AACd;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwatr/parse-duration",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.8",
|
|
4
4
|
"description": "A simple utility to parse a duration string into milliseconds number.",
|
|
5
5
|
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
|
|
6
6
|
"keywords": [
|
|
@@ -70,15 +70,15 @@
|
|
|
70
70
|
"clean": "rm -rfv dist *.tsbuildinfo"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@alwatr/is-number": "^1.1.
|
|
74
|
-
"@alwatr/package-tracer": "^1.0.
|
|
73
|
+
"@alwatr/is-number": "^1.1.8",
|
|
74
|
+
"@alwatr/package-tracer": "^1.0.8"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@alwatr/nano-build": "^2.0.
|
|
77
|
+
"@alwatr/nano-build": "^2.0.4",
|
|
78
78
|
"@alwatr/prettier-config": "^1.0.6",
|
|
79
|
-
"@alwatr/tsconfig-base": "^1.3.
|
|
79
|
+
"@alwatr/tsconfig-base": "^1.3.3",
|
|
80
80
|
"jest": "^29.7.0",
|
|
81
81
|
"typescript": "^5.6.3"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "5aecc962a161034aa9213dcc5fb3c1cece9eaca2"
|
|
84
84
|
}
|