@nestia/editor 7.3.0 → 7.3.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.
@@ -1201,9 +1201,9 @@ export default NESTIA_CONFIG;
1201
1201
  "homepage": "https://github.com/samchon/nestia-start#readme",
1202
1202
  "devDependencies": {
1203
1203
  "@autobe/interface": "^0.10.6",
1204
- "@nestia/benchmark": "^7.3.0",
1205
- "@nestia/e2e": "^7.3.0",
1206
- "@nestia/sdk": "^7.3.0",
1204
+ "@nestia/benchmark": "^7.3.1",
1205
+ "@nestia/e2e": "^7.3.1",
1206
+ "@nestia/sdk": "^7.3.1",
1207
1207
  "@nestjs/cli": "^11.0.7",
1208
1208
  "@rollup/plugin-terser": "^0.4.4",
1209
1209
  "@rollup/plugin-typescript": "^11.1.6",
@@ -1222,7 +1222,7 @@ export default NESTIA_CONFIG;
1222
1222
  "copy-webpack-plugin": "^11.0.0",
1223
1223
  "eslint-plugin-deprecation": "^3.0.0",
1224
1224
  "express": "^4.18.2",
1225
- "nestia": "^7.3.0",
1225
+ "nestia": "^7.3.1",
1226
1226
  "prettier": "^3.2.4",
1227
1227
  "prettier-plugin-prisma": "^5.0.0",
1228
1228
  "rimraf": "^3.0.2",
@@ -1239,8 +1239,8 @@ export default NESTIA_CONFIG;
1239
1239
  "write-file-webpack-plugin": "^4.5.1"
1240
1240
  },
1241
1241
  "dependencies": {
1242
- "@nestia/core": "^7.3.0",
1243
- "@nestia/fetcher": "^7.3.0",
1242
+ "@nestia/core": "^7.3.1",
1243
+ "@nestia/fetcher": "^7.3.1",
1244
1244
  "@nestjs/common": "^11.1.5",
1245
1245
  "@nestjs/core": "^11.1.5",
1246
1246
  "@nestjs/platform-express": "^11.1.5",
@@ -1349,7 +1349,7 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
1349
1349
  "README.md"
1350
1350
  ],
1351
1351
  "dependencies": {
1352
- "@nestia/fetcher": "^7.2.2",
1352
+ "@nestia/fetcher": "^7.3.0",
1353
1353
  "tgrid": "^1.2.0",
1354
1354
  "typia": "^9.6.0"
1355
1355
  }
@@ -2727,12 +2727,12 @@ print("npm run test:simulate", "Test with mockup simulator");
2727
2727
  "README.md"
2728
2728
  ],
2729
2729
  "dependencies": {
2730
- "@nestia/fetcher": "^7.3.0",
2730
+ "@nestia/fetcher": "^7.3.1",
2731
2731
  "tgrid": "^1.2.0",
2732
2732
  "typia": "^9.6.0"
2733
2733
  },
2734
2734
  "devDependencies": {
2735
- "@nestia/e2e": "^7.3.0",
2735
+ "@nestia/e2e": "^7.3.1",
2736
2736
  "@rollup/plugin-terser": "^0.4.4",
2737
2737
  "@rollup/plugin-typescript": "^11.1.6",
2738
2738
  "@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-DA7DF3KF.js"></script>
9
+ <script type="module" src="./assets/index-DfqFrIoh.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": "7.3.0",
3
+ "version": "7.3.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": "^7.3.0",
39
+ "@nestia/migrate": "^7.3.1",
40
40
  "@samchon/openapi": "^4.5.0",
41
41
  "@stackblitz/sdk": "^1.11.0",
42
42
  "@trivago/prettier-plugin-sort-imports": "^5.2.2",