@fedify/vocab 2.0.22-dev.1440 → 2.0.22-dev.1471
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/deno.json +1 -1
- package/dist/mod.cjs +1165 -384
- package/dist/mod.d.cts +27 -0
- package/dist/mod.d.ts +27 -0
- package/dist/mod.js +1165 -384
- package/dist-tests/actor.test.mjs +2 -2
- package/dist-tests/{deno-BTopG74J.mjs → deno-_8CMEESL.mjs} +2 -2
- package/dist-tests/lookup.test.mjs +2 -2
- package/dist-tests/type.test.mjs +1 -1
- package/dist-tests/{vocab-D1CEMtLN.mjs → vocab-ClsmZIAo.mjs} +1165 -384
- package/dist-tests/vocab.test.mjs +31 -1
- package/package.json +4 -4
- package/src/vocab.test.ts +36 -0
package/dist/mod.d.cts
CHANGED
|
@@ -22,6 +22,9 @@ declare class Object$1 {
|
|
|
22
22
|
} | undefined;
|
|
23
23
|
protected get _cachedJsonLd(): unknown | undefined;
|
|
24
24
|
protected set _cachedJsonLd(value: unknown | undefined);
|
|
25
|
+
protected get _shouldCacheJsonLd(): boolean;
|
|
26
|
+
protected set _shouldCacheJsonLd(value: boolean);
|
|
27
|
+
protected static _shouldCacheDecodedJsonLd(value: unknown): boolean;
|
|
25
28
|
/**
|
|
26
29
|
* The type URI of {@link Object}: `https://www.w3.org/ns/activitystreams#Object`.
|
|
27
30
|
*/
|
|
@@ -1766,6 +1769,9 @@ declare class PropertyValue {
|
|
|
1766
1769
|
} | undefined;
|
|
1767
1770
|
protected get _cachedJsonLd(): unknown | undefined;
|
|
1768
1771
|
protected set _cachedJsonLd(value: unknown | undefined);
|
|
1772
|
+
protected get _shouldCacheJsonLd(): boolean;
|
|
1773
|
+
protected set _shouldCacheJsonLd(value: boolean);
|
|
1774
|
+
protected static _shouldCacheDecodedJsonLd(value: unknown): boolean;
|
|
1769
1775
|
/**
|
|
1770
1776
|
* The type URI of {@link PropertyValue}: `http://schema.org#PropertyValue`.
|
|
1771
1777
|
*/
|
|
@@ -1863,6 +1869,9 @@ declare class DidService {
|
|
|
1863
1869
|
} | undefined;
|
|
1864
1870
|
protected get _cachedJsonLd(): unknown | undefined;
|
|
1865
1871
|
protected set _cachedJsonLd(value: unknown | undefined);
|
|
1872
|
+
protected get _shouldCacheJsonLd(): boolean;
|
|
1873
|
+
protected set _shouldCacheJsonLd(value: boolean);
|
|
1874
|
+
protected static _shouldCacheDecodedJsonLd(value: unknown): boolean;
|
|
1866
1875
|
/**
|
|
1867
1876
|
* The type URI of {@link DidService}: `https://www.w3.org/ns/did#Service`.
|
|
1868
1877
|
*/
|
|
@@ -2036,6 +2045,9 @@ declare class DataIntegrityProof {
|
|
|
2036
2045
|
} | undefined;
|
|
2037
2046
|
protected get _cachedJsonLd(): unknown | undefined;
|
|
2038
2047
|
protected set _cachedJsonLd(value: unknown | undefined);
|
|
2048
|
+
protected get _shouldCacheJsonLd(): boolean;
|
|
2049
|
+
protected set _shouldCacheJsonLd(value: boolean);
|
|
2050
|
+
protected static _shouldCacheDecodedJsonLd(value: unknown): boolean;
|
|
2039
2051
|
/**
|
|
2040
2052
|
* The type URI of {@link DataIntegrityProof}: `https://w3id.org/security#DataIntegrityProof`.
|
|
2041
2053
|
*/
|
|
@@ -2166,6 +2178,9 @@ declare class CryptographicKey {
|
|
|
2166
2178
|
} | undefined;
|
|
2167
2179
|
protected get _cachedJsonLd(): unknown | undefined;
|
|
2168
2180
|
protected set _cachedJsonLd(value: unknown | undefined);
|
|
2181
|
+
protected get _shouldCacheJsonLd(): boolean;
|
|
2182
|
+
protected set _shouldCacheJsonLd(value: boolean);
|
|
2183
|
+
protected static _shouldCacheDecodedJsonLd(value: unknown): boolean;
|
|
2169
2184
|
/**
|
|
2170
2185
|
* The type URI of {@link CryptographicKey}: `https://w3id.org/security#Key`.
|
|
2171
2186
|
*/
|
|
@@ -2275,6 +2290,9 @@ declare class Multikey {
|
|
|
2275
2290
|
} | undefined;
|
|
2276
2291
|
protected get _cachedJsonLd(): unknown | undefined;
|
|
2277
2292
|
protected set _cachedJsonLd(value: unknown | undefined);
|
|
2293
|
+
protected get _shouldCacheJsonLd(): boolean;
|
|
2294
|
+
protected set _shouldCacheJsonLd(value: boolean);
|
|
2295
|
+
protected static _shouldCacheDecodedJsonLd(value: unknown): boolean;
|
|
2278
2296
|
/**
|
|
2279
2297
|
* The type URI of {@link Multikey}: `https://w3id.org/security#Multikey`.
|
|
2280
2298
|
*/
|
|
@@ -6079,6 +6097,9 @@ declare class Endpoints {
|
|
|
6079
6097
|
} | undefined;
|
|
6080
6098
|
protected get _cachedJsonLd(): unknown | undefined;
|
|
6081
6099
|
protected set _cachedJsonLd(value: unknown | undefined);
|
|
6100
|
+
protected get _shouldCacheJsonLd(): boolean;
|
|
6101
|
+
protected set _shouldCacheJsonLd(value: boolean);
|
|
6102
|
+
protected static _shouldCacheDecodedJsonLd(value: unknown): boolean;
|
|
6082
6103
|
/**
|
|
6083
6104
|
* The type URI of {@link Endpoints}: `https://www.w3.org/ns/activitystreams#Endpoints`.
|
|
6084
6105
|
*/
|
|
@@ -7366,6 +7387,9 @@ declare class Link {
|
|
|
7366
7387
|
} | undefined;
|
|
7367
7388
|
protected get _cachedJsonLd(): unknown | undefined;
|
|
7368
7389
|
protected set _cachedJsonLd(value: unknown | undefined);
|
|
7390
|
+
protected get _shouldCacheJsonLd(): boolean;
|
|
7391
|
+
protected set _shouldCacheJsonLd(value: boolean);
|
|
7392
|
+
protected static _shouldCacheDecodedJsonLd(value: unknown): boolean;
|
|
7369
7393
|
/**
|
|
7370
7394
|
* The type URI of {@link Link}: `https://www.w3.org/ns/activitystreams#Link`.
|
|
7371
7395
|
*/
|
|
@@ -13300,6 +13324,9 @@ declare class Source {
|
|
|
13300
13324
|
} | undefined;
|
|
13301
13325
|
protected get _cachedJsonLd(): unknown | undefined;
|
|
13302
13326
|
protected set _cachedJsonLd(value: unknown | undefined);
|
|
13327
|
+
protected get _shouldCacheJsonLd(): boolean;
|
|
13328
|
+
protected set _shouldCacheJsonLd(value: boolean);
|
|
13329
|
+
protected static _shouldCacheDecodedJsonLd(value: unknown): boolean;
|
|
13303
13330
|
/**
|
|
13304
13331
|
* The type URI of {@link Source}: `https://www.w3.org/ns/activitystreams#Source`.
|
|
13305
13332
|
*/
|
package/dist/mod.d.ts
CHANGED
|
@@ -22,6 +22,9 @@ declare class Object$1 {
|
|
|
22
22
|
} | undefined;
|
|
23
23
|
protected get _cachedJsonLd(): unknown | undefined;
|
|
24
24
|
protected set _cachedJsonLd(value: unknown | undefined);
|
|
25
|
+
protected get _shouldCacheJsonLd(): boolean;
|
|
26
|
+
protected set _shouldCacheJsonLd(value: boolean);
|
|
27
|
+
protected static _shouldCacheDecodedJsonLd(value: unknown): boolean;
|
|
25
28
|
/**
|
|
26
29
|
* The type URI of {@link Object}: `https://www.w3.org/ns/activitystreams#Object`.
|
|
27
30
|
*/
|
|
@@ -1766,6 +1769,9 @@ declare class PropertyValue {
|
|
|
1766
1769
|
} | undefined;
|
|
1767
1770
|
protected get _cachedJsonLd(): unknown | undefined;
|
|
1768
1771
|
protected set _cachedJsonLd(value: unknown | undefined);
|
|
1772
|
+
protected get _shouldCacheJsonLd(): boolean;
|
|
1773
|
+
protected set _shouldCacheJsonLd(value: boolean);
|
|
1774
|
+
protected static _shouldCacheDecodedJsonLd(value: unknown): boolean;
|
|
1769
1775
|
/**
|
|
1770
1776
|
* The type URI of {@link PropertyValue}: `http://schema.org#PropertyValue`.
|
|
1771
1777
|
*/
|
|
@@ -1863,6 +1869,9 @@ declare class DidService {
|
|
|
1863
1869
|
} | undefined;
|
|
1864
1870
|
protected get _cachedJsonLd(): unknown | undefined;
|
|
1865
1871
|
protected set _cachedJsonLd(value: unknown | undefined);
|
|
1872
|
+
protected get _shouldCacheJsonLd(): boolean;
|
|
1873
|
+
protected set _shouldCacheJsonLd(value: boolean);
|
|
1874
|
+
protected static _shouldCacheDecodedJsonLd(value: unknown): boolean;
|
|
1866
1875
|
/**
|
|
1867
1876
|
* The type URI of {@link DidService}: `https://www.w3.org/ns/did#Service`.
|
|
1868
1877
|
*/
|
|
@@ -2036,6 +2045,9 @@ declare class DataIntegrityProof {
|
|
|
2036
2045
|
} | undefined;
|
|
2037
2046
|
protected get _cachedJsonLd(): unknown | undefined;
|
|
2038
2047
|
protected set _cachedJsonLd(value: unknown | undefined);
|
|
2048
|
+
protected get _shouldCacheJsonLd(): boolean;
|
|
2049
|
+
protected set _shouldCacheJsonLd(value: boolean);
|
|
2050
|
+
protected static _shouldCacheDecodedJsonLd(value: unknown): boolean;
|
|
2039
2051
|
/**
|
|
2040
2052
|
* The type URI of {@link DataIntegrityProof}: `https://w3id.org/security#DataIntegrityProof`.
|
|
2041
2053
|
*/
|
|
@@ -2166,6 +2178,9 @@ declare class CryptographicKey {
|
|
|
2166
2178
|
} | undefined;
|
|
2167
2179
|
protected get _cachedJsonLd(): unknown | undefined;
|
|
2168
2180
|
protected set _cachedJsonLd(value: unknown | undefined);
|
|
2181
|
+
protected get _shouldCacheJsonLd(): boolean;
|
|
2182
|
+
protected set _shouldCacheJsonLd(value: boolean);
|
|
2183
|
+
protected static _shouldCacheDecodedJsonLd(value: unknown): boolean;
|
|
2169
2184
|
/**
|
|
2170
2185
|
* The type URI of {@link CryptographicKey}: `https://w3id.org/security#Key`.
|
|
2171
2186
|
*/
|
|
@@ -2275,6 +2290,9 @@ declare class Multikey {
|
|
|
2275
2290
|
} | undefined;
|
|
2276
2291
|
protected get _cachedJsonLd(): unknown | undefined;
|
|
2277
2292
|
protected set _cachedJsonLd(value: unknown | undefined);
|
|
2293
|
+
protected get _shouldCacheJsonLd(): boolean;
|
|
2294
|
+
protected set _shouldCacheJsonLd(value: boolean);
|
|
2295
|
+
protected static _shouldCacheDecodedJsonLd(value: unknown): boolean;
|
|
2278
2296
|
/**
|
|
2279
2297
|
* The type URI of {@link Multikey}: `https://w3id.org/security#Multikey`.
|
|
2280
2298
|
*/
|
|
@@ -6079,6 +6097,9 @@ declare class Endpoints {
|
|
|
6079
6097
|
} | undefined;
|
|
6080
6098
|
protected get _cachedJsonLd(): unknown | undefined;
|
|
6081
6099
|
protected set _cachedJsonLd(value: unknown | undefined);
|
|
6100
|
+
protected get _shouldCacheJsonLd(): boolean;
|
|
6101
|
+
protected set _shouldCacheJsonLd(value: boolean);
|
|
6102
|
+
protected static _shouldCacheDecodedJsonLd(value: unknown): boolean;
|
|
6082
6103
|
/**
|
|
6083
6104
|
* The type URI of {@link Endpoints}: `https://www.w3.org/ns/activitystreams#Endpoints`.
|
|
6084
6105
|
*/
|
|
@@ -7366,6 +7387,9 @@ declare class Link {
|
|
|
7366
7387
|
} | undefined;
|
|
7367
7388
|
protected get _cachedJsonLd(): unknown | undefined;
|
|
7368
7389
|
protected set _cachedJsonLd(value: unknown | undefined);
|
|
7390
|
+
protected get _shouldCacheJsonLd(): boolean;
|
|
7391
|
+
protected set _shouldCacheJsonLd(value: boolean);
|
|
7392
|
+
protected static _shouldCacheDecodedJsonLd(value: unknown): boolean;
|
|
7369
7393
|
/**
|
|
7370
7394
|
* The type URI of {@link Link}: `https://www.w3.org/ns/activitystreams#Link`.
|
|
7371
7395
|
*/
|
|
@@ -13300,6 +13324,9 @@ declare class Source {
|
|
|
13300
13324
|
} | undefined;
|
|
13301
13325
|
protected get _cachedJsonLd(): unknown | undefined;
|
|
13302
13326
|
protected set _cachedJsonLd(value: unknown | undefined);
|
|
13327
|
+
protected get _shouldCacheJsonLd(): boolean;
|
|
13328
|
+
protected set _shouldCacheJsonLd(value: boolean);
|
|
13329
|
+
protected static _shouldCacheDecodedJsonLd(value: unknown): boolean;
|
|
13303
13330
|
/**
|
|
13304
13331
|
* The type URI of {@link Source}: `https://www.w3.org/ns/activitystreams#Source`.
|
|
13305
13332
|
*/
|