@sapphire/duration 1.1.1-next.20d8ec50.0 → 1.1.1-next.21765def.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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -128,4 +128,4 @@ declare class Duration {
|
|
|
128
128
|
private static readonly aAndAnRegex;
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
export { DEFAULT_SEPARATORS, DEFAULT_UNITS, Duration, DurationFormatAssetsTime, DurationFormatAssetsUnit, DurationFormatSeparators, DurationFormatter, Time, TimeTypes };
|
|
131
|
+
export { DEFAULT_SEPARATORS, DEFAULT_UNITS, Duration, type DurationFormatAssetsTime, type DurationFormatAssetsUnit, type DurationFormatSeparators, DurationFormatter, Time, TimeTypes };
|
package/dist/index.d.ts
CHANGED
|
@@ -128,4 +128,4 @@ declare class Duration {
|
|
|
128
128
|
private static readonly aAndAnRegex;
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
export { DEFAULT_SEPARATORS, DEFAULT_UNITS, Duration, DurationFormatAssetsTime, DurationFormatAssetsUnit, DurationFormatSeparators, DurationFormatter, Time, TimeTypes };
|
|
131
|
+
export { DEFAULT_SEPARATORS, DEFAULT_UNITS, Duration, type DurationFormatAssetsTime, type DurationFormatAssetsUnit, type DurationFormatSeparators, DurationFormatter, Time, TimeTypes };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/duration",
|
|
3
|
-
"version": "1.1.1-next.
|
|
3
|
+
"version": "1.1.1-next.21765def.0",
|
|
4
4
|
"description": "A time duration utility library for JavaScript.",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@favware/cliff-jumper": "^2.2.
|
|
65
|
+
"@favware/cliff-jumper": "^2.2.3",
|
|
66
66
|
"@vitest/coverage-v8": "^0.34.6",
|
|
67
|
-
"tsup": "^7.
|
|
67
|
+
"tsup": "^7.3.0",
|
|
68
68
|
"typedoc": "^0.25.3",
|
|
69
69
|
"typedoc-json-parser": "^9.0.1",
|
|
70
70
|
"typescript": "^5.2.2",
|