@nestia/editor 7.2.0 → 7.2.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.
@@ -1200,9 +1200,9 @@ export default NESTIA_CONFIG;
1200
1200
  "homepage": "https://github.com/samchon/nestia-start#readme",
1201
1201
  "devDependencies": {
1202
1202
  "@autobe/interface": "^0.10.6",
1203
- "@nestia/benchmark": "^7.2.0",
1204
- "@nestia/e2e": "^7.2.0",
1205
- "@nestia/sdk": "^7.2.0",
1203
+ "@nestia/benchmark": "^7.2.1",
1204
+ "@nestia/e2e": "^7.2.1",
1205
+ "@nestia/sdk": "^7.2.1",
1206
1206
  "@nestjs/cli": "^11.0.7",
1207
1207
  "@rollup/plugin-terser": "^0.4.4",
1208
1208
  "@rollup/plugin-typescript": "^11.1.6",
@@ -1221,7 +1221,7 @@ export default NESTIA_CONFIG;
1221
1221
  "copy-webpack-plugin": "^11.0.0",
1222
1222
  "eslint-plugin-deprecation": "^3.0.0",
1223
1223
  "express": "^4.18.2",
1224
- "nestia": "^7.2.0",
1224
+ "nestia": "^7.2.1",
1225
1225
  "prettier": "^3.2.4",
1226
1226
  "prettier-plugin-prisma": "^5.0.0",
1227
1227
  "rimraf": "^3.0.2",
@@ -1238,11 +1238,11 @@ export default NESTIA_CONFIG;
1238
1238
  "write-file-webpack-plugin": "^4.5.1"
1239
1239
  },
1240
1240
  "dependencies": {
1241
- "@nestia/core": "^7.2.0",
1242
- "@nestia/fetcher": "^7.2.0",
1243
- "@nestjs/common": "^11.1.4",
1244
- "@nestjs/core": "^11.1.4",
1245
- "@nestjs/platform-express": "^11.1.4",
1241
+ "@nestia/core": "^7.2.1",
1242
+ "@nestia/fetcher": "^7.2.1",
1243
+ "@nestjs/common": "^11.1.5",
1244
+ "@nestjs/core": "^11.1.5",
1245
+ "@nestjs/platform-express": "^11.1.5",
1246
1246
  "commander": "10.0.0",
1247
1247
  "dotenv": "^16.3.1",
1248
1248
  "dotenv-expand": "^10.0.0",
@@ -1348,7 +1348,7 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
1348
1348
  "README.md"
1349
1349
  ],
1350
1350
  "dependencies": {
1351
- "@nestia/fetcher": "^7.1.1",
1351
+ "@nestia/fetcher": "^7.2.0",
1352
1352
  "tgrid": "^1.2.0",
1353
1353
  "typia": "^9.5.0"
1354
1354
  }
@@ -2726,12 +2726,12 @@ print("npm run test:simulate", "Test with mockup simulator");
2726
2726
  "README.md"
2727
2727
  ],
2728
2728
  "dependencies": {
2729
- "@nestia/fetcher": "^7.2.0",
2729
+ "@nestia/fetcher": "^7.2.1",
2730
2730
  "tgrid": "^1.2.0",
2731
2731
  "typia": "^9.5.0"
2732
2732
  },
2733
2733
  "devDependencies": {
2734
- "@nestia/e2e": "^7.2.0",
2734
+ "@nestia/e2e": "^7.2.1",
2735
2735
  "@rollup/plugin-terser": "^0.4.4",
2736
2736
  "@rollup/plugin-typescript": "^11.1.6",
2737
2737
  "@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-dRbCOR8O.js"></script>
9
+ <script type="module" src="./assets/index-bBv2BdY_.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.2.0",
3
+ "version": "7.2.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.2.0",
39
+ "@nestia/migrate": "^7.2.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",