@bpmnkit/astro-shared 0.0.4 → 0.0.6

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/README.md +5 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <div align="center">
2
- <img src="https://raw.githubusercontent.com/bpmnkit/monorepo/main/doc/logos/logo-2-gateway.svg" width="72" height="72" alt="BPMN Kit logo">
2
+ <a href="https://bpmnkit.com"><img src="https://bpmnkit.com/favicon.svg" width="72" height="72" alt="BPMN Kit logo"></a>
3
3
  <h1>@bpmnkit/astro-shared</h1>
4
4
  <p>Shared CSS design tokens, aurora background, and site metadata for BPMN Kit Astro apps</p>
5
5
 
@@ -76,3 +76,7 @@ console.log(SITE.docsUrl) // "https://docs.bpmnkit.com"
76
76
  ## License
77
77
 
78
78
  [MIT](https://github.com/bpmnkit/monorepo/blob/main/LICENSE) © BPMN Kit — made by [u11g](https://u11g.com)
79
+
80
+ <div align="center">
81
+ <a href="https://bpmnkit.com"><img src="https://bpmnkit.com/favicon.svg" width="32" height="32" alt="BPMN Kit"></a>
82
+ </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmnkit/astro-shared",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {
@@ -23,7 +23,7 @@
23
23
  "typescript"
24
24
  ],
25
25
  "dependencies": {
26
- "@bpmnkit/ui": "0.0.6"
26
+ "@bpmnkit/ui": "0.0.8"
27
27
  },
28
28
  "license": "MIT",
29
29
  "publishConfig": {