@nestia/core 12.0.0-rc.3 → 12.0.0-rc.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/native/go.mod +1 -1
- package/native/go.sum +2 -2
- package/package.json +8 -8
package/native/go.mod
CHANGED
|
@@ -10,7 +10,7 @@ require (
|
|
|
10
10
|
github.com/microsoft/typescript-go/shim/printer v0.0.0
|
|
11
11
|
github.com/microsoft/typescript-go/shim/scanner v0.0.0
|
|
12
12
|
github.com/samchon/ttsc/packages/ttsc v0.0.0
|
|
13
|
-
github.com/samchon/typia/packages/typia/native v0.0.0-
|
|
13
|
+
github.com/samchon/typia/packages/typia/native v0.0.0-20260709134626-fd1c6686950f
|
|
14
14
|
)
|
|
15
15
|
|
|
16
16
|
require (
|
package/native/go.sum
CHANGED
|
@@ -38,8 +38,8 @@ github.com/samchon/ttsc/packages/ttsc/shim/vfs/cachedvfs v0.0.0-20260709053824-8
|
|
|
38
38
|
github.com/samchon/ttsc/packages/ttsc/shim/vfs/cachedvfs v0.0.0-20260709053824-84bdc4acccb0/go.mod h1:XS3LhXkn5xadyRe3tW+9+suW/7gh7dPdL43Q+s/lUDo=
|
|
39
39
|
github.com/samchon/ttsc/packages/ttsc/shim/vfs/osvfs v0.0.0-20260709053824-84bdc4acccb0 h1:LXPQxe57qlWiHG5s8pQOKZD4nZRnRkrKIDsdJVfh2ws=
|
|
40
40
|
github.com/samchon/ttsc/packages/ttsc/shim/vfs/osvfs v0.0.0-20260709053824-84bdc4acccb0/go.mod h1:otX+qw8aZLNCoBmCwMAn53Nw0RQTPzSoId3DxmE67So=
|
|
41
|
-
github.com/samchon/typia/packages/typia/native v0.0.0-
|
|
42
|
-
github.com/samchon/typia/packages/typia/native v0.0.0-
|
|
41
|
+
github.com/samchon/typia/packages/typia/native v0.0.0-20260709134626-fd1c6686950f h1:8axuxtT7YdYhJy7so6SDxVK2oJPDkq8vl55K+nTudtw=
|
|
42
|
+
github.com/samchon/typia/packages/typia/native v0.0.0-20260709134626-fd1c6686950f/go.mod h1:SJDrfiCEK5dtObhJeAl0iqelqmmFm/JIjfJ6z0kID60=
|
|
43
43
|
github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ=
|
|
44
44
|
github.com/zeebo/assert v1.3.0/go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0=
|
|
45
45
|
github.com/zeebo/xxh3 v1.1.0 h1:s7DLGDK45Dyfg7++yxI0khrfwq9661w9EN78eP/UZVs=
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nestia/core",
|
|
3
|
-
"version": "12.0.0-rc.
|
|
3
|
+
"version": "12.0.0-rc.4",
|
|
4
4
|
"description": "Super-fast validation decorators of NestJS",
|
|
5
5
|
"types": "lib/index.d.ts",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
},
|
|
47
47
|
"homepage": "https://nestia.io",
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@typia/interface": "^13.0.
|
|
50
|
-
"@typia/utils": "^13.0.
|
|
49
|
+
"@typia/interface": "^13.0.1",
|
|
50
|
+
"@typia/utils": "^13.0.1",
|
|
51
51
|
"get-function-location": "^2.0.0",
|
|
52
52
|
"glob": "^11.0.3",
|
|
53
53
|
"path-parser": "^6.1.0",
|
|
@@ -55,9 +55,9 @@
|
|
|
55
55
|
"reflect-metadata": ">=0.1.12",
|
|
56
56
|
"rxjs": ">=6.0.3",
|
|
57
57
|
"tgrid": "^1.1.0",
|
|
58
|
-
"typia": "^13.0.
|
|
58
|
+
"typia": "^13.0.1",
|
|
59
59
|
"ws": "^7.5.3",
|
|
60
|
-
"@nestia/fetcher": "^12.0.0-rc.
|
|
60
|
+
"@nestia/fetcher": "^12.0.0-rc.4"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"@modelcontextprotocol/sdk": "^1.18.0",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"@nestjs/core": ">=7.0.1",
|
|
66
66
|
"reflect-metadata": ">=0.1.12",
|
|
67
67
|
"rxjs": ">=6.0.3",
|
|
68
|
-
"typia": "^13.0.
|
|
69
|
-
"@nestia/fetcher": "^12.0.0-rc.
|
|
68
|
+
"typia": "^13.0.1",
|
|
69
|
+
"@nestia/fetcher": "^12.0.0-rc.4"
|
|
70
70
|
},
|
|
71
71
|
"peerDependenciesMeta": {
|
|
72
72
|
"@modelcontextprotocol/sdk": {
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"@types/ws": "^8.5.10",
|
|
84
84
|
"fastify": "^4.28.1",
|
|
85
85
|
"rimraf": "^6.1.3",
|
|
86
|
-
"ttsc": "^0.18.
|
|
86
|
+
"ttsc": "^0.18.1",
|
|
87
87
|
"tstl": "^3.0.0",
|
|
88
88
|
"typescript": "^7.0.2"
|
|
89
89
|
},
|