@sidub-inc/licensing-client 1.3.43 → 1.3.45

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/LICENSE +45 -0
  2. package/package.json +24 -4
package/LICENSE ADDED
@@ -0,0 +1,45 @@
1
+ Sidub Licensing - Licensing
2
+ Copyright (C) 2025 Sidub Inc.
3
+ All rights reserved.
4
+
5
+ The licensing package is part of Sidub Licensing. The terms of license set
6
+ forth are shared among all components of Sidub Licensing unless stated
7
+ otherwise.
8
+
9
+ Sidub Licensing is made available under a proprietary license. This license
10
+ does not include warranties, support, or indemnification for damages. Licenses
11
+ may be requested and managed at https://sidub.ca/ under account management.
12
+
13
+ If you have any inquiries about obtaining a proprietary license for Sidub
14
+ Licensing, please visit https://sidub.ca/licensing or reach out at
15
+ licensing@sidub.net.
16
+
17
+ GOVERNING LAW AND JURISDICTION:
18
+
19
+ This software and its licensing are governed by the laws of Ontario, Canada.
20
+ Any disputes related to the use or distribution of this software will be
21
+ resolved in the courts of Ontario, Canada, and you consent to the jurisdiction
22
+ of and venue in such courts.
23
+
24
+ LIMITATION OF LIABILITY:
25
+
26
+ TO THE MAXIMUM EXTENT PERMITTED BY LAW, IN NO EVENT SHALL SIDUB INC., ITS
27
+ AUTHORS, OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER
28
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29
+ OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30
+ SOFTWARE.
31
+
32
+ WARRANTY DISCLAIMER:
33
+
34
+ THE SIDUB PLATFORM IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
35
+ OR IMPLIED. SIDUB INC. OFFERS NO WARRANTIES, INCLUDING BUT NOT LIMITED TO
36
+ THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND
37
+ NONINFRINGEMENT.
38
+
39
+ ENTIRE AGREEMENT:
40
+
41
+ This LICENSE.txt, along with any other agreements or terms provided with the
42
+ software, constitutes the entire agreement between you and Sidub Inc.
43
+ regarding the use of the Sidub Platform. It supersedes all prior or
44
+ contemporaneous negotiations, discussions, or agreements between you and Sidub
45
+ Inc. about the software.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sidub-inc/licensing-client",
3
- "version": "1.3.43",
3
+ "version": "1.3.45",
4
4
  "description": "React/TypeScript runtime library for Sidub Licensing - License enforcement and consumption reporting",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -23,10 +23,30 @@
23
23
  "license-enforcement",
24
24
  "react",
25
25
  "typescript",
26
- "sidub"
26
+ "sidub",
27
+ "sdk",
28
+ "client"
27
29
  ],
28
- "author": "Sidub Inc.",
29
- "license": "MIT",
30
+ "author": {
31
+ "name": "Sidub Inc.",
32
+ "url": "https://sidub.ca"
33
+ },
34
+ "license": "SEE LICENSE IN LICENSE",
35
+ "homepage": "https://github.com/Sidub-Inc/Sidub.Licensing/tree/main/src/libs/Sidub.Licensing.Client.React#readme",
36
+ "bugs": {
37
+ "url": "https://github.com/Sidub-Inc/Sidub.Licensing/issues"
38
+ },
39
+ "funding": {
40
+ "type": "github",
41
+ "url": "https://github.com/sponsors/Sidub-Inc"
42
+ },
43
+ "engines": {
44
+ "node": ">=18"
45
+ },
46
+ "publishConfig": {
47
+ "access": "public",
48
+ "registry": "https://registry.npmjs.org/"
49
+ },
30
50
  "peerDependencies": {
31
51
  "react": ">=16.8.0"
32
52
  },