@sapphire/time-utilities 1.7.13-next.caf83f1f.0 → 1.7.13-next.cd7e6b59
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 +5 -5
- package/package.json +8 -7
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
- [Features](#features)
|
|
20
20
|
- [Installation](#installation)
|
|
21
21
|
- [Buy us some doughnuts](#buy-us-some-doughnuts)
|
|
22
|
-
- [Contributors
|
|
22
|
+
- [Contributors](#contributors)
|
|
23
23
|
|
|
24
24
|
## Description
|
|
25
25
|
|
|
@@ -66,7 +66,7 @@ Thank you to all the people who already contributed to Sapphire!
|
|
|
66
66
|
</a>
|
|
67
67
|
|
|
68
68
|
[contributing]: https://github.com/sapphiredev/.github/blob/main/.github/CONTRIBUTING.md
|
|
69
|
-
[cron-readme]:
|
|
70
|
-
[duration-readme]:
|
|
71
|
-
[timer-manager-readme]:
|
|
72
|
-
[timestamp-readme]:
|
|
69
|
+
[cron-readme]: https://github.com/sapphiredev/utilities/blob/main/packages/cron/README.md
|
|
70
|
+
[duration-readme]: https://github.com/sapphiredev/utilities/blob/main/packages/duration/README.md
|
|
71
|
+
[timer-manager-readme]: https://github.com/sapphiredev/utilities/blob/main/packages/timer-manager/README.md
|
|
72
|
+
[timestamp-readme]: https://github.com/sapphiredev/utilities/blob/main/packages/timestamp/README.md
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/time-utilities",
|
|
3
|
-
"version": "1.7.13-next.
|
|
3
|
+
"version": "1.7.13-next.cd7e6b59",
|
|
4
4
|
"description": "A time utility library for JavaScript.",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"scripts": {
|
|
26
26
|
"lint": "eslint src --ext ts --fix -c ../../.eslintrc",
|
|
27
27
|
"build": "tsup && yarn build:rename-cjs-index",
|
|
28
|
-
"build:rename-cjs-index": "
|
|
28
|
+
"build:rename-cjs-index": "tsx ../../scripts/rename-cjs-index.cts",
|
|
29
29
|
"docs": "typedoc-json-parser",
|
|
30
30
|
"prepack": "yarn build",
|
|
31
31
|
"bump": "cliff-jumper",
|
|
@@ -66,10 +66,11 @@
|
|
|
66
66
|
"@sapphire/timestamp": "^1.0.3"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@favware/cliff-jumper": "^
|
|
70
|
-
"tsup": "^8.0.
|
|
71
|
-
"
|
|
72
|
-
"typedoc
|
|
73
|
-
"
|
|
69
|
+
"@favware/cliff-jumper": "^4.0.2",
|
|
70
|
+
"tsup": "^8.0.2",
|
|
71
|
+
"tsx": "^4.11.0",
|
|
72
|
+
"typedoc": "^0.25.13",
|
|
73
|
+
"typedoc-json-parser": "^10.0.0",
|
|
74
|
+
"typescript": "^5.4.5"
|
|
74
75
|
}
|
|
75
76
|
}
|