@oicl/openbridge-webcomponents-react 0.0.15-dev-20250210103359 → 0.0.15-dev-20250210125726
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 +4 -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.15-dev-
|
|
8
|
+
"version": "0.0.15-dev-20250210125726",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@oicl/openbridge-webcomponents": "^0.0.15-dev-
|
|
10
|
+
"@oicl/openbridge-webcomponents": "^0.0.15-dev-20250210125726",
|
|
11
11
|
"@lit/react": "^1.0.0"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
package/readme.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Openbridge Web Components React
|
|
2
2
|
|
|
3
|
+
[](https://discord.gg/KR9f4D4A)
|
|
4
|
+
|
|
3
5
|
Welcome to the react wrapper of Openbridge Web Components!
|
|
4
6
|
|
|
5
7
|
# 🎉 We are preparing to release OpenBridge 6.0 in March 2026 🎉
|
|
@@ -21,9 +23,9 @@ We have made an short introduction to the library. You can watch it [here](https
|
|
|
21
23
|
<img src="https://img.youtube.com/vi/5DiEA4voqzI/0.jpg" alt="Watch the video" width="480" height="360" />
|
|
22
24
|
</a>
|
|
23
25
|
|
|
24
|
-
#
|
|
26
|
+
# Discord server
|
|
25
27
|
|
|
26
|
-
Join our
|
|
28
|
+
Join our discord server to get the latest updates and to ask questions. [Join here.](https://discord.gg/KR9f4D4A)
|
|
27
29
|
|
|
28
30
|
## Table of Contents
|
|
29
31
|
|