@oicl/openbridge-webcomponents-react 2.0.0-next.159 → 2.0.0-next.160

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -31,7 +31,7 @@ We invite industry partners to join our Joint Industry Project. By becoming a do
31
31
  By becoming a donor, you aren’t just supporting code—you’re joining a collaborative movement. To show our appreciation, donors receive a specialized benefits package valid for 12 months upon receipt of payment:
32
32
 
33
33
  - **Proudly Show Your Support:** You are authorized to use the official "OpenBridge Member" logo in your marketing materials and corporate communications.
34
- - **Early & Easy Access:** You gain the right to use all new releases of the project’s software components directly under the Apache License 2.0.
34
+ - **Commercial License:** You can use every new release under a commercial license before its Apache 2.0 change date, without the AGPL obligations (see [LICENSE.txt](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/blob/develop/LICENSE.txt)).
35
35
 
36
36
  ### How to Support
37
37
  If you are interested in supporting the project, please fill out this **[Support Form](https://docs.google.com/forms/d/e/1FAIpQLSc6JVRyyIease2PkUArirNkG0DeTB__YnWEovjVwISlaYdktA/viewform?usp=header)**.
package/package.json CHANGED
@@ -5,9 +5,9 @@
5
5
  "build": "tsc",
6
6
  "build:watch": "tsc --watch"
7
7
  },
8
- "version": "2.0.0-next.159",
8
+ "version": "2.0.0-next.160",
9
9
  "dependencies": {
10
- "@oicl/openbridge-webcomponents": "^2.0.0-next.159",
10
+ "@oicl/openbridge-webcomponents": "^2.0.0-next.160",
11
11
  "@lit/react": "^1.0.0"
12
12
  },
13
13
  "peerDependencies": {