@orangecheck/legal 0.5.0 → 0.6.0
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/README.md +0 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -13
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,6 @@ the boilerplate shared and the divergence explicit.
|
|
|
22
22
|
| `protocol` | ochk.io + the six verb sites + docs + analytics (one shared doc) |
|
|
23
23
|
| `me` | me.ochk.io — consumer identity that pays users in sats |
|
|
24
24
|
| `vault` | vault.ochk.io — paid end-to-end-encrypted secrets vault |
|
|
25
|
-
| `fleet` | fleet.ochk.io — enterprise managed agent infrastructure |
|
|
26
25
|
|
|
27
26
|
The nine `protocol` sites do **not** host their own pages — their footers link
|
|
28
27
|
to ochk.io. Only the three commercial products self-host.
|
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -57,16 +57,6 @@ var LEGAL_SITES = {
|
|
|
57
57
|
contact: CONTACT_GENERAL,
|
|
58
58
|
securityContact: CONTACT_SECURITY,
|
|
59
59
|
selfHosted: true
|
|
60
|
-
},
|
|
61
|
-
fleet: {
|
|
62
|
-
slug: "fleet",
|
|
63
|
-
profile: "fleet",
|
|
64
|
-
host: "fleet.ochk.io",
|
|
65
|
-
product: "OrangeCheck Fleet",
|
|
66
|
-
productShort: "Fleet",
|
|
67
|
-
contact: CONTACT_GENERAL,
|
|
68
|
-
securityContact: CONTACT_SECURITY,
|
|
69
|
-
selfHosted: true
|
|
70
60
|
}
|
|
71
61
|
};
|
|
72
62
|
var PROTOCOL_LINKED_SITES = [
|
|
@@ -478,7 +468,7 @@ var privacyChanges = {
|
|
|
478
468
|
};
|
|
479
469
|
|
|
480
470
|
// src/content/protocol.ts
|
|
481
|
-
var COMMERCIAL_SCOPE_NOTE = "These Terms govern the **non-custodial** OrangeCheck family: [ochk.io](https://ochk.io), the verb sites \u2014 OC Attest, OC Lock, OC Vote, OC Stamp, OC Agent, OC Pledge \u2014 and [docs.ochk.io](https://docs.ochk.io). The commercial products **me.ochk.io
|
|
471
|
+
var COMMERCIAL_SCOPE_NOTE = "These Terms govern the **non-custodial** OrangeCheck family: [ochk.io](https://ochk.io), the verb sites \u2014 OC Attest, OC Lock, OC Vote, OC Stamp, OC Agent, OC Pledge \u2014 and [docs.ochk.io](https://docs.ochk.io). The commercial products **me.ochk.io** and **vault.ochk.io** each publish their own Terms; these Terms do not govern your use of those products.";
|
|
482
472
|
var terms = {
|
|
483
473
|
kind: "terms",
|
|
484
474
|
eyebrow: "terms",
|
|
@@ -615,7 +605,7 @@ var terms = {
|
|
|
615
605
|
blocks: [
|
|
616
606
|
{
|
|
617
607
|
kind: "para",
|
|
618
|
-
text: "The protocol sites and documentation are free to use. You are responsible for Bitcoin network fees on any transactions you initiate and for your own ISP and wallet-provider costs. Paid functionality, if introduced, will be announced with advance notice; the commercial products **me.ochk.io
|
|
608
|
+
text: "The protocol sites and documentation are free to use. You are responsible for Bitcoin network fees on any transactions you initiate and for your own ISP and wallet-provider costs. Paid functionality, if introduced, will be announced with advance notice; the commercial products **me.ochk.io** and **vault.ochk.io** carry their own pricing and Terms."
|
|
619
609
|
}
|
|
620
610
|
]
|
|
621
611
|
},
|
|
@@ -676,7 +666,7 @@ var privacy = {
|
|
|
676
666
|
preamble: [
|
|
677
667
|
{
|
|
678
668
|
kind: "callout",
|
|
679
|
-
text: "This policy covers the **non-custodial** OrangeCheck family \u2014 [ochk.io](https://ochk.io), the six verb sites, and [docs.ochk.io](https://docs.ochk.io). The commercial products me.ochk.io
|
|
669
|
+
text: "This policy covers the **non-custodial** OrangeCheck family \u2014 [ochk.io](https://ochk.io), the six verb sites, and [docs.ochk.io](https://docs.ochk.io). The commercial products me.ochk.io and vault.ochk.io publish their own privacy policies covering the additional data their products handle."
|
|
680
670
|
}
|
|
681
671
|
],
|
|
682
672
|
sections: [
|