@nestia/editor 4.4.1 → 4.4.2

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.
@@ -1171,7 +1171,7 @@ export default NESTIA_CONFIG;
1171
1171
  "devDependencies": {
1172
1172
  "@nestia/benchmark": "^0.3.0",
1173
1173
  "@nestia/e2e": "^0.7.0",
1174
- "@nestia/sdk": "^4.4.1",
1174
+ "@nestia/sdk": "^4.4.2",
1175
1175
  "@rollup/plugin-terser": "^0.4.4",
1176
1176
  "@rollup/plugin-typescript": "^11.1.6",
1177
1177
  "@trivago/prettier-plugin-sort-imports": "^4.3.0",
@@ -1206,8 +1206,8 @@ export default NESTIA_CONFIG;
1206
1206
  "write-file-webpack-plugin": "^4.5.1"
1207
1207
  },
1208
1208
  "dependencies": {
1209
- "@nestia/core": "^4.4.1",
1210
- "@nestia/fetcher": "^4.4.1",
1209
+ "@nestia/core": "^4.4.2",
1210
+ "@nestia/fetcher": "^4.4.2",
1211
1211
  "@nestjs/common": "^10.4.15",
1212
1212
  "@nestjs/core": "^10.4.15",
1213
1213
  "@nestjs/platform-express": "^10.4.15",
@@ -1316,7 +1316,7 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
1316
1316
  "README.md"
1317
1317
  ],
1318
1318
  "dependencies": {
1319
- "@nestia/fetcher": "^4.4.1",
1319
+ "@nestia/fetcher": "^4.4.2",
1320
1320
  "tgrid": "^1.1.0",
1321
1321
  "typia": "^7.4.1"
1322
1322
  }
@@ -2630,7 +2630,7 @@ print("npm run test:simulate", "Test with mockup simulator");
2630
2630
  "README.md"
2631
2631
  ],
2632
2632
  "dependencies": {
2633
- "@nestia/fetcher": "^4.4.1",
2633
+ "@nestia/fetcher": "^4.4.2",
2634
2634
  "tgrid": "^1.1.0",
2635
2635
  "typia": "^7.4.1"
2636
2636
  },
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-BTo0Hhhz.js"></script>
9
+ <script type="module" src="./assets/index-De9tbV1G.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": "4.4.1",
3
+ "version": "4.4.2",
4
4
  "typings": "lib/index.d.ts",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.mjs",
@@ -34,7 +34,7 @@
34
34
  "homepage": "https://nestia.io",
35
35
  "dependencies": {
36
36
  "@mui/material": "^5.15.6",
37
- "@nestia/migrate": "^4.4.1",
37
+ "@nestia/migrate": "^4.4.2",
38
38
  "@samchon/openapi": "^2.2.1",
39
39
  "@stackblitz/sdk": "^1.11.0",
40
40
  "js-yaml": "^4.1.0",