@oicl/openbridge-webcomponents-react 0.0.16 → 0.0.17-dev-20250326181407

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/package.json +2 -2
  2. package/readme.md +2 -2
package/package.json CHANGED
@@ -5,9 +5,9 @@
5
5
  "build": "tsc",
6
6
  "build:watch": "tsc --watch"
7
7
  },
8
- "version": "0.0.16",
8
+ "version": "0.0.17-dev-20250326181407",
9
9
  "dependencies": {
10
- "@oicl/openbridge-webcomponents": "^0.0.16",
10
+ "@oicl/openbridge-webcomponents": "^0.0.17-dev-20250326181407",
11
11
  "@lit/react": "^1.0.0"
12
12
  },
13
13
  "peerDependencies": {
package/readme.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Openbridge Web Components React
2
2
 
3
- [![discord, join chat](https://img.shields.io/badge/discord-join_chat-brightgreen.svg?logo=discord&labelColor=white&style=flat&color=%235865F2)](https://discord.gg/KR9f4D4A)
3
+ [![discord, join chat](https://img.shields.io/badge/discord-join_chat-brightgreen.svg?logo=discord&labelColor=white&style=flat&color=%235865F2)](https://discord.gg/c2dYxcMd)
4
4
 
5
5
  Welcome to the react wrapper of Openbridge Web Components!
6
6
 
@@ -25,7 +25,7 @@ We have made an short introduction to the library. You can watch it [here](https
25
25
 
26
26
  # Discord server
27
27
 
28
- Join our discord server to get the latest updates and to ask questions. [Join here.](https://discord.gg/KR9f4D4A)
28
+ Join our discord server to get the latest updates and to ask questions. [Join here.](https://discord.gg/c2dYxcMd)
29
29
 
30
30
  ## Table of Contents
31
31