@twin.org/standards-w3c-vcard 0.0.3-next.2 → 0.0.3-next.21
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.
|
@@ -6,10 +6,18 @@
|
|
|
6
6
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
7
7
|
export const VCardContexts = {
|
|
8
8
|
/**
|
|
9
|
-
* The
|
|
10
|
-
* Based on W3C VCard Ontology.
|
|
11
|
-
* @see http://www.w3.org/2006/vcard/ns#
|
|
9
|
+
* The canonical RDF namespace URI.
|
|
12
10
|
*/
|
|
13
|
-
|
|
11
|
+
Namespace: "http://www.w3.org/2006/vcard/ns#",
|
|
12
|
+
/**
|
|
13
|
+
* The value to use in @context.
|
|
14
|
+
* Note: Context matches Namespace (both include trailing hash) as per vCard specification.
|
|
15
|
+
* The vCard JSON-LD context URL format includes a trailing hash.
|
|
16
|
+
*/
|
|
17
|
+
Context: "http://www.w3.org/2006/vcard/ns#",
|
|
18
|
+
/**
|
|
19
|
+
* The JSON-LD Context URL.
|
|
20
|
+
*/
|
|
21
|
+
JsonLdContext: "http://www.w3.org/2006/vcard/ns#"
|
|
14
22
|
};
|
|
15
23
|
//# sourceMappingURL=vcardContexts.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vcardContexts.js","sourceRoot":"","sources":["../../../src/models/vcardContexts.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AAEvC;;GAEG;AACH,gEAAgE;AAChE,MAAM,CAAC,MAAM,aAAa,GAAG;IAC5B;;;;OAIG;IACH,OAAO,EAAE,kCAAkC;
|
|
1
|
+
{"version":3,"file":"vcardContexts.js","sourceRoot":"","sources":["../../../src/models/vcardContexts.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AAEvC;;GAEG;AACH,gEAAgE;AAChE,MAAM,CAAC,MAAM,aAAa,GAAG;IAC5B;;OAEG;IACH,SAAS,EAAE,kCAAkC;IAE7C;;;;OAIG;IACH,OAAO,EAAE,kCAAkC;IAE3C;;OAEG;IACH,aAAa,EAAE,kCAAkC;CACxC,CAAC","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * The contexts for VCard.\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const VCardContexts = {\n\t/**\n\t * The canonical RDF namespace URI.\n\t */\n\tNamespace: \"http://www.w3.org/2006/vcard/ns#\",\n\n\t/**\n\t * The value to use in @context.\n\t * Note: Context matches Namespace (both include trailing hash) as per vCard specification.\n\t * The vCard JSON-LD context URL format includes a trailing hash.\n\t */\n\tContext: \"http://www.w3.org/2006/vcard/ns#\",\n\n\t/**\n\t * The JSON-LD Context URL.\n\t */\n\tJsonLdContext: \"http://www.w3.org/2006/vcard/ns#\"\n} as const;\n\n/**\n * The contexts for VCard.\n */\nexport type VCardContexts = (typeof VCardContexts)[keyof typeof VCardContexts];\n"]}
|
|
@@ -3,11 +3,19 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export declare const VCardContexts: {
|
|
5
5
|
/**
|
|
6
|
-
* The
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
* The canonical RDF namespace URI.
|
|
7
|
+
*/
|
|
8
|
+
readonly Namespace: "http://www.w3.org/2006/vcard/ns#";
|
|
9
|
+
/**
|
|
10
|
+
* The value to use in @context.
|
|
11
|
+
* Note: Context matches Namespace (both include trailing hash) as per vCard specification.
|
|
12
|
+
* The vCard JSON-LD context URL format includes a trailing hash.
|
|
9
13
|
*/
|
|
10
14
|
readonly Context: "http://www.w3.org/2006/vcard/ns#";
|
|
15
|
+
/**
|
|
16
|
+
* The JSON-LD Context URL.
|
|
17
|
+
*/
|
|
18
|
+
readonly JsonLdContext: "http://www.w3.org/2006/vcard/ns#";
|
|
11
19
|
};
|
|
12
20
|
/**
|
|
13
21
|
* The contexts for VCard.
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,138 @@
|
|
|
1
1
|
# @twin.org/standards-w3c-vcard - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.21](https://github.com/twinfoundation/standards/compare/standards-w3c-vcard-v0.0.3-next.20...standards-w3c-vcard-v0.0.3-next.21) (2026-01-23)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
## [0.0.3-next.20](https://github.com/twinfoundation/standards/compare/standards-w3c-vcard-v0.0.3-next.19...standards-w3c-vcard-v0.0.3-next.20) (2026-01-21)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Miscellaneous Chores
|
|
14
|
+
|
|
15
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
16
|
+
|
|
17
|
+
## [0.0.3-next.19](https://github.com/twinfoundation/standards/compare/standards-w3c-vcard-v0.0.3-next.18...standards-w3c-vcard-v0.0.3-next.19) (2026-01-21)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Miscellaneous Chores
|
|
21
|
+
|
|
22
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
23
|
+
|
|
24
|
+
## [0.0.3-next.18](https://github.com/twinfoundation/standards/compare/standards-w3c-vcard-v0.0.3-next.17...standards-w3c-vcard-v0.0.3-next.18) (2026-01-21)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Miscellaneous Chores
|
|
28
|
+
|
|
29
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
30
|
+
|
|
31
|
+
## [0.0.3-next.17](https://github.com/twinfoundation/standards/compare/standards-w3c-vcard-v0.0.3-next.16...standards-w3c-vcard-v0.0.3-next.17) (2026-01-21)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* updating the missing packages ([#114](https://github.com/twinfoundation/standards/issues/114)) ([90b03f8](https://github.com/twinfoundation/standards/commit/90b03f8bdcd81506284d74a445840386c2da2d35))
|
|
37
|
+
|
|
38
|
+
## [0.0.3-next.16](https://github.com/twinfoundation/standards/compare/standards-w3c-vcard-v0.0.3-next.15...standards-w3c-vcard-v0.0.3-next.16) (2026-01-19)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### Miscellaneous Chores
|
|
42
|
+
|
|
43
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
44
|
+
|
|
45
|
+
## [0.0.3-next.15](https://github.com/twinfoundation/standards/compare/standards-w3c-vcard-v0.0.3-next.14...standards-w3c-vcard-v0.0.3-next.15) (2026-01-16)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Miscellaneous Chores
|
|
49
|
+
|
|
50
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
51
|
+
|
|
52
|
+
## [0.0.3-next.14](https://github.com/twinfoundation/standards/compare/standards-w3c-vcard-v0.0.3-next.13...standards-w3c-vcard-v0.0.3-next.14) (2026-01-15)
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### Miscellaneous Chores
|
|
56
|
+
|
|
57
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
58
|
+
|
|
59
|
+
## [0.0.3-next.13](https://github.com/twinfoundation/standards/compare/standards-w3c-vcard-v0.0.3-next.12...standards-w3c-vcard-v0.0.3-next.13) (2026-01-14)
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
### Miscellaneous Chores
|
|
63
|
+
|
|
64
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
65
|
+
|
|
66
|
+
## [0.0.3-next.12](https://github.com/twinfoundation/standards/compare/standards-w3c-vcard-v0.0.3-next.11...standards-w3c-vcard-v0.0.3-next.12) (2026-01-14)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Miscellaneous Chores
|
|
70
|
+
|
|
71
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
72
|
+
|
|
73
|
+
## [0.0.3-next.11](https://github.com/twinfoundation/standards/compare/standards-w3c-vcard-v0.0.3-next.10...standards-w3c-vcard-v0.0.3-next.11) (2026-01-14)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Features
|
|
77
|
+
|
|
78
|
+
* improved namespaces and contexts ([#102](https://github.com/twinfoundation/standards/issues/102)) ([c74c370](https://github.com/twinfoundation/standards/commit/c74c370cd8145d6166ca4454353f3774c302ac3b))
|
|
79
|
+
|
|
80
|
+
## [0.0.3-next.10](https://github.com/twinfoundation/standards/compare/standards-w3c-vcard-v0.0.3-next.9...standards-w3c-vcard-v0.0.3-next.10) (2026-01-13)
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
### Miscellaneous Chores
|
|
84
|
+
|
|
85
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
86
|
+
|
|
87
|
+
## [0.0.3-next.9](https://github.com/twinfoundation/standards/compare/standards-w3c-vcard-v0.0.3-next.8...standards-w3c-vcard-v0.0.3-next.9) (2026-01-09)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
### Miscellaneous Chores
|
|
91
|
+
|
|
92
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
93
|
+
|
|
94
|
+
## [0.0.3-next.8](https://github.com/twinfoundation/standards/compare/standards-w3c-vcard-v0.0.3-next.7...standards-w3c-vcard-v0.0.3-next.8) (2026-01-08)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
### Miscellaneous Chores
|
|
98
|
+
|
|
99
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
100
|
+
|
|
101
|
+
## [0.0.3-next.7](https://github.com/twinfoundation/standards/compare/standards-w3c-vcard-v0.0.3-next.6...standards-w3c-vcard-v0.0.3-next.7) (2026-01-06)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
### Miscellaneous Chores
|
|
105
|
+
|
|
106
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
107
|
+
|
|
108
|
+
## [0.0.3-next.6](https://github.com/twinfoundation/standards/compare/standards-w3c-vcard-v0.0.3-next.5...standards-w3c-vcard-v0.0.3-next.6) (2025-12-03)
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
### Miscellaneous Chores
|
|
112
|
+
|
|
113
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
114
|
+
|
|
115
|
+
## [0.0.3-next.5](https://github.com/twinfoundation/standards/compare/standards-w3c-vcard-v0.0.3-next.4...standards-w3c-vcard-v0.0.3-next.5) (2025-11-28)
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
### Miscellaneous Chores
|
|
119
|
+
|
|
120
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
121
|
+
|
|
122
|
+
## [0.0.3-next.4](https://github.com/twinfoundation/standards/compare/standards-w3c-vcard-v0.0.3-next.3...standards-w3c-vcard-v0.0.3-next.4) (2025-11-18)
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
### Miscellaneous Chores
|
|
126
|
+
|
|
127
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
128
|
+
|
|
129
|
+
## [0.0.3-next.3](https://github.com/twinfoundation/standards/compare/standards-w3c-vcard-v0.0.3-next.2...standards-w3c-vcard-v0.0.3-next.3) (2025-11-18)
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
### Features
|
|
133
|
+
|
|
134
|
+
* add w3c dcat standards package ([#68](https://github.com/twinfoundation/standards/issues/68)) ([85746c6](https://github.com/twinfoundation/standards/commit/85746c673464498a52e9c30ce498fd88b81a7434))
|
|
135
|
+
|
|
3
136
|
## [0.0.3-next.2](https://github.com/twinfoundation/standards/compare/standards-w3c-vcard-v0.0.3-next.1...standards-w3c-vcard-v0.0.3-next.2) (2025-11-11)
|
|
4
137
|
|
|
5
138
|
|
|
@@ -6,13 +6,22 @@ The contexts for VCard.
|
|
|
6
6
|
|
|
7
7
|
## Type Declaration
|
|
8
8
|
|
|
9
|
+
### Namespace
|
|
10
|
+
|
|
11
|
+
> `readonly` **Namespace**: `"http://www.w3.org/2006/vcard/ns#"` = `"http://www.w3.org/2006/vcard/ns#"`
|
|
12
|
+
|
|
13
|
+
The canonical RDF namespace URI.
|
|
14
|
+
|
|
9
15
|
### Context
|
|
10
16
|
|
|
11
17
|
> `readonly` **Context**: `"http://www.w3.org/2006/vcard/ns#"` = `"http://www.w3.org/2006/vcard/ns#"`
|
|
12
18
|
|
|
13
|
-
The
|
|
14
|
-
|
|
19
|
+
The value to use in @context.
|
|
20
|
+
Note: Context matches Namespace (both include trailing hash) as per vCard specification.
|
|
21
|
+
The vCard JSON-LD context URL format includes a trailing hash.
|
|
22
|
+
|
|
23
|
+
### JsonLdContext
|
|
15
24
|
|
|
16
|
-
|
|
25
|
+
> `readonly` **JsonLdContext**: `"http://www.w3.org/2006/vcard/ns#"` = `"http://www.w3.org/2006/vcard/ns#"`
|
|
17
26
|
|
|
18
|
-
|
|
27
|
+
The JSON-LD Context URL.
|