@public-ui/preact 1.1.13-rc.4 → 1.1.13-rc.5

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 (1) hide show
  1. package/package.json +19 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/preact",
3
- "version": "1.1.13-rc.4",
3
+ "version": "1.1.13-rc.5",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -18,7 +18,22 @@
18
18
  "email": "martin.oppitz@itzbund.de"
19
19
  }
20
20
  ],
21
- "description": "Das Preact-Modul ist der Framework-Adapter für die Komponenten-Bibliothek.",
21
+ "description": "Preact framework adapter for the accessible web component library KoliBri (@public-ui).",
22
+ "keywords": [
23
+ "accessibility",
24
+ "accessible components",
25
+ "bitv",
26
+ "components",
27
+ "component framework",
28
+ "component library",
29
+ "design system",
30
+ "preact",
31
+ "style guide",
32
+ "tsx",
33
+ "ui framework",
34
+ "ui library",
35
+ "web components"
36
+ ],
22
37
  "scripts": {
23
38
  "build": "unbuild",
24
39
  "prepack": "unbuild",
@@ -28,10 +43,10 @@
28
43
  ":unpublish": "npm unpublish -f --registry=http://localhost:4873"
29
44
  },
30
45
  "dependencies": {
31
- "@public-ui/react": "1.1.13-rc.4"
46
+ "@public-ui/react": "1.1.13-rc.5"
32
47
  },
33
48
  "devDependencies": {
34
- "@public-ui/components": "1.1.13-rc.4",
49
+ "@public-ui/components": "1.1.13-rc.5",
35
50
  "react": "18.2.0",
36
51
  "react-dom": "18.2.0",
37
52
  "typescript": "4.9.3",