@nestia/editor 9.1.0 → 9.1.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.
|
@@ -1209,10 +1209,10 @@ export default NESTIA_CONFIG;
|
|
|
1209
1209
|
"homepage": "https://github.com/samchon/nestia-start#readme",
|
|
1210
1210
|
"devDependencies": {
|
|
1211
1211
|
"@autobe/interface": "^0.10.6",
|
|
1212
|
-
"@nestia/benchmark": "^9.1.
|
|
1213
|
-
"@nestia/e2e": "^9.1.
|
|
1214
|
-
"@nestia/sdk": "^9.1.
|
|
1215
|
-
"@nestjs/cli": "^11.0.
|
|
1212
|
+
"@nestia/benchmark": "^9.1.1",
|
|
1213
|
+
"@nestia/e2e": "^9.1.1",
|
|
1214
|
+
"@nestia/sdk": "^9.1.1",
|
|
1215
|
+
"@nestjs/cli": "^11.0.14",
|
|
1216
1216
|
"@rollup/plugin-terser": "^0.4.4",
|
|
1217
1217
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
1218
1218
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
@@ -1230,7 +1230,7 @@ export default NESTIA_CONFIG;
|
|
|
1230
1230
|
"copy-webpack-plugin": "^11.0.0",
|
|
1231
1231
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
1232
1232
|
"express": "^4.18.2",
|
|
1233
|
-
"nestia": "^9.1.
|
|
1233
|
+
"nestia": "^9.1.1",
|
|
1234
1234
|
"prettier": "^3.2.4",
|
|
1235
1235
|
"prettier-plugin-prisma": "^5.0.0",
|
|
1236
1236
|
"rimraf": "^3.0.2",
|
|
@@ -1247,8 +1247,8 @@ export default NESTIA_CONFIG;
|
|
|
1247
1247
|
"write-file-webpack-plugin": "^4.5.1"
|
|
1248
1248
|
},
|
|
1249
1249
|
"dependencies": {
|
|
1250
|
-
"@nestia/core": "^9.1.
|
|
1251
|
-
"@nestia/fetcher": "^9.1.
|
|
1250
|
+
"@nestia/core": "^9.1.1",
|
|
1251
|
+
"@nestia/fetcher": "^9.1.1",
|
|
1252
1252
|
"@nestjs/common": "^11.1.9",
|
|
1253
1253
|
"@nestjs/core": "^11.1.9",
|
|
1254
1254
|
"@nestjs/platform-express": "^11.1.9",
|
|
@@ -1259,7 +1259,7 @@ export default NESTIA_CONFIG;
|
|
|
1259
1259
|
"serialize-error": "^4.1.0",
|
|
1260
1260
|
"tgrid": "^1.1.0",
|
|
1261
1261
|
"tstl": "^3.0.0",
|
|
1262
|
-
"typia": "^10.0
|
|
1262
|
+
"typia": "^10.1.0",
|
|
1263
1263
|
"uuid": "^9.0.0"
|
|
1264
1264
|
},
|
|
1265
1265
|
"stackblitz": {
|
|
@@ -1357,9 +1357,9 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
|
|
|
1357
1357
|
"README.md"
|
|
1358
1358
|
],
|
|
1359
1359
|
"dependencies": {
|
|
1360
|
-
"@nestia/fetcher": "^9.0
|
|
1360
|
+
"@nestia/fetcher": "^9.1.0",
|
|
1361
1361
|
"tgrid": "^1.2.0",
|
|
1362
|
-
"typia": "^10.0
|
|
1362
|
+
"typia": "^10.1.0"
|
|
1363
1363
|
}
|
|
1364
1364
|
}`,"packages/api/rollup.config.js":`const typescript = require("@rollup/plugin-typescript");
|
|
1365
1365
|
const terser = require("@rollup/plugin-terser");
|
|
@@ -2735,12 +2735,12 @@ print("npm run test:simulate", "Test with mockup simulator");
|
|
|
2735
2735
|
"README.md"
|
|
2736
2736
|
],
|
|
2737
2737
|
"dependencies": {
|
|
2738
|
-
"@nestia/fetcher": "^9.1.
|
|
2738
|
+
"@nestia/fetcher": "^9.1.1",
|
|
2739
2739
|
"tgrid": "^1.2.0",
|
|
2740
|
-
"typia": "^10.0
|
|
2740
|
+
"typia": "^10.1.0"
|
|
2741
2741
|
},
|
|
2742
2742
|
"devDependencies": {
|
|
2743
|
-
"@nestia/e2e": "^9.1.
|
|
2743
|
+
"@nestia/e2e": "^9.1.1",
|
|
2744
2744
|
"@rollup/plugin-terser": "^0.4.4",
|
|
2745
2745
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
2746
2746
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
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-6I93ebLy.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": "9.1.
|
|
3
|
+
"version": "9.1.1",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"module": "lib/index.mjs",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"homepage": "https://nestia.io",
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@mui/material": "^5.15.6",
|
|
39
|
-
"@nestia/migrate": "^9.1.
|
|
39
|
+
"@nestia/migrate": "^9.1.1",
|
|
40
40
|
"@samchon/openapi": "^5.1.0",
|
|
41
41
|
"@stackblitz/sdk": "^1.11.0",
|
|
42
42
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|