@seedcord/utils 0.7.0-next.1 → 0.7.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 +5 -5
package/dist/index.cjs
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -867,7 +867,7 @@ function prettyDifference(numBefore, numAfter) {
|
|
|
867
867
|
//#endregion
|
|
868
868
|
//#region src/index.ts
|
|
869
869
|
/** Package version */
|
|
870
|
-
const version = "0.7.0
|
|
870
|
+
const version = "0.7.0";
|
|
871
871
|
|
|
872
872
|
//#endregion
|
|
873
873
|
export { assertNever, capitalize, currentTime, filterCirculars, formatFilePath, fyShuffle, generateCode, hasKeys, isTsOrJsFile, keepDefined, longestStringLength, ordinal, parseDuration, percentage, prettify, prettyDifference, renderTable, 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.7.0
|
|
4
|
+
"version": "0.7.0",
|
|
5
5
|
"description": "Utility functions for Seedcord packages",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -42,14 +42,14 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"discord-api-types": "^0.38.49",
|
|
45
|
-
"@seedcord/types": "0.7.1
|
|
45
|
+
"@seedcord/types": "0.7.1"
|
|
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.3
|
|
51
|
-
"@seedcord/tsconfig": "2.0.1
|
|
52
|
-
"@seedcord/tsdown-config": "2.0.1
|
|
50
|
+
"@seedcord/eslint-config": "1.4.3",
|
|
51
|
+
"@seedcord/tsconfig": "2.0.1",
|
|
52
|
+
"@seedcord/tsdown-config": "2.0.1"
|
|
53
53
|
},
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public",
|