|
7 | 7 | "license": "MIT", |
8 | 8 | "exports": { |
9 | 9 | ".": "./src/index.ts", |
10 | | - "./blocks": "./src/blocks/index.ts", |
11 | | - "./modules": "./src/modules/index.ts" |
| 10 | + "./blocks/*": "./src/blocks/*.ts", |
| 11 | + "./modules/*": "./src/modules/*.ts" |
12 | 12 | }, |
13 | 13 | "scripts": { |
14 | 14 | "dev": "cross-env NODE_ENV=development nest start --watch", |
|
20 | 20 | "generate:component": "turbo gen api-component" |
21 | 21 | }, |
22 | 22 | "dependencies": { |
23 | | - "@dxp/blocks.article": "^1.1.0", |
24 | | - "@dxp/blocks.article-list": "^1.1.0", |
25 | | - "@dxp/blocks.article-search": "^1.1.0", |
26 | | - "@dxp/blocks.bento-grid": "^0.1.1", |
27 | | - "@dxp/blocks.category": "^1.1.0", |
28 | | - "@dxp/blocks.category-list": "^1.1.0", |
29 | | - "@dxp/blocks.cta-section": "^0.1.2", |
30 | | - "@dxp/blocks.document-list": "^0.1.1", |
31 | | - "@dxp/blocks.faq": "^0.1.2", |
32 | | - "@dxp/blocks.feature-section": "^0.1.4", |
33 | | - "@dxp/blocks.feature-section-grid": "^0.0.7", |
34 | | - "@dxp/blocks.hero-section": "^0.1.3", |
35 | | - "@dxp/blocks.media-section": "^0.1.3", |
36 | | - "@dxp/blocks.pricing-section": "^0.1.2", |
37 | | - "@dxp/blocks.quick-links": "^0.1.1", |
| 23 | + "@dxp/blocks.article": "^1.2.0", |
| 24 | + "@dxp/blocks.article-list": "^1.2.0", |
| 25 | + "@dxp/blocks.article-search": "^1.2.0", |
| 26 | + "@dxp/blocks.bento-grid": "^0.2.0", |
| 27 | + "@dxp/blocks.category": "^1.2.0", |
| 28 | + "@dxp/blocks.category-list": "^1.2.0", |
| 29 | + "@dxp/blocks.cta-section": "^0.2.0", |
| 30 | + "@dxp/blocks.document-list": "^0.2.0", |
| 31 | + "@dxp/blocks.faq": "^0.2.0", |
| 32 | + "@dxp/blocks.feature-section": "^0.2.0", |
| 33 | + "@dxp/blocks.feature-section-grid": "^0.1.0", |
| 34 | + "@dxp/blocks.hero-section": "^0.2.0", |
| 35 | + "@dxp/blocks.media-section": "^0.2.0", |
| 36 | + "@dxp/blocks.pricing-section": "^0.2.0", |
| 37 | + "@dxp/blocks.quick-links": "^0.2.0", |
38 | 38 | "@dxp/configs.integrations": "*", |
39 | 39 | "@dxp/framework": "^0.3.0", |
40 | | - "@dxp/integrations.mocked": "^0.5.1", |
| 40 | + "@dxp/integrations.mocked": "^0.6.0", |
41 | 41 | "@dxp/utils.api-harmonization": "^0.0.5", |
42 | 42 | "@nestjs/axios": "^4.0.0", |
43 | 43 | "@nestjs/common": "^11.1.1", |
|
0 commit comments