@hedystia/swagger 1.10.0 → 1.10.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/package.json +14 -2
- package/readme.md +3 -3
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hedystia/swagger",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.1",
|
|
4
|
+
"description": "Next-gen TypeScript framework for building type-safe APIs at lightspeed",
|
|
4
5
|
"devDependencies": {
|
|
5
6
|
"@types/bun": "^1.3.3",
|
|
6
7
|
"tsup": "^8.3.5"
|
|
7
8
|
},
|
|
8
9
|
"dependencies": {
|
|
9
10
|
"@apidevtools/swagger-parser": "^10.1.1",
|
|
10
|
-
"hedystia": "^1.10.
|
|
11
|
+
"hedystia": "^1.10.1",
|
|
11
12
|
"openapi-types": "^12.1.3"
|
|
12
13
|
},
|
|
13
14
|
"peerDependencies": {
|
|
@@ -31,6 +32,17 @@
|
|
|
31
32
|
}
|
|
32
33
|
},
|
|
33
34
|
"private": false,
|
|
35
|
+
"keywords": [
|
|
36
|
+
"hedystia",
|
|
37
|
+
"framework",
|
|
38
|
+
"typescript",
|
|
39
|
+
"api",
|
|
40
|
+
"type-safe",
|
|
41
|
+
"bun",
|
|
42
|
+
"server",
|
|
43
|
+
"backend",
|
|
44
|
+
"web"
|
|
45
|
+
],
|
|
34
46
|
"license": "MIT",
|
|
35
47
|
"scripts": {
|
|
36
48
|
"build": "tsup",
|
package/readme.md
CHANGED
|
@@ -160,13 +160,13 @@ app.listen(3000);
|
|
|
160
160
|
```
|
|
161
161
|
|
|
162
162
|
## 📜 License
|
|
163
|
-
MIT License ©
|
|
163
|
+
MIT License © 2026 Hedystia
|
|
164
164
|
|
|
165
|
-
##
|
|
165
|
+
## 📖 Documentation
|
|
166
166
|
- [Full Documentation](https://docs.hedystia.com)
|
|
167
167
|
- [Getting Started Guide](https://docs.hedystia.com/framework/getting-started)
|
|
168
168
|
- [API Reference](https://docs.hedystia.com/framework/overview)
|
|
169
169
|
|
|
170
|
-
##
|
|
170
|
+
## 🗣️ Community
|
|
171
171
|
- [GitHub Issues](https://github.com/Hedystia/Framework/issues)
|
|
172
172
|
- [Discord Server](https://hedystia.com/support)
|