@wolfstar/shared-http-pieces 2.0.0 → 2.0.1
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/README.md +17 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
|
-
|
|
1
|
+
<div align="center">
|
|
2
|
+
<picture>
|
|
3
|
+
<img src="https://cdn.wolfstar.rocks/assets/stars-components/wordmark.webp" alt="Stars Components" width="440" />
|
|
4
|
+
</picture>
|
|
5
|
+
|
|
6
|
+
# @wolfstar/shared-http-pieces
|
|
7
|
+
|
|
8
|
+
**The shared commands and pieces used by Star Network's HTTP-only bots.**
|
|
9
|
+
|
|
10
|
+
[](https://npmx.dev/package/@wolfstar/shared-http-pieces)
|
|
11
|
+
[](https://npmx.dev/package/@wolfstar/shared-http-pieces)
|
|
12
|
+
[](https://github.com/wolfstar-project/stars-components/blob/main/LICENSE)
|
|
13
|
+
[](https://app.tolgee.io/projects/33773)
|
|
14
|
+
|
|
15
|
+
</div>
|
|
16
|
+
|
|
17
|
+
## Description
|
|
2
18
|
|
|
3
19
|
The shared commands used for Star Network's HTTP-only bots.
|
|
4
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wolfstar/shared-http-pieces",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "The common pieces for Star Network's HTTP-only bots",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"api",
|
|
@@ -49,18 +49,18 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@discordjs/builders": "^1.14.1",
|
|
51
51
|
"@discordjs/collection": "^2.1.1",
|
|
52
|
-
"@sentry/node": "^10.
|
|
53
|
-
"@wolfstar/
|
|
52
|
+
"@sentry/node": "^10.73.0",
|
|
53
|
+
"@wolfstar/env-utilities": "^2.0.8",
|
|
54
|
+
"@wolfstar/http-framework": "^3.6.0",
|
|
55
|
+
"@wolfstar/plugin-i18next": "2.0.1",
|
|
54
56
|
"discord-api-types": "^0.38.8",
|
|
55
57
|
"i18next": "^25.10.10",
|
|
56
|
-
"tslib": "^2.8.1"
|
|
57
|
-
"@wolfstar/http-framework": "^3.2.1",
|
|
58
|
-
"@wolfstar/env-utilities": "^2.0.8"
|
|
58
|
+
"tslib": "^2.8.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
+
"@wolfstar/i18next-type-generator": "^3.1.2",
|
|
61
62
|
"golar": "^0.1.10",
|
|
62
|
-
"typescript": "~7.0.2"
|
|
63
|
-
"@wolfstar/i18next-type-generator": "^3.1.0"
|
|
63
|
+
"typescript": "~7.0.2"
|
|
64
64
|
},
|
|
65
65
|
"engines": {
|
|
66
66
|
"node": ">=20"
|