@nestia/editor 0.9.5 → 4.2.0

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.
@@ -1176,7 +1176,7 @@ export default NESTIA_CONFIG;
1176
1176
  "devDependencies": {
1177
1177
  "@nestia/benchmark": "^0.3.0",
1178
1178
  "@nestia/e2e": "^0.7.0",
1179
- "@nestia/sdk": "^4.1.0",
1179
+ "@nestia/sdk": "^4.2.0",
1180
1180
  "@rollup/plugin-terser": "^0.4.4",
1181
1181
  "@rollup/plugin-typescript": "^11.1.6",
1182
1182
  "@trivago/prettier-plugin-sort-imports": "^4.3.0",
@@ -1211,8 +1211,8 @@ export default NESTIA_CONFIG;
1211
1211
  "write-file-webpack-plugin": "^4.5.1"
1212
1212
  },
1213
1213
  "dependencies": {
1214
- "@nestia/core": "^4.1.0",
1215
- "@nestia/fetcher": "^4.1.0",
1214
+ "@nestia/core": "^4.2.0",
1215
+ "@nestia/fetcher": "^4.2.0",
1216
1216
  "@nestjs/common": "^10.4.15",
1217
1217
  "@nestjs/core": "^10.4.15",
1218
1218
  "@nestjs/platform-express": "^10.4.15",
@@ -1321,7 +1321,7 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
1321
1321
  "README.md"
1322
1322
  ],
1323
1323
  "dependencies": {
1324
- "@nestia/fetcher": "^4.1.0",
1324
+ "@nestia/fetcher": "^4.2.0",
1325
1325
  "tgrid": "^1.1.0",
1326
1326
  "typia": "^7.2.0"
1327
1327
  }
@@ -2635,7 +2635,7 @@ print("npm run test:simulate", "Test with mockup simulator");
2635
2635
  "README.md"
2636
2636
  ],
2637
2637
  "dependencies": {
2638
- "@nestia/fetcher": "^4.1.0",
2638
+ "@nestia/fetcher": "^4.2.0",
2639
2639
  "tgrid": "^1.1.0",
2640
2640
  "typia": "^7.2.0"
2641
2641
  },
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-Qid8jpDp.js"></script>
9
+ <script type="module" src="./assets/index-ox1dklfl.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": "0.9.5",
3
+ "version": "4.2.0",
4
4
  "typings": "lib/index.d.ts",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.mjs",
@@ -34,13 +34,13 @@
34
34
  "homepage": "https://nestia.io",
35
35
  "dependencies": {
36
36
  "@mui/material": "^5.15.6",
37
- "@nestia/migrate": "^0.21.5",
37
+ "@nestia/migrate": "^4.2.0",
38
38
  "@samchon/openapi": "^2.0.1",
39
39
  "@stackblitz/sdk": "^1.11.0",
40
40
  "js-yaml": "^4.1.0",
41
41
  "prettier": "3.3.3",
42
42
  "react-mui-fileuploader": "^0.5.2",
43
- "typia": "^7.1.0"
43
+ "typia": "^7.2.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@eslint/js": "^9.13.0",