@oicl/openbridge-webcomponents-react 0.0.16 → 0.0.17-dev-20250303112901
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.
- package/package.json +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.
|
|
8
|
+
"version": "0.0.17-dev-20250303112901",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@oicl/openbridge-webcomponents": "^0.0.
|
|
10
|
+
"@oicl/openbridge-webcomponents": "^0.0.17-dev-20250303112901",
|
|
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
|
-
[](https://discord.gg/
|
|
3
|
+
[](https://discord.gg/hes9SNmR)
|
|
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/
|
|
28
|
+
Join our discord server to get the latest updates and to ask questions. [Join here.](https://discord.gg/hes9SNmR)
|
|
29
29
|
|
|
30
30
|
## Table of Contents
|
|
31
31
|
|