@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/dist/index.mjs
CHANGED
|
@@ -51,16 +51,6 @@ var LEGAL_SITES = {
|
|
|
51
51
|
contact: CONTACT_GENERAL,
|
|
52
52
|
securityContact: CONTACT_SECURITY,
|
|
53
53
|
selfHosted: true
|
|
54
|
-
},
|
|
55
|
-
fleet: {
|
|
56
|
-
slug: "fleet",
|
|
57
|
-
profile: "fleet",
|
|
58
|
-
host: "fleet.ochk.io",
|
|
59
|
-
product: "OrangeCheck Fleet",
|
|
60
|
-
productShort: "Fleet",
|
|
61
|
-
contact: CONTACT_GENERAL,
|
|
62
|
-
securityContact: CONTACT_SECURITY,
|
|
63
|
-
selfHosted: true
|
|
64
54
|
}
|
|
65
55
|
};
|
|
66
56
|
var PROTOCOL_LINKED_SITES = [
|
|
@@ -472,7 +462,7 @@ var privacyChanges = {
|
|
|
472
462
|
};
|
|
473
463
|
|
|
474
464
|
// src/content/protocol.ts
|
|
475
|
-
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
|
|
465
|
+
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.";
|
|
476
466
|
var terms = {
|
|
477
467
|
kind: "terms",
|
|
478
468
|
eyebrow: "terms",
|
|
@@ -609,7 +599,7 @@ var terms = {
|
|
|
609
599
|
blocks: [
|
|
610
600
|
{
|
|
611
601
|
kind: "para",
|
|
612
|
-
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
|
|
602
|
+
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."
|
|
613
603
|
}
|
|
614
604
|
]
|
|
615
605
|
},
|
|
@@ -670,7 +660,7 @@ var privacy = {
|
|
|
670
660
|
preamble: [
|
|
671
661
|
{
|
|
672
662
|
kind: "callout",
|
|
673
|
-
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
|
|
663
|
+
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."
|
|
674
664
|
}
|
|
675
665
|
],
|
|
676
666
|
sections: [
|