@nestia/editor 13.0.3 → 13.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/README.md
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
# Nestia
|
|
2
|
+

|
|
3
|
+
|
|
4
|
+
[](https://github.com/samchon/nestia/blob/master/LICENSE)
|
|
5
|
+
[](https://www.npmjs.com/package/@nestia/fetcher)
|
|
6
|
+
[](https://www.npmjs.com/package/@nestia/fetcher)
|
|
7
|
+
[](https://github.com/samchon/nestia/actions?query=workflow%3Atest)
|
|
8
|
+
[](https://nestia.io/docs/)
|
|
9
|
+
[](https://gurubase.io/g/nestia)
|
|
10
|
+
[](https://discord.gg/E94XhzrUCZ)
|
|
11
|
+
|
|
12
|
+
Nestia is a set of helper libraries for NestJS, supporting below features:
|
|
13
|
+
|
|
14
|
+
- `@nestia/core`:
|
|
15
|
+
- Super-fast/easy decorators
|
|
16
|
+
- Advanced WebSocket routes
|
|
17
|
+
- `@nestia/sdk`:
|
|
18
|
+
- Swagger generator, more evolved than ever
|
|
19
|
+
- SDK library generator for clients
|
|
20
|
+
- Mockup Simulator for client applications
|
|
21
|
+
- Automatic E2E test functions generator
|
|
22
|
+
- `@nestia/e2e`: Test program utilizing e2e test functions
|
|
23
|
+
- `@nestia/benchmark`: Benchmark program using e2e test functions
|
|
24
|
+
- `@nestia/editor`: Swagger-UI with Online TypeScript Editor
|
|
25
|
+
- [`@agentica`](https://github.com/wrtnlabs/agentica): Agentic AI library specialized in LLM function calling
|
|
26
|
+
- [`@autobe`](https://github.com/wrtnlabs/autobe): Vibe coding agent generating NestJS application
|
|
27
|
+
- `nestia`: Just CLI (command line interface) tool
|
|
28
|
+
|
|
29
|
+
> [!NOTE]
|
|
30
|
+
>
|
|
31
|
+
> - **Only one line** required, with pure TypeScript type
|
|
32
|
+
> - Enhance performance **30x** up
|
|
33
|
+
> - Runtime validator is **20,000x faster** than `class-validator`
|
|
34
|
+
> - JSON serialization is **200x faster** than `class-transformer`
|
|
35
|
+
> - Software Development Kit
|
|
36
|
+
> - Collection of typed `fetch` functions with DTO structures like [tRPC](https://trpc.io/)
|
|
37
|
+
> - Mockup simulator means embedded backend simulator in the SDK
|
|
38
|
+
> - similar with [msw](https://mswjs.io/), but fully automated
|
|
39
|
+
|
|
40
|
+

|
|
41
|
+
|
|
42
|
+
> Left is NestJS server code, and right is client (frontend) code utilizing SDK
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
## Sponsors and Backers
|
|
48
|
+
Thanks for your support.
|
|
49
|
+
|
|
50
|
+
Your donation would encourage `nestia` development.
|
|
51
|
+
|
|
52
|
+
[](https://opencollective.com/nestia)
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
## Guide Documents
|
|
58
|
+
Check out the document in the [website](https://nestia.io/docs/):
|
|
59
|
+
|
|
60
|
+
### 🏠 Home
|
|
61
|
+
- [Introduction](https://nestia.io/docs/)
|
|
62
|
+
- [Setup](https://nestia.io/docs/setup/)
|
|
63
|
+
- [Pure TypeScript](https://nestia.io/docs/pure)
|
|
64
|
+
|
|
65
|
+
### 📖 Features
|
|
66
|
+
- Core Library
|
|
67
|
+
- [`@WebSocketRoute`](https://nestia.io/docs/core/WebSocketRoute)
|
|
68
|
+
- [`@TypedRoute`](https://nestia.io/docs/core/TypedRoute/)
|
|
69
|
+
- [**`@TypedBody`**](https://nestia.io/docs/core/TypedBody/)
|
|
70
|
+
- [`@TypedParam`](https://nestia.io/docs/core/TypedParam/)
|
|
71
|
+
- [`@TypedQuery`](https://nestia.io/docs/core/TypedQuery/)
|
|
72
|
+
- [`@TypedFormData`](https://nestia.io/docs/core/TypedFormData/)
|
|
73
|
+
- [`@TypedHeaders`](https://nestia.io/docs/core/TypedHeaders/)
|
|
74
|
+
- [`@TypedException`](https://nestia.io/docs/core/TypedException/)
|
|
75
|
+
- Software Development Kit
|
|
76
|
+
- [SDK Builder](https://nestia.io/docs/sdk/)
|
|
77
|
+
- [Mockup Simulator](https://nestia.io/docs/sdk/simulate/)
|
|
78
|
+
- [E2E Test Functions](https://nestia.io/docs/sdk/e2e/)
|
|
79
|
+
- [Distribution](https://nestia.io/docs/sdk/distribute/)
|
|
80
|
+
- Swagger Document
|
|
81
|
+
- [Swagger Builder](https://nestia.io/docs/swagger/)
|
|
82
|
+
- [**AI Chatbot Development**](https://nestia.io/docs/swagger/chat/)
|
|
83
|
+
- [Cloud Swagger Editor](https://nestia.io/docs/swagger/editor/)
|
|
84
|
+
- [Documentation Strategy](https://nestia.io/docs/swagger/strategy/)
|
|
85
|
+
- E2E Testing
|
|
86
|
+
- [Why E2E Test?](https://nestia.io/docs/e2e/why/)
|
|
87
|
+
- [Test Program Development](https://nestia.io/docs/e2e/development/)
|
|
88
|
+
- [Performance Benchmark](https://nestia.io/docs/e2e/benchmark/)
|
|
89
|
+
|
|
90
|
+
### 🔗 Appendix
|
|
91
|
+
- [API Documents](https://nestia.io/api)
|
|
92
|
+
- [⇲ Benchmark Result](https://github.com/samchon/nestia/tree/master/benchmark/results/11th%20Gen%20Intel(R)%20Core(TM)%20i5-1135G7%20%40%202.40GHz)
|
|
93
|
+
- [⇲ `dev.to` Articles](https://dev.to/samchon/series/22751)
|
|
@@ -1786,12 +1786,12 @@ module.exports = {
|
|
|
1786
1786
|
- "packages/*"
|
|
1787
1787
|
catalogs:
|
|
1788
1788
|
samchon:
|
|
1789
|
-
"@nestia/benchmark": ^13.0.
|
|
1790
|
-
"@nestia/core": ^13.0.
|
|
1791
|
-
"@nestia/e2e": ^13.0.
|
|
1792
|
-
"@nestia/fetcher": ^13.0.
|
|
1793
|
-
"@nestia/sdk": ^13.0.
|
|
1794
|
-
nestia: ^13.0.
|
|
1789
|
+
"@nestia/benchmark": ^13.0.4
|
|
1790
|
+
"@nestia/core": ^13.0.4
|
|
1791
|
+
"@nestia/e2e": ^13.0.4
|
|
1792
|
+
"@nestia/fetcher": ^13.0.4
|
|
1793
|
+
"@nestia/sdk": ^13.0.4
|
|
1794
|
+
nestia: ^13.0.4
|
|
1795
1795
|
tgrid: ^1.2.1
|
|
1796
1796
|
tstl: ^3.0.0
|
|
1797
1797
|
typia: ^14.0.2
|
|
@@ -2031,12 +2031,12 @@ print("pnpm run test:simulate", "Test with mockup simulator");
|
|
|
2031
2031
|
"README.md"
|
|
2032
2032
|
],
|
|
2033
2033
|
"dependencies": {
|
|
2034
|
-
"@nestia/fetcher": "^13.0.
|
|
2034
|
+
"@nestia/fetcher": "^13.0.4",
|
|
2035
2035
|
"tgrid": "^1.2.1",
|
|
2036
2036
|
"typia": "^14.0.2"
|
|
2037
2037
|
},
|
|
2038
2038
|
"devDependencies": {
|
|
2039
|
-
"@nestia/e2e": "^13.0.
|
|
2039
|
+
"@nestia/e2e": "^13.0.4",
|
|
2040
2040
|
"@ttsc/unplugin": "^0.28.1",
|
|
2041
2041
|
"@types/express": "^4.17.21",
|
|
2042
2042
|
"@types/swagger-ui-express": "^4.1.6",
|
|
@@ -2048,7 +2048,7 @@ print("pnpm run test:simulate", "Test with mockup simulator");
|
|
|
2048
2048
|
"tinyglobby": "^0.2.17",
|
|
2049
2049
|
"ttsc": "^0.28.1",
|
|
2050
2050
|
"typescript": "^7.0.2",
|
|
2051
|
-
"@nestia/core": "^13.0.
|
|
2051
|
+
"@nestia/core": "^13.0.4"
|
|
2052
2052
|
},
|
|
2053
2053
|
"packageManager": "pnpm@10.19.0"
|
|
2054
2054
|
}`,"rolldown.config.mjs":`import ttsc from "@ttsc/unplugin/rolldown";
|
package/dist/index.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
content="width=device-width, height=device-height, initial-scale=1, minimum-scale=1.0, maximum-scale=3.0s"
|
|
7
7
|
/>
|
|
8
8
|
<title>Nestia Editor</title>
|
|
9
|
-
<script type="module" src="./assets/index-
|
|
9
|
+
<script type="module" src="./assets/index-D9z0cqhh.js"></script>
|
|
10
10
|
</head>
|
|
11
11
|
<body style="width: 100%; height: 100%; margin: 0px; overflow: hidden;">
|
|
12
12
|
<div id="root" style="width: 100%; height: 100%"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nestia/editor",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.4",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"prettier": "^3.8.1",
|
|
45
45
|
"react-mui-fileuploader": "^0.5.2",
|
|
46
46
|
"typia": "^14.0.2",
|
|
47
|
-
"@nestia/migrate": "^13.0.
|
|
47
|
+
"@nestia/migrate": "^13.0.4"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@eslint/js": "^9.13.0",
|