@seedcord/kit 0.0.1 → 0.1.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
|
@@ -70,7 +70,7 @@ var Silence = class extends Error {
|
|
|
70
70
|
//#endregion
|
|
71
71
|
//#region src/index.ts
|
|
72
72
|
/** Package version */
|
|
73
|
-
const version = "0.0
|
|
73
|
+
const version = "0.1.0";
|
|
74
74
|
|
|
75
75
|
//#endregion
|
|
76
76
|
export { BuilderComponent, CustomId, Fault, Notice, RowComponent, Silence, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seedcord/kit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0
|
|
4
|
+
"version": "0.1.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.0
|
|
46
|
-
"@seedcord/types": "0.
|
|
45
|
+
"@seedcord/errors": "0.1.0",
|
|
46
|
+
"@seedcord/types": "0.6.0"
|
|
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.1",
|
|
52
53
|
"@seedcord/tsconfig": "2.0.0",
|
|
53
|
-
"@seedcord/tsdown-config": "2.0.0"
|
|
54
|
-
"@seedcord/eslint-config": "1.4.0"
|
|
54
|
+
"@seedcord/tsdown-config": "2.0.0"
|
|
55
55
|
},
|
|
56
56
|
"publishConfig": {
|
|
57
57
|
"access": "public",
|