@sapphire/duration 1.1.3-next.d99e8670.0 → 1.1.3-next.e2deca85.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/README.md +1 -1
- package/package.json +9 -8
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
- [Serializing a Duration](#serializing-a-duration)
|
|
24
24
|
- [Localizing with Durations](#localizing-with-durations)
|
|
25
25
|
- [Buy us some doughnuts](#buy-us-some-doughnuts)
|
|
26
|
-
- [Contributors
|
|
26
|
+
- [Contributors](#contributors)
|
|
27
27
|
|
|
28
28
|
## Features
|
|
29
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/duration",
|
|
3
|
-
"version": "1.1.3-next.
|
|
3
|
+
"version": "1.1.3-next.e2deca85.0",
|
|
4
4
|
"description": "A time duration utility library for JavaScript.",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"test": "vitest run",
|
|
27
27
|
"lint": "eslint src tests --ext ts --fix -c ../../.eslintrc",
|
|
28
28
|
"build": "tsup && yarn build:rename-cjs-index",
|
|
29
|
-
"build:rename-cjs-index": "
|
|
29
|
+
"build:rename-cjs-index": "tsx --tsconfig ../../scripts/tsconfig.json ../../scripts/rename-cjs-index.cts",
|
|
30
30
|
"docs": "typedoc-json-parser",
|
|
31
31
|
"prepack": "yarn build",
|
|
32
32
|
"bump": "cliff-jumper",
|
|
@@ -62,12 +62,13 @@
|
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@favware/cliff-jumper": "^3.0.
|
|
66
|
-
"@vitest/coverage-v8": "^1.
|
|
65
|
+
"@favware/cliff-jumper": "^3.0.3",
|
|
66
|
+
"@vitest/coverage-v8": "^1.6.0",
|
|
67
67
|
"tsup": "^8.0.2",
|
|
68
|
-
"
|
|
69
|
-
"typedoc
|
|
70
|
-
"
|
|
71
|
-
"
|
|
68
|
+
"tsx": "^4.10.0",
|
|
69
|
+
"typedoc": "^0.25.13",
|
|
70
|
+
"typedoc-json-parser": "^10.0.0",
|
|
71
|
+
"typescript": "^5.4.5",
|
|
72
|
+
"vitest": "^1.6.0"
|
|
72
73
|
}
|
|
73
74
|
}
|