@nestia/editor 11.2.0 → 11.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.
@@ -655,8 +655,8 @@ export default NESTIA_CONFIG;
655
655
  "homepage": "https://github.com/samchon/nestia-start#readme",
656
656
  "devDependencies": {
657
657
  "@autobe/interface": "^0.10.6",
658
- "@nestia/benchmark": "^11.2.0",
659
- "@nestia/e2e": "^11.2.0",
658
+ "@nestia/benchmark": "^11.2.1",
659
+ "@nestia/e2e": "^11.2.1",
660
660
  "@nestjs/cli": "^11.0.16",
661
661
  "@rollup/plugin-terser": "^0.4.4",
662
662
  "@rollup/plugin-typescript": "^11.1.6",
@@ -675,7 +675,7 @@ export default NESTIA_CONFIG;
675
675
  "copy-webpack-plugin": "^11.0.0",
676
676
  "eslint-plugin-deprecation": "^3.0.0",
677
677
  "express": "^4.18.2",
678
- "nestia": "^11.2.0",
678
+ "nestia": "^11.2.1",
679
679
  "prettier": "^3.2.4",
680
680
  "prettier-plugin-prisma": "^5.0.0",
681
681
  "rimraf": "^3.0.2",
@@ -692,9 +692,9 @@ export default NESTIA_CONFIG;
692
692
  "write-file-webpack-plugin": "^4.5.1"
693
693
  },
694
694
  "dependencies": {
695
- "@nestia/core": "^11.2.0",
696
- "@nestia/fetcher": "^11.2.0",
697
- "@nestia/sdk": "^11.2.0",
695
+ "@nestia/core": "^11.2.1",
696
+ "@nestia/fetcher": "^11.2.1",
697
+ "@nestia/sdk": "^11.2.1",
698
698
  "@nestjs/common": "^11.1.16",
699
699
  "@nestjs/core": "^11.1.16",
700
700
  "@nestjs/platform-express": "^11.1.16",
@@ -803,7 +803,7 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
803
803
  "README.md"
804
804
  ],
805
805
  "dependencies": {
806
- "@nestia/fetcher": "^11.2.0",
806
+ "@nestia/fetcher": "^11.2.1",
807
807
  "tgrid": "^1.2.1",
808
808
  "typia": "12.1.0"
809
809
  }
@@ -2161,12 +2161,12 @@ print("npm run test:simulate", "Test with mockup simulator");
2161
2161
  "README.md"
2162
2162
  ],
2163
2163
  "dependencies": {
2164
- "@nestia/fetcher": "^11.2.0",
2164
+ "@nestia/fetcher": "^11.2.1",
2165
2165
  "tgrid": "^1.2.1",
2166
2166
  "typia": "12.1.0"
2167
2167
  },
2168
2168
  "devDependencies": {
2169
- "@nestia/e2e": "^11.2.0",
2169
+ "@nestia/e2e": "^11.2.1",
2170
2170
  "@rollup/plugin-terser": "^0.4.4",
2171
2171
  "@rollup/plugin-typescript": "^11.1.6",
2172
2172
  "@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-By6TnR5x.js"></script>
9
+ <script type="module" src="./assets/index-BCljFOyw.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": "11.2.0",
3
+ "version": "11.2.1",
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": "12.1.0",
47
- "@nestia/migrate": "^11.2.0"
47
+ "@nestia/migrate": "^11.2.1"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@eslint/js": "^9.13.0",