@seedcord/kit 0.2.0-next.2 → 0.2.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 +6 -6
package/dist/index.cjs
CHANGED
|
@@ -99,7 +99,7 @@ function paginate(items, page, perPage) {
|
|
|
99
99
|
//#endregion
|
|
100
100
|
//#region src/index.ts
|
|
101
101
|
/** Package version */
|
|
102
|
-
const version = "0.2.0
|
|
102
|
+
const version = "0.2.0";
|
|
103
103
|
|
|
104
104
|
//#endregion
|
|
105
105
|
exports.BuilderComponent = require_CustomId.BuilderComponent;
|
package/dist/index.mjs
CHANGED
|
@@ -98,7 +98,7 @@ function paginate(items, page, perPage) {
|
|
|
98
98
|
//#endregion
|
|
99
99
|
//#region src/index.ts
|
|
100
100
|
/** Package version */
|
|
101
|
-
const version = "0.2.0
|
|
101
|
+
const version = "0.2.0";
|
|
102
102
|
|
|
103
103
|
//#endregion
|
|
104
104
|
export { BuilderComponent, CustomId, Fault, Notice, RowComponent, Silence, paginate, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seedcord/kit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.0
|
|
4
|
+
"version": "0.2.0",
|
|
5
5
|
"description": "Reusable Seedcord building blocks: component builders, the Notice error tree, and the typed customId codec",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -42,16 +42,16 @@
|
|
|
42
42
|
"typescript": "^6.0.3"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@seedcord/errors": "0.2.1
|
|
46
|
-
"@seedcord/types": "0.7.1
|
|
45
|
+
"@seedcord/errors": "0.2.1",
|
|
46
|
+
"@seedcord/types": "0.7.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"discord.js": "^14.26.4",
|
|
50
50
|
"type-fest": "^5.7.0",
|
|
51
51
|
"vite": "^8.0.16",
|
|
52
|
-
"@seedcord/eslint-config": "1.4.3
|
|
53
|
-
"@seedcord/tsconfig": "2.0.1
|
|
54
|
-
"@seedcord/tsdown-config": "2.0.1
|
|
52
|
+
"@seedcord/eslint-config": "1.4.3",
|
|
53
|
+
"@seedcord/tsconfig": "2.0.1",
|
|
54
|
+
"@seedcord/tsdown-config": "2.0.1"
|
|
55
55
|
},
|
|
56
56
|
"publishConfig": {
|
|
57
57
|
"access": "public",
|