@nestia/editor 13.0.0 → 13.0.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.
|
@@ -1786,15 +1786,15 @@ module.exports = {
|
|
|
1786
1786
|
- "packages/*"
|
|
1787
1787
|
catalogs:
|
|
1788
1788
|
samchon:
|
|
1789
|
-
"@nestia/benchmark": ^13.0.
|
|
1790
|
-
"@nestia/core": ^13.0.
|
|
1791
|
-
"@nestia/e2e": ^13.0.
|
|
1792
|
-
"@nestia/fetcher": ^13.0.
|
|
1793
|
-
"@nestia/sdk": ^13.0.
|
|
1794
|
-
nestia: ^13.0.
|
|
1789
|
+
"@nestia/benchmark": ^13.0.1
|
|
1790
|
+
"@nestia/core": ^13.0.1
|
|
1791
|
+
"@nestia/e2e": ^13.0.1
|
|
1792
|
+
"@nestia/fetcher": ^13.0.1
|
|
1793
|
+
"@nestia/sdk": ^13.0.1
|
|
1794
|
+
nestia: ^13.0.1
|
|
1795
1795
|
tgrid: ^1.2.1
|
|
1796
1796
|
tstl: ^3.0.0
|
|
1797
|
-
typia: ^14.0.
|
|
1797
|
+
typia: ^14.0.2
|
|
1798
1798
|
rolldown:
|
|
1799
1799
|
rolldown: ^1.1.5
|
|
1800
1800
|
utils:
|
|
@@ -2031,12 +2031,12 @@ print("pnpm run test:simulate", "Test with mockup simulator");
|
|
|
2031
2031
|
"README.md"
|
|
2032
2032
|
],
|
|
2033
2033
|
"dependencies": {
|
|
2034
|
-
"@nestia/fetcher": "^13.0.
|
|
2034
|
+
"@nestia/fetcher": "^13.0.1",
|
|
2035
2035
|
"tgrid": "^1.2.1",
|
|
2036
|
-
"typia": "^14.0.
|
|
2036
|
+
"typia": "^14.0.2"
|
|
2037
2037
|
},
|
|
2038
2038
|
"devDependencies": {
|
|
2039
|
-
"@nestia/e2e": "^13.0.
|
|
2039
|
+
"@nestia/e2e": "^13.0.1",
|
|
2040
2040
|
"@ttsc/unplugin": "^0.28.1",
|
|
2041
2041
|
"@types/express": "^4.17.21",
|
|
2042
2042
|
"@types/swagger-ui-express": "^4.1.6",
|
|
@@ -2048,7 +2048,7 @@ print("pnpm run test:simulate", "Test with mockup simulator");
|
|
|
2048
2048
|
"tinyglobby": "^0.2.17",
|
|
2049
2049
|
"ttsc": "^0.28.1",
|
|
2050
2050
|
"typescript": "^7.0.2",
|
|
2051
|
-
"@nestia/core": "^13.0.
|
|
2051
|
+
"@nestia/core": "^13.0.1"
|
|
2052
2052
|
},
|
|
2053
2053
|
"packageManager": "pnpm@10.19.0"
|
|
2054
2054
|
}`,"rolldown.config.mjs":`import ttsc from "@ttsc/unplugin/rolldown";
|
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-
|
|
9
|
+
<script type="module" src="./assets/index-Dr4LKbkw.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": "13.0.
|
|
3
|
+
"version": "13.0.1",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
"homepage": "https://nestia.io",
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@mui/material": "^5.15.6",
|
|
41
|
-
"@typia/interface": "^14.0.
|
|
41
|
+
"@typia/interface": "^14.0.2",
|
|
42
42
|
"fflate": "^0.8.2",
|
|
43
43
|
"js-yaml": "^4.3.1",
|
|
44
44
|
"prettier": "^3.8.1",
|
|
45
45
|
"react-mui-fileuploader": "^0.5.2",
|
|
46
|
-
"typia": "^14.0.
|
|
47
|
-
"@nestia/migrate": "^13.0.
|
|
46
|
+
"typia": "^14.0.2",
|
|
47
|
+
"@nestia/migrate": "^13.0.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@eslint/js": "^9.13.0",
|