@nestia/editor 11.0.0 → 11.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.
|
@@ -654,8 +654,8 @@ export default NESTIA_CONFIG;
|
|
|
654
654
|
"homepage": "https://github.com/samchon/nestia-start#readme",
|
|
655
655
|
"devDependencies": {
|
|
656
656
|
"@autobe/interface": "^0.10.6",
|
|
657
|
-
"@nestia/benchmark": "^11.0.
|
|
658
|
-
"@nestia/e2e": "^11.0.
|
|
657
|
+
"@nestia/benchmark": "^11.0.1",
|
|
658
|
+
"@nestia/e2e": "^11.0.1",
|
|
659
659
|
"@nestjs/cli": "^11.0.16",
|
|
660
660
|
"@rollup/plugin-terser": "^0.4.4",
|
|
661
661
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
@@ -674,7 +674,7 @@ export default NESTIA_CONFIG;
|
|
|
674
674
|
"copy-webpack-plugin": "^11.0.0",
|
|
675
675
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
676
676
|
"express": "^4.18.2",
|
|
677
|
-
"nestia": "^11.0.
|
|
677
|
+
"nestia": "^11.0.1",
|
|
678
678
|
"prettier": "^3.2.4",
|
|
679
679
|
"prettier-plugin-prisma": "^5.0.0",
|
|
680
680
|
"rimraf": "^3.0.2",
|
|
@@ -691,20 +691,20 @@ export default NESTIA_CONFIG;
|
|
|
691
691
|
"write-file-webpack-plugin": "^4.5.1"
|
|
692
692
|
},
|
|
693
693
|
"dependencies": {
|
|
694
|
-
"@nestia/core": "^11.0.
|
|
695
|
-
"@nestia/fetcher": "^11.0.
|
|
696
|
-
"@nestia/sdk": "^11.0.
|
|
697
|
-
"@nestjs/common": "^11.1.
|
|
698
|
-
"@nestjs/core": "^11.1.
|
|
699
|
-
"@nestjs/platform-express": "^11.1.
|
|
694
|
+
"@nestia/core": "^11.0.1",
|
|
695
|
+
"@nestia/fetcher": "^11.0.1",
|
|
696
|
+
"@nestia/sdk": "^11.0.1",
|
|
697
|
+
"@nestjs/common": "^11.1.16",
|
|
698
|
+
"@nestjs/core": "^11.1.16",
|
|
699
|
+
"@nestjs/platform-express": "^11.1.16",
|
|
700
700
|
"commander": "10.0.0",
|
|
701
701
|
"dotenv": "^16.3.1",
|
|
702
702
|
"dotenv-expand": "^10.0.0",
|
|
703
703
|
"inquirer": "8.2.5",
|
|
704
704
|
"serialize-error": "^4.1.0",
|
|
705
|
-
"tgrid": "^1.1
|
|
705
|
+
"tgrid": "^1.2.1",
|
|
706
706
|
"tstl": "^3.0.0",
|
|
707
|
-
"typia": "^
|
|
707
|
+
"typia": "^12.0.0",
|
|
708
708
|
"uuid": "^9.0.0"
|
|
709
709
|
},
|
|
710
710
|
"stackblitz": {
|
|
@@ -802,9 +802,9 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
|
|
|
802
802
|
"README.md"
|
|
803
803
|
],
|
|
804
804
|
"dependencies": {
|
|
805
|
-
"@nestia/fetcher": "^
|
|
805
|
+
"@nestia/fetcher": "^11.0.1",
|
|
806
806
|
"tgrid": "^1.2.1",
|
|
807
|
-
"typia": "^
|
|
807
|
+
"typia": "^12.0.0"
|
|
808
808
|
}
|
|
809
809
|
}`,"packages/api/rollup.config.js":`const typescript = require("@rollup/plugin-typescript");
|
|
810
810
|
const terser = require("@rollup/plugin-terser");
|
|
@@ -2161,12 +2161,12 @@ print("npm run test:simulate", "Test with mockup simulator");
|
|
|
2161
2161
|
"README.md"
|
|
2162
2162
|
],
|
|
2163
2163
|
"dependencies": {
|
|
2164
|
-
"@nestia/fetcher": "^11.0.
|
|
2164
|
+
"@nestia/fetcher": "^11.0.1",
|
|
2165
2165
|
"tgrid": "^1.2.1",
|
|
2166
|
-
"typia": "^
|
|
2166
|
+
"typia": "^12.0.0"
|
|
2167
2167
|
},
|
|
2168
2168
|
"devDependencies": {
|
|
2169
|
-
"@nestia/e2e": "^11.0.
|
|
2169
|
+
"@nestia/e2e": "^11.0.1",
|
|
2170
2170
|
"@rollup/plugin-terser": "^0.4.4",
|
|
2171
2171
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
2172
2172
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
@@ -3958,8 +3958,7 @@ main().catch((exp) => {
|
|
|
3958
3958
|
});
|
|
3959
3959
|
`,"test/start.ts":`import api from "@ORGANIZATION/PROJECT-api";
|
|
3960
3960
|
import { IBbsArticleComment } from "@ORGANIZATION/PROJECT-api/lib/structures/bbs/IBbsArticleComment";
|
|
3961
|
-
import typia from "typia";
|
|
3962
|
-
import type { Format } from "typia/lib/tags/Format";
|
|
3961
|
+
import typia, { tags } from "typia";
|
|
3963
3962
|
|
|
3964
3963
|
import { TestGlobal } from "./TestGlobal";
|
|
3965
3964
|
|
|
@@ -3971,7 +3970,7 @@ const main = async () => {
|
|
|
3971
3970
|
const output: IBbsArticleComment =
|
|
3972
3971
|
await api.functional.bbs.articles.comments.create(
|
|
3973
3972
|
connection,
|
|
3974
|
-
typia.random<string & Format<"uuid">>(),
|
|
3973
|
+
typia.random<string & tags.Format<"uuid">>(),
|
|
3975
3974
|
typia.random<IBbsArticleComment.ICreate>(),
|
|
3976
3975
|
);
|
|
3977
3976
|
typia.assert(output);
|
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-DORxj52S.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": "11.0.
|
|
3
|
+
"version": "11.0.1",
|
|
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": "^12.0.0",
|
|
47
|
-
"@nestia/migrate": "^11.0.
|
|
47
|
+
"@nestia/migrate": "^11.0.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@eslint/js": "^9.13.0",
|