@odx/foundation 1.0.0-rc.2 → 1.0.0-rc.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +7 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 1.0.0-rc.3
2
+
3
+ ### Bug Fixes
4
+
5
+ - Add `package.json` package exports for better tooling support
6
+
1
7
  ## 1.0.0-rc.2
2
8
 
3
9
  ### Bug Fixes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@odx/foundation",
3
3
  "displayName": "ODX Design System Foundation",
4
4
  "description": "The design foundation of the ODX Design System, providing base styles and utilities",
5
- "version": "1.0.0-rc.2",
5
+ "version": "1.0.0-rc.3",
6
6
  "author": "Drägerwerk AG & Co.KGaA",
7
7
  "license": "SEE LICENSE IN LICENSE",
8
8
  "homepage": "https://odx.draeger.com",
@@ -18,17 +18,17 @@
18
18
  "signal-polyfill": "0.2.2"
19
19
  },
20
20
  "peerDependencies": {
21
- "@odx/design-tokens": "^4.0.0"
21
+ "@odx/design-tokens": "^4.0.1"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@vitest/browser-playwright": "4.0.18",
25
25
  "lit": "3.3.2",
26
- "stylelint": "17.3.0",
26
+ "stylelint": "17.4.0",
27
27
  "vitest": "4.0.18",
28
- "@odx-internal/config-stylelint": "0.0.0",
29
- "@odx-internal/config-typescript": "0.0.0",
30
28
  "@odx-internal/config-vite": "0.0.0",
31
- "@odx-internal/utils-storybook": "0.0.0"
29
+ "@odx-internal/config-stylelint": "0.0.0",
30
+ "@odx-internal/utils-storybook": "0.0.0",
31
+ "@odx-internal/config-typescript": "0.0.0"
32
32
  },
33
33
  "style": "./dist/styles.css",
34
34
  "sideEffects": [
@@ -37,6 +37,7 @@
37
37
  "./**/*.css"
38
38
  ],
39
39
  "exports": {
40
+ "./package.json": "./package.json",
40
41
  ".": {
41
42
  "import": "./dist/main.js",
42
43
  "types": "./dist/main.d.ts"