@stoker-platform/web-client 0.5.4 → 0.5.6

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/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Source-Available Development License
2
2
 
3
- Copyright © 2025 Shopfront International Pty Ltd.
3
+ Copyright © 2026 Shopfront International Pty Ltd.
4
4
 
5
5
  This is a source‑available license and not an OSI‑approved open‑source license.
6
6
 
@@ -23,13 +23,34 @@ No other rights are granted except as expressly stated in this License.
23
23
  - Using the Software in any revenue-generating product, service, or project
24
24
  - Selling, sublicensing, or monetising the Software
25
25
 
26
- You may not use the Software to develop, distribute, or operate:
26
+ You may not use the Software, directly or indirectly, to develop, distribute, operate, or enable any product or service that:
27
27
 
28
- - A competing headless CMS or application framework
29
- - A low-code, no-code or AI powered application builder
30
- - A program that replicates the core functionality of the Software, regardless of the backend or database technology used
28
+ - #### Competes with the Software
31
29
 
32
- You may not use the Software to train or improve AI/ML models.
30
+ By functioning as a headless CMS, application framework, developer platform, or substantially similar system.
31
+
32
+ - #### Replicates Core Functionality
33
+
34
+ Copies or substantially mirrors the Software’s architecture, workflows, abstractions, or core features.
35
+
36
+ - #### Offers the Software as a Service
37
+
38
+ Provides the Software itself or its functionality to third parties as a managed service, hosted platform, API, or marketplace.
39
+
40
+ - #### Rebrands or White-Labels the Software
41
+
42
+ Offers the Software itself under a different name, branding, or identity.
43
+
44
+ - #### Creates Derived Frameworks or Tooling
45
+
46
+ Distributes frameworks, starter kits, templates, scaffolding, or developer toolkits substantially derived from the Software.
47
+
48
+ - #### Competitive Analysis and Cloning
49
+
50
+ Uses the Software mainly to analyse, benchmark, reverse engineer, or replicate it for a competing product or service.
51
+
52
+ - #### Artificial Intelligence and Machine Learning
53
+ Uses the Software itself to train, fine-tune, or improve artificial intelligence or machine learning models.
33
54
 
34
55
  To use the Software commercially or in production, you must obtain a Commercial License from the Licensor. Contact info@getoutpost.com for licensing information.
35
56
 
@@ -49,13 +70,17 @@ All trademarks, service marks, and logos associated with the Software are the pr
49
70
 
50
71
  ## 5. Alpha Mode
51
72
 
52
- The Software is currently in alpha development. Features, functionality, and data handling practices may change as the Software is improved. By using the Software in its alpha stage, you acknowledge that the Software is experimental and subject to updates.
73
+ - The Software may be provided in alpha or pre-release form. Features, functionality, and data handling may change without notice.
74
+ - By using the Software in alpha, you acknowledge it may contain bugs, errors, or incomplete functionality.
75
+ - The Licensor makes no commitment to maintain backward compatibility or preserve data formats during the alpha period.
76
+ - Alpha releases may be discontinued or replaced without prior notice.
77
+ - You are responsible for backing up your data and testing compatibility before upgrading.
53
78
 
54
79
  ## 6. Limited Warranty / Liability
55
80
 
56
- The Software is provided **“AS IS”**, without warranty of any kind, express or implied, including but not limited to warranties of merchantability, fitness for a particular purpose, or non-infringement.
57
-
58
- To the maximum extent permitted by law, the Licensor shall not be liable for any damages, including direct, indirect, incidental, or consequential damages arising from the use or inability to use the Software.
81
+ - To the extent permitted by law, the Software is provided **"AS IS"**, without warranties of any kind, express or implied, including but not limited to warranties of merchantability, fitness for a particular purpose, or non-infringement.
82
+ - Licensor is not liable for any damages arising from use or inability to use the Software, to the maximum extent permitted by law.
83
+ - Nothing in this License excludes rights or remedies that cannot be waived under applicable law.
59
84
 
60
85
  ## 7. Termination
61
86
 
package/dist/bundle.js CHANGED
@@ -8,7 +8,7 @@ import { getFunctions as je, httpsCallable as Ye, connectFunctionsEmulator as up
8
8
  import { ReCaptchaEnterpriseProvider as fp, initializeAppCheck as Zn, onTokenChanged as Gn } from "firebase/app-check";
9
9
  import { getPerformance as dp } from "firebase/performance";
10
10
  import { getRemoteConfig as hp, fetchAndActivate as mp } from "firebase/remote-config";
11
- const pp = "0.5.3", yp = (r) => !!r.auth, _t = (r, e) => {
11
+ const pp = "0.5.5", yp = (r) => !!r.auth, _t = (r, e) => {
12
12
  if (e?.operations)
13
13
  return e.operations.includes(r);
14
14
  }, An = (r, e) => e ? e.Role ? r.access?.includes(e.Role) : !1 : !0, gp = (r, e) => r.restrictCreate === !0 ? !1 : e && typeof r.restrictCreate == "object" ? e.Role ? r.restrictCreate?.includes(e.Role) : !1 : !0, _p = (r, e) => r.restrictUpdate === !0 ? !1 : e && typeof r.restrictUpdate == "object" ? e.Role ? r.restrictUpdate?.includes(e.Role) : !1 : !0, ne = (r, e) => r.filter((t) => t.name === e)[0], _e = (r) => ["OneToOne", "OneToMany", "ManyToOne", "ManyToMany"].includes(r.type), Td = (r, e) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stoker-platform/web-client",
3
- "version": "0.5.4",
3
+ "version": "0.5.6",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "files": [
@@ -23,8 +23,8 @@
23
23
  "test": "echo \"Error: no test specified\""
24
24
  },
25
25
  "dependencies": {
26
- "@stoker-platform/types": "0.5.3",
27
- "@stoker-platform/utils": "0.5.4",
26
+ "@stoker-platform/types": "0.5.4",
27
+ "@stoker-platform/utils": "0.5.6",
28
28
  "@types/lodash": "^4.17.21",
29
29
  "@types/luxon": "^3.7.1",
30
30
  "firebase": "^12.7.0",