|
1 | 1 | { |
2 | 2 | "name": "@dynamia-tools/ui-core", |
3 | | - "version": "26.3.2", |
| 3 | + "version": "26.4.0", |
4 | 4 | "description": "Framework-agnostic view/viewer/renderer core for Dynamia Platform", |
5 | | - "keywords": ["dynamia", "ui-core", "viewer", "view", "renderer", "typescript"], |
| 5 | + "keywords": [ |
| 6 | + "dynamia", |
| 7 | + "ui-core", |
| 8 | + "viewer", |
| 9 | + "view", |
| 10 | + "renderer", |
| 11 | + "typescript" |
| 12 | + ], |
6 | 13 | "homepage": "https://dynamia.tools", |
7 | | - "repository": {"type": "git", "url": "https://github.com/dynamiatools/framework.git", "directory": "platform/packages/ui-core"}, |
| 14 | + "repository": { |
| 15 | + "type": "git", |
| 16 | + "url": "https://github.com/dynamiatools/framework.git", |
| 17 | + "directory": "platform/packages/ui-core" |
| 18 | + }, |
8 | 19 | "license": "Apache-2.0", |
9 | 20 | "author": "Dynamia Soluciones IT SAS", |
10 | 21 | "type": "module", |
|
14 | 25 | "exports": { |
15 | 26 | ".": { |
16 | 27 | "development": "./src/index.ts", |
17 | | - "import": {"types": "./dist/index.d.ts", "default": "./dist/index.js"}, |
18 | | - "require": {"types": "./dist/index.d.cts", "default": "./dist/index.cjs"} |
| 28 | + "import": { |
| 29 | + "types": "./dist/index.d.ts", |
| 30 | + "default": "./dist/index.js" |
| 31 | + }, |
| 32 | + "require": { |
| 33 | + "types": "./dist/index.d.cts", |
| 34 | + "default": "./dist/index.cjs" |
| 35 | + } |
19 | 36 | } |
20 | 37 | }, |
21 | | - "files": ["dist", "README.md", "LICENSE"], |
| 38 | + "files": [ |
| 39 | + "dist", |
| 40 | + "README.md", |
| 41 | + "LICENSE" |
| 42 | + ], |
22 | 43 | "scripts": { |
23 | 44 | "build": "vite build", |
24 | 45 | "test": "vitest run", |
25 | 46 | "test:watch": "vitest", |
26 | 47 | "typecheck": "tsc --noEmit", |
27 | 48 | "clean": "rm -rf dist" |
28 | 49 | }, |
29 | | - "dependencies": {"@dynamia-tools/sdk": "workspace:*"}, |
| 50 | + "dependencies": { |
| 51 | + "@dynamia-tools/sdk": "workspace:*" |
| 52 | + }, |
30 | 53 | "devDependencies": { |
31 | 54 | "@dynamia-tools/sdk": "workspace:*", |
32 | 55 | "@types/node": "^22.0.0", |
|
35 | 58 | "vite-plugin-dts": "^4.5.0", |
36 | 59 | "vitest": "^3.0.0" |
37 | 60 | }, |
38 | | - "publishConfig": {"access": "public", "registry": "https://registry.npmjs.org/"} |
| 61 | + "publishConfig": { |
| 62 | + "access": "public", |
| 63 | + "registry": "https://registry.npmjs.org/" |
| 64 | + } |
39 | 65 | } |
0 commit comments