@nestia/editor 7.0.2 → 7.0.3

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.
@@ -1199,7 +1199,7 @@ export default NESTIA_CONFIG;
1199
1199
  "devDependencies": {
1200
1200
  "@nestia/benchmark": "^7.0.1",
1201
1201
  "@nestia/e2e": "^7.0.1",
1202
- "@nestia/sdk": "^7.0.2",
1202
+ "@nestia/sdk": "^7.0.3",
1203
1203
  "@nestjs/cli": "^11.0.7",
1204
1204
  "@rollup/plugin-terser": "^0.4.4",
1205
1205
  "@rollup/plugin-typescript": "^11.1.6",
@@ -1235,8 +1235,8 @@ export default NESTIA_CONFIG;
1235
1235
  "write-file-webpack-plugin": "^4.5.1"
1236
1236
  },
1237
1237
  "dependencies": {
1238
- "@nestia/core": "^7.0.2",
1239
- "@nestia/fetcher": "^7.0.2",
1238
+ "@nestia/core": "^7.0.3",
1239
+ "@nestia/fetcher": "^7.0.3",
1240
1240
  "@nestjs/common": "^11.1.3",
1241
1241
  "@nestjs/core": "^11.1.3",
1242
1242
  "@nestjs/platform-express": "^11.1.3",
@@ -2702,12 +2702,12 @@ print("npm run test:simulate", "Test with mockup simulator");
2702
2702
  "README.md"
2703
2703
  ],
2704
2704
  "dependencies": {
2705
- "@nestia/fetcher": "^7.0.2",
2705
+ "@nestia/fetcher": "^7.0.3",
2706
2706
  "tgrid": "^1.1.0",
2707
2707
  "typia": "^9.4.0"
2708
2708
  },
2709
2709
  "devDependencies": {
2710
- "@nestia/e2e": "^7.0.1",
2710
+ "@nestia/e2e": "^7.0.2",
2711
2711
  "@rollup/plugin-terser": "^0.4.4",
2712
2712
  "@rollup/plugin-typescript": "^11.1.6",
2713
2713
  "@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-C59XYHvT.js"></script>
9
+ <script type="module" src="./assets/index-CnX4SVwu.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.0.2",
3
+ "version": "7.0.3",
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.0.2",
39
+ "@nestia/migrate": "^7.0.3",
40
40
  "@samchon/openapi": "^4.3.3",
41
41
  "@stackblitz/sdk": "^1.11.0",
42
42
  "@trivago/prettier-plugin-sort-imports": "^5.2.2",