|
1 | 1 | { |
2 | 2 | "name": "@gh-top-languages/lib", |
3 | | - "version": "1.2.1", |
| 3 | + "version": "1.2.2", |
4 | 4 | "description": "Library for gh-top-languages — chart generation, SVG output, and parameter parsing", |
5 | 5 | "keywords": [ |
6 | 6 | "svg", |
|
22 | 22 | "engines": { "node": ">=22" }, |
23 | 23 | "exports": { |
24 | 24 | "./charts/types.js": { "types": "./dist/charts/types.d.ts", "import": "./dist/charts/types.js" }, |
25 | | - "./charts/geometry.js": { "types": "./dist/charts/geometry.d.ts", "import": "./dist/charts/geometry.js" }, |
26 | | - "./charts/legend.js": { "types": "./dist/charts/legend.d.ts", "import": "./dist/charts/legend.js" }, |
27 | | - "./charts/layout.js": { "types": "./dist/charts/layout.d.ts", "import": "./dist/charts/layout.js" }, |
28 | 25 | "./charts/generate.js": { "types": "./dist/charts/generate.d.ts", "import": "./dist/charts/generate.js" }, |
29 | 26 | "./render/svg.js": { "types": "./dist/render/svg.d.ts", "import": "./dist/render/svg.js" }, |
30 | 27 | "./render/error.js": { "types": "./dist/render/error.d.ts", "import": "./dist/render/error.js" }, |
31 | 28 | "./utils/params.js": { "types": "./dist/utils/params.d.ts", "import": "./dist/utils/params.js" }, |
32 | 29 | "./utils/sanitize.js": { "types": "./dist/utils/sanitize.d.ts", "import": "./dist/utils/sanitize.js" }, |
33 | 30 | "./constants/config.js": { "types": "./dist/constants/config.d.ts", "import": "./dist/constants/config.js" }, |
34 | | - "./constants/geometry.js": { "types": "./dist/constants/geometry.d.ts", "import": "./dist/constants/geometry.js" }, |
35 | | - "./constants/styles.js": { "types": "./dist/constants/styles.d.ts", "import": "./dist/constants/styles.js" }, |
36 | | - "./constants/themes.js": { "types": "./dist/constants/themes.d.ts", "import": "./dist/constants/themes.js" }, |
37 | | - "./constants/types.js": { "types": "./dist/constants/types.d.ts", "import": "./dist/constants/types.js" } |
| 31 | + "./constants/themes.js": { "types": "./dist/constants/themes.d.ts", "import": "./dist/constants/themes.js" } |
38 | 32 | }, |
39 | 33 | "files": [ |
40 | 34 | "dist", |
|
0 commit comments