@furlow/builtins 1.0.2 → 1.0.4
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/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@furlow/builtins",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Pre-built bot components for FURLOW framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"furlow",
|
|
@@ -86,17 +86,6 @@
|
|
|
86
86
|
"dist",
|
|
87
87
|
"yaml"
|
|
88
88
|
],
|
|
89
|
-
"dependencies": {
|
|
90
|
-
"@furlow/schema": "1.0.2",
|
|
91
|
-
"@furlow/core": "1.0.2",
|
|
92
|
-
"@furlow/discord": "1.0.2"
|
|
93
|
-
},
|
|
94
|
-
"devDependencies": {
|
|
95
|
-
"@types/node": "^20.11.0",
|
|
96
|
-
"tsup": "^8.0.0",
|
|
97
|
-
"typescript": "^5.3.0",
|
|
98
|
-
"vitest": "^1.2.0"
|
|
99
|
-
},
|
|
100
89
|
"scripts": {
|
|
101
90
|
"build": "tsup",
|
|
102
91
|
"clean": "rm -rf dist .turbo",
|
|
@@ -105,5 +94,16 @@
|
|
|
105
94
|
"test": "vitest run",
|
|
106
95
|
"test:unit": "vitest run",
|
|
107
96
|
"typecheck": "tsc --noEmit"
|
|
97
|
+
},
|
|
98
|
+
"dependencies": {
|
|
99
|
+
"@furlow/core": "^1.0.8",
|
|
100
|
+
"@furlow/discord": "^1.0.4",
|
|
101
|
+
"@furlow/schema": "^1.0.3"
|
|
102
|
+
},
|
|
103
|
+
"devDependencies": {
|
|
104
|
+
"@types/node": "^20.11.0",
|
|
105
|
+
"tsup": "^8.0.0",
|
|
106
|
+
"typescript": "^5.3.0",
|
|
107
|
+
"vitest": "^1.2.0"
|
|
108
108
|
}
|
|
109
|
-
}
|
|
109
|
+
}
|