@nestia/editor 11.0.0-dev.20260313-5 → 11.0.0-dev.20260316

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.
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-BvyKi6Cn.js"></script>
9
+ <script type="module" src="./assets/index-CwCzW6vi.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.0.0-dev.20260313-5",
3
+ "version": "11.0.0-dev.20260316",
4
4
  "main": "lib/index.js",
5
5
  "exports": {
6
6
  ".": {
@@ -8,6 +8,10 @@
8
8
  "import": "./lib/index.mjs",
9
9
  "default": "./lib/index.js"
10
10
  },
11
+ "./lib/NestiaEditorModule": {
12
+ "types": "./lib/NestiaEditorModule.d.ts",
13
+ "default": "./lib/NestiaEditorModule.js"
14
+ },
11
15
  "./package.json": "./package.json"
12
16
  },
13
17
  "description": "Swagger-UI + Cloud TypeScript Editor",
@@ -35,12 +39,12 @@
35
39
  "dependencies": {
36
40
  "@mui/material": "^5.15.6",
37
41
  "@stackblitz/sdk": "^1.11.0",
38
- "@typia/interface": "12.0.0-dev.20260313-2",
42
+ "@typia/interface": "12.0.0-dev.20260316",
39
43
  "js-yaml": "^4.1.0",
40
44
  "prettier": "^3.8.1",
41
45
  "react-mui-fileuploader": "^0.5.2",
42
- "typia": "12.0.0-dev.20260313-2",
43
- "@nestia/migrate": "^11.0.0-dev.20260313-5"
46
+ "typia": "12.0.0-dev.20260316",
47
+ "@nestia/migrate": "^11.0.0-dev.20260316"
44
48
  },
45
49
  "devDependencies": {
46
50
  "@eslint/js": "^9.13.0",