@nestia/editor 0.9.3 → 0.9.4-dev.20241208

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-CJJC-WrV.js"></script>
9
+ <script type="module" src="./assets/index-TN5M_M1w.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,77 +1,78 @@
1
- {
2
- "name": "@nestia/editor",
3
- "version": "0.9.3",
4
- "typings": "lib/index.d.ts",
5
- "main": "lib/index.js",
6
- "module": "lib/index.mjs",
7
- "scripts": {
8
- "build": "npm run build:static && npm run build:lib",
9
- "build:static": "rimraf dist && tsc -b && vite build",
10
- "build:lib": "rimraf lib && tsc --project tsconfig.lib.json && rollup -c",
11
- "dev": "vite",
12
- "lint": "eslint .",
13
- "preview": "vite preview"
14
- },
15
- "repository": {
16
- "type": "git",
17
- "url": "https://github.com/samchon/nestia"
18
- },
19
- "keywords": [
20
- "openapi",
21
- "swagger",
22
- "generator",
23
- "typescript",
24
- "editor",
25
- "sdk",
26
- "nestjs",
27
- "nestia"
28
- ],
29
- "author": "Jeongho Nam",
30
- "license": "MIT",
31
- "bugs": {
32
- "url": "https://github.com/samchon/nestia/issues"
33
- },
34
- "homepage": "https://nestia.io",
35
- "dependencies": {
36
- "@mui/material": "^5.15.6",
37
- "@nestia/migrate": "^0.21.3",
38
- "@stackblitz/sdk": "^1.11.0",
39
- "js-yaml": "^4.1.0",
40
- "prettier": "3.3.3",
41
- "react-mui-fileuploader": "^0.5.2",
42
- "typia": "^7.0.2"
43
- },
44
- "devDependencies": {
45
- "@eslint/js": "^9.13.0",
46
- "@nestjs/common": "^10.4.6",
47
- "@nestjs/core": "^10.4.6",
48
- "@nestjs/platform-express": "^10.4.6",
49
- "@nestjs/platform-fastify": "^10.4.6",
50
- "@rollup/plugin-terser": "^0.4.4",
51
- "@rollup/plugin-typescript": "^12.1.1",
52
- "@types/js-yaml": "^4.0.9",
53
- "@types/node": "^22.8.6",
54
- "@types/react": "^18.3.11",
55
- "@types/react-dom": "^18.3.1",
56
- "@vitejs/plugin-react": "^4.3.3",
57
- "eslint": "^9.13.0",
58
- "eslint-plugin-react-hooks": "^5.0.0",
59
- "eslint-plugin-react-refresh": "^0.4.13",
60
- "globals": "^15.11.0",
61
- "react": "^18.3.1",
62
- "react-dom": "^18.3.1",
63
- "rollup": "^4.24.2",
64
- "ts-node": "^10.9.2",
65
- "typescript": "~5.7.2",
66
- "typescript-eslint": "^8.10.0",
67
- "vite": "^5.4.9"
68
- },
69
- "files": [
70
- "README.md",
71
- "LICENSE",
72
- "package.json",
73
- "dist",
74
- "lib",
75
- "src"
76
- ]
77
- }
1
+ {
2
+ "name": "@nestia/editor",
3
+ "version": "0.9.4-dev.20241208",
4
+ "typings": "lib/index.d.ts",
5
+ "main": "lib/index.js",
6
+ "module": "lib/index.mjs",
7
+ "scripts": {
8
+ "build": "npm run build:static && npm run build:lib",
9
+ "build:static": "rimraf dist && tsc -b && vite build",
10
+ "build:lib": "rimraf lib && tsc --project tsconfig.lib.json && rollup -c",
11
+ "dev": "vite",
12
+ "lint": "eslint .",
13
+ "preview": "vite preview"
14
+ },
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/samchon/nestia"
18
+ },
19
+ "keywords": [
20
+ "openapi",
21
+ "swagger",
22
+ "generator",
23
+ "typescript",
24
+ "editor",
25
+ "sdk",
26
+ "nestjs",
27
+ "nestia"
28
+ ],
29
+ "author": "Jeongho Nam",
30
+ "license": "MIT",
31
+ "bugs": {
32
+ "url": "https://github.com/samchon/nestia/issues"
33
+ },
34
+ "homepage": "https://nestia.io",
35
+ "dependencies": {
36
+ "@mui/material": "^5.15.6",
37
+ "@nestia/migrate": "^0.21.4-dev.20241208",
38
+ "@samchon/openapi": "^2.0.1",
39
+ "@stackblitz/sdk": "^1.11.0",
40
+ "js-yaml": "^4.1.0",
41
+ "prettier": "3.3.3",
42
+ "react-mui-fileuploader": "^0.5.2",
43
+ "typia": "^7.0.2"
44
+ },
45
+ "devDependencies": {
46
+ "@eslint/js": "^9.13.0",
47
+ "@nestjs/common": "^10.4.13",
48
+ "@nestjs/core": "^10.4.13",
49
+ "@nestjs/platform-express": "^10.4.13",
50
+ "@nestjs/platform-fastify": "^10.4.13",
51
+ "@rollup/plugin-terser": "^0.4.4",
52
+ "@rollup/plugin-typescript": "^12.1.1",
53
+ "@types/js-yaml": "^4.0.9",
54
+ "@types/node": "^22.8.6",
55
+ "@types/react": "^18.3.11",
56
+ "@types/react-dom": "^18.3.1",
57
+ "@vitejs/plugin-react": "^4.3.3",
58
+ "eslint": "^9.13.0",
59
+ "eslint-plugin-react-hooks": "^5.0.0",
60
+ "eslint-plugin-react-refresh": "^0.4.13",
61
+ "globals": "^15.11.0",
62
+ "react": "^18.3.1",
63
+ "react-dom": "^18.3.1",
64
+ "rollup": "^4.24.2",
65
+ "ts-node": "^10.9.2",
66
+ "typescript": "~5.7.2",
67
+ "typescript-eslint": "^8.10.0",
68
+ "vite": "^5.4.9"
69
+ },
70
+ "files": [
71
+ "README.md",
72
+ "LICENSE",
73
+ "package.json",
74
+ "dist",
75
+ "lib",
76
+ "src"
77
+ ]
78
+ }