@nestia/editor 12.0.0-dev.20260521.4 → 12.0.0-dev.20260521.5

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.
@@ -661,8 +661,8 @@ export default NESTIA_CONFIG;
661
661
  "homepage": "https://github.com/samchon/nestia-start#readme",
662
662
  "devDependencies": {
663
663
  "@autobe/interface": "^0.10.6",
664
- "@nestia/benchmark": "^12.0.0-dev.20260521.3",
665
- "@nestia/e2e": "^12.0.0-dev.20260521.3",
664
+ "@nestia/benchmark": "^12.0.0-dev.20260521.4",
665
+ "@nestia/e2e": "^12.0.0-dev.20260521.4",
666
666
  "@nestjs/cli": "^11.0.16",
667
667
  "@rollup/plugin-terser": "^0.4.4",
668
668
  "@rollup/plugin-typescript": "^11.1.6",
@@ -680,7 +680,7 @@ export default NESTIA_CONFIG;
680
680
  "copy-webpack-plugin": "^11.0.0",
681
681
  "eslint-plugin-deprecation": "^3.0.0",
682
682
  "express": "^4.18.2",
683
- "nestia": "^12.0.0-dev.20260521.3",
683
+ "nestia": "^12.0.0-dev.20260521.4",
684
684
  "prettier": "^3.2.4",
685
685
  "prettier-plugin-prisma": "^5.0.0",
686
686
  "rimraf": "^3.0.2",
@@ -696,9 +696,9 @@ export default NESTIA_CONFIG;
696
696
  "ttsc": "^0.10.2"
697
697
  },
698
698
  "dependencies": {
699
- "@nestia/core": "^12.0.0-dev.20260521.3",
700
- "@nestia/fetcher": "^12.0.0-dev.20260521.3",
701
- "@nestia/sdk": "^12.0.0-dev.20260521.3",
699
+ "@nestia/core": "^12.0.0-dev.20260521.4",
700
+ "@nestia/fetcher": "^12.0.0-dev.20260521.4",
701
+ "@nestia/sdk": "^12.0.0-dev.20260521.4",
702
702
  "@nestjs/common": "^11.1.16",
703
703
  "@nestjs/core": "^11.1.16",
704
704
  "@nestjs/platform-express": "^11.1.16",
@@ -805,7 +805,7 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
805
805
  "README.md"
806
806
  ],
807
807
  "dependencies": {
808
- "@nestia/fetcher": "^12.0.0-dev.20260521.3",
808
+ "@nestia/fetcher": "^12.0.0-dev.20260521.4",
809
809
  "tgrid": "^1.2.1",
810
810
  "typia": "13.0.0-dev.20260521.1"
811
811
  }
@@ -2179,12 +2179,12 @@ print("npm run test:simulate", "Test with mockup simulator");
2179
2179
  "README.md"
2180
2180
  ],
2181
2181
  "dependencies": {
2182
- "@nestia/fetcher": "^12.0.0-dev.20260521.3",
2182
+ "@nestia/fetcher": "^12.0.0-dev.20260521.4",
2183
2183
  "tgrid": "^1.2.1",
2184
2184
  "typia": "13.0.0-dev.20260521.1"
2185
2185
  },
2186
2186
  "devDependencies": {
2187
- "@nestia/e2e": "^12.0.0-dev.20260521.3",
2187
+ "@nestia/e2e": "^12.0.0-dev.20260521.4",
2188
2188
  "@rollup/plugin-terser": "^0.4.4",
2189
2189
  "@rollup/plugin-typescript": "^11.1.6",
2190
2190
  "@trivago/prettier-plugin-sort-imports": "^4.3.0",
@@ -2199,7 +2199,7 @@ print("npm run test:simulate", "Test with mockup simulator");
2199
2199
  "ts-node": "^10.9.2",
2200
2200
  "typescript": "~6.0.3",
2201
2201
  "ttsc": "^0.10.2",
2202
- "@nestia/core": "^12.0.0-dev.20260521.3"
2202
+ "@nestia/core": "^12.0.0-dev.20260521.4"
2203
2203
  }
2204
2204
  }`,"prettier.config.js":`module.exports = {
2205
2205
  // DEFAULT CONFIGURATIONS
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-CPJ83BAP.js"></script>
9
+ <script type="module" src="./assets/index-BSD5h3fZ.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": "12.0.0-dev.20260521.4",
3
+ "version": "12.0.0-dev.20260521.5",
4
4
  "main": "lib/index.js",
5
5
  "exports": {
6
6
  ".": {
@@ -44,7 +44,7 @@
44
44
  "prettier": "^3.8.1",
45
45
  "react-mui-fileuploader": "^0.5.2",
46
46
  "typia": "13.0.0-dev.20260521.1",
47
- "@nestia/migrate": "^12.0.0-dev.20260521.4"
47
+ "@nestia/migrate": "^12.0.0-dev.20260521.5"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@eslint/js": "^9.13.0",