@nestia/editor 0.9.0 → 0.9.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.
|
@@ -897,7 +897,7 @@ export default NESTIA_CONFIG;\r
|
|
|
897
897
|
"devDependencies": {\r
|
|
898
898
|
"@nestia/benchmark": "^0.3.0",\r
|
|
899
899
|
"@nestia/e2e": "^0.7.0",\r
|
|
900
|
-
"@nestia/sdk": "^4.0.
|
|
900
|
+
"@nestia/sdk": "^4.0.1",\r
|
|
901
901
|
"@rollup/plugin-terser": "^0.4.4",\r
|
|
902
902
|
"@rollup/plugin-typescript": "^11.1.6",\r
|
|
903
903
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",\r
|
|
@@ -932,11 +932,11 @@ export default NESTIA_CONFIG;\r
|
|
|
932
932
|
"write-file-webpack-plugin": "^4.5.1"\r
|
|
933
933
|
},\r
|
|
934
934
|
"dependencies": {\r
|
|
935
|
-
"@nestia/core": "^4.0.
|
|
936
|
-
"@nestia/fetcher": "^4.0.
|
|
937
|
-
"@nestjs/common": "^10.4.
|
|
938
|
-
"@nestjs/core": "^10.4.
|
|
939
|
-
"@nestjs/platform-express": "^10.4.
|
|
935
|
+
"@nestia/core": "^4.0.1",\r
|
|
936
|
+
"@nestia/fetcher": "^4.0.1",\r
|
|
937
|
+
"@nestjs/common": "^10.4.12",\r
|
|
938
|
+
"@nestjs/core": "^10.4.12",\r
|
|
939
|
+
"@nestjs/platform-express": "^10.4.12",\r
|
|
940
940
|
"commander": "10.0.0",\r
|
|
941
941
|
"dotenv": "^16.3.1",\r
|
|
942
942
|
"dotenv-expand": "^10.0.0",\r
|
|
@@ -944,7 +944,7 @@ export default NESTIA_CONFIG;\r
|
|
|
944
944
|
"serialize-error": "^4.1.0",\r
|
|
945
945
|
"tgrid": "^1.0.2",\r
|
|
946
946
|
"tstl": "^3.0.0",\r
|
|
947
|
-
"typia": "^7.0.
|
|
947
|
+
"typia": "^7.0.1",\r
|
|
948
948
|
"uuid": "^9.0.0"\r
|
|
949
949
|
},\r
|
|
950
950
|
"stackblitz": {\r
|
|
@@ -1000,9 +1000,9 @@ SOFTWARE.`},{location:"packages/api",file:"package.json",content:`{\r
|
|
|
1000
1000
|
"README.md"\r
|
|
1001
1001
|
],\r
|
|
1002
1002
|
"dependencies": {\r
|
|
1003
|
-
"@nestia/fetcher": "^4.0.
|
|
1004
|
-
"tgrid": "^1.0
|
|
1005
|
-
"typia": "^7.0.
|
|
1003
|
+
"@nestia/fetcher": "^4.0.1",\r
|
|
1004
|
+
"tgrid": "^1.1.0",\r
|
|
1005
|
+
"typia": "^7.0.1"\r
|
|
1006
1006
|
}\r
|
|
1007
1007
|
}`},{location:"packages/api",file:"README.md",content:`# SDK Library\r
|
|
1008
1008
|
This is a SDK library generated by [\`nestia\`](https://nestia.io).\r
|
|
@@ -2424,9 +2424,9 @@ SOFTWARE.\r
|
|
|
2424
2424
|
"README.md"\r
|
|
2425
2425
|
],\r
|
|
2426
2426
|
"dependencies": {\r
|
|
2427
|
-
"@nestia/fetcher": "^4.0.
|
|
2428
|
-
"tgrid": "^1.0
|
|
2429
|
-
"typia": "^7.0.
|
|
2427
|
+
"@nestia/fetcher": "^4.0.1",\r
|
|
2428
|
+
"tgrid": "^1.1.0",\r
|
|
2429
|
+
"typia": "^7.0.1"\r
|
|
2430
2430
|
},\r
|
|
2431
2431
|
"devDependencies": {\r
|
|
2432
2432
|
"@nestia/e2e": "^0.7.0",\r
|
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-5W2kGddt.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.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"typings": "lib/index.d.ts",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/index.mjs",
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"homepage": "https://nestia.io",
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@mui/material": "^5.15.6",
|
|
37
|
-
"@nestia/migrate": "^0.21.
|
|
37
|
+
"@nestia/migrate": "^0.21.1",
|
|
38
38
|
"@stackblitz/sdk": "^1.11.0",
|
|
39
39
|
"js-yaml": "^4.1.0",
|
|
40
40
|
"prettier": "3.3.3",
|
|
41
41
|
"react-mui-fileuploader": "^0.5.2",
|
|
42
|
-
"typia": "^7.0.
|
|
42
|
+
"typia": "^7.0.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@eslint/js": "^9.13.0",
|