@hypercerts-org/lexicon 0.11.0 → 0.11.1
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/CHANGELOG.md +13 -0
- package/README.md +39 -23
- package/SCHEMAS.md +6 -6
- package/dist/exports.d.ts +1 -1
- package/dist/generated/exports.d.ts +1 -1
- package/dist/generated/lexicons.d.ts +2 -2
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist/lexicons.cjs +1 -1
- package/dist/lexicons.cjs.map +1 -1
- package/dist/lexicons.d.ts +2 -2
- package/dist/lexicons.mjs +1 -1
- package/dist/lexicons.mjs.map +1 -1
- package/lexicons/org/hyperboards/board.json +1 -1
- package/package.json +3 -2
- package/dist/tests/validate-external-lexicons.test.d.ts +0 -2
- package/dist/tests/validate-external-lexicons.test.d.ts.map +0 -1
- package/dist/tests/validate-funding-receipt.test.d.ts +0 -2
- package/dist/tests/validate-funding-receipt.test.d.ts.map +0 -1
- package/dist/tests/validate-link-evm.test.d.ts +0 -2
- package/dist/tests/validate-link-evm.test.d.ts.map +0 -1
- package/dist/tests/validate-rights.test.d.ts +0 -2
- package/dist/tests/validate-rights.test.d.ts.map +0 -1
package/dist/lexicons.d.ts
CHANGED
|
@@ -548,7 +548,7 @@ export declare const schemaDict: {
|
|
|
548
548
|
readonly subject: {
|
|
549
549
|
readonly type: "ref";
|
|
550
550
|
readonly ref: "lex:com.atproto.repo.strongRef";
|
|
551
|
-
readonly description: "Reference to the org.hypercerts.claim.activity or org.hypercerts.
|
|
551
|
+
readonly description: "Reference to the org.hypercerts.claim.activity or org.hypercerts.collection this board visualizes.";
|
|
552
552
|
};
|
|
553
553
|
readonly config: {
|
|
554
554
|
readonly type: "ref";
|
|
@@ -2853,7 +2853,7 @@ export declare const schemas: ({
|
|
|
2853
2853
|
readonly subject: {
|
|
2854
2854
|
readonly type: "ref";
|
|
2855
2855
|
readonly ref: "lex:com.atproto.repo.strongRef";
|
|
2856
|
-
readonly description: "Reference to the org.hypercerts.claim.activity or org.hypercerts.
|
|
2856
|
+
readonly description: "Reference to the org.hypercerts.claim.activity or org.hypercerts.collection this board visualizes.";
|
|
2857
2857
|
};
|
|
2858
2858
|
readonly config: {
|
|
2859
2859
|
readonly type: "ref";
|
package/dist/lexicons.mjs
CHANGED
|
@@ -617,7 +617,7 @@ const schemaDict = {
|
|
|
617
617
|
subject: {
|
|
618
618
|
type: 'ref',
|
|
619
619
|
ref: 'lex:com.atproto.repo.strongRef',
|
|
620
|
-
description: 'Reference to the org.hypercerts.claim.activity or org.hypercerts.
|
|
620
|
+
description: 'Reference to the org.hypercerts.claim.activity or org.hypercerts.collection this board visualizes.',
|
|
621
621
|
},
|
|
622
622
|
config: {
|
|
623
623
|
type: 'ref',
|