@seedcord/utils 0.6.0 → 0.6.1-next.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.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -540,7 +540,7 @@ function prettyDifference(numBefore, numAfter) {
|
|
|
540
540
|
//#endregion
|
|
541
541
|
//#region src/index.ts
|
|
542
542
|
/** Package version */
|
|
543
|
-
const version = "0.6.0";
|
|
543
|
+
const version = "0.6.1-next.0";
|
|
544
544
|
|
|
545
545
|
//#endregion
|
|
546
546
|
export { assertNever, capitalize, currentTime, filterCirculars, formatFilePath, fyShuffle, generateAsciiTable, generateCode, hasKeys, isTsOrJsFile, keepDefined, longestStringLength, ordinal, parseDuration, percentage, prettify, prettyDifference, round, roundToDenomination, toEpochSeconds, traverseDirectory, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seedcord/utils",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.6.0",
|
|
4
|
+
"version": "0.6.1-next.0",
|
|
5
5
|
"description": "Utility functions for Seedcord packages",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
"typescript": "^6.0.3"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"discord-api-types": "^0.38.
|
|
45
|
-
"@seedcord/types": "0.
|
|
44
|
+
"discord-api-types": "^0.38.49",
|
|
45
|
+
"@seedcord/types": "0.7.0-next.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"discord.js": "^14.26.4",
|
|
49
49
|
"type-fest": "^5.7.0",
|
|
50
|
-
"@seedcord/eslint-config": "1.4.
|
|
50
|
+
"@seedcord/eslint-config": "1.4.2-next.0",
|
|
51
51
|
"@seedcord/tsconfig": "2.0.0",
|
|
52
52
|
"@seedcord/tsdown-config": "2.0.0"
|
|
53
53
|
},
|