@twin.org/standards-w3c-vcard 0.0.3-next.9 → 0.9.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 +2 -2
- package/dist/es/models/vcardContexts.js +12 -4
- package/dist/es/models/vcardContexts.js.map +1 -1
- package/dist/es/models/vcardTypes.js +1 -1
- package/dist/es/models/vcardTypes.js.map +1 -1
- package/dist/types/models/vcardContexts.d.ts +12 -4
- package/dist/types/models/vcardTypes.d.ts +1 -1
- package/docs/changelog.md +524 -60
- package/docs/examples.md +20 -1
- package/docs/reference/variables/VCardContexts.md +15 -6
- package/docs/reference/variables/VCardPropertyType.md +15 -12
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# TWIN Standards W3C
|
|
1
|
+
# TWIN Standards W3C vCard
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
This package provides data models for the [W3C vCard RDF vocabulary](https://www.w3.org/TR/vcard-rdf/), supporting interoperable exchange of profile and contact information.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -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,
|
|
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"]}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// SPDX-License-Identifier: Apache-2.0.
|
|
3
3
|
/**
|
|
4
4
|
* Common VCard property types.
|
|
5
|
-
*
|
|
5
|
+
* @see http://www.w3.org/2006/vcard/ns#
|
|
6
6
|
*/
|
|
7
7
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
8
8
|
export const VCardPropertyType = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vcardTypes.js","sourceRoot":"","sources":["../../../src/models/vcardTypes.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AAEvC;;;GAGG;AACH,gEAAgE;AAChE,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAChC;;OAEG;IACH,aAAa,EAAE,IAAI;IAEnB;;OAEG;IACH,KAAK,EAAE,UAAU;IAEjB;;OAEG;IACH,YAAY,EAAE,cAAc;IAE5B;;OAEG;IACH,KAAK,EAAE,OAAO;IAEd;;OAEG;IACH,UAAU,EAAE,YAAY;IAExB;;OAEG;IACH,OAAO,EAAE,SAAS;IAElB;;OAEG;IACH,KAAK,EAAE,cAAc;IAErB;;OAEG;IACH,GAAG,EAAE,QAAQ;IAEb;;OAEG;IACH,QAAQ,EAAE,UAAU;IAEpB;;OAEG;IACH,QAAQ,EAAE,MAAM;IAEhB;;OAEG;IACH,KAAK,EAAE,UAAU;CACR,CAAC","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * Common VCard property types.\n *
|
|
1
|
+
{"version":3,"file":"vcardTypes.js","sourceRoot":"","sources":["../../../src/models/vcardTypes.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AAEvC;;;GAGG;AACH,gEAAgE;AAChE,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAChC;;OAEG;IACH,aAAa,EAAE,IAAI;IAEnB;;OAEG;IACH,KAAK,EAAE,UAAU;IAEjB;;OAEG;IACH,YAAY,EAAE,cAAc;IAE5B;;OAEG;IACH,KAAK,EAAE,OAAO;IAEd;;OAEG;IACH,UAAU,EAAE,YAAY;IAExB;;OAEG;IACH,OAAO,EAAE,SAAS;IAElB;;OAEG;IACH,KAAK,EAAE,cAAc;IAErB;;OAEG;IACH,GAAG,EAAE,QAAQ;IAEb;;OAEG;IACH,QAAQ,EAAE,UAAU;IAEpB;;OAEG;IACH,QAAQ,EAAE,MAAM;IAEhB;;OAEG;IACH,KAAK,EAAE,UAAU;CACR,CAAC","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * Common VCard property types.\n * @see http://www.w3.org/2006/vcard/ns#\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const VCardPropertyType = {\n\t/**\n\t * Formatted name\n\t */\n\tFormattedName: \"fn\",\n\n\t/**\n\t * Email address\n\t */\n\tEmail: \"hasEmail\",\n\n\t/**\n\t * Organization type\n\t */\n\tOrganization: \"Organization\",\n\n\t/**\n\t * Group type\n\t */\n\tGroup: \"Group\",\n\n\t/**\n\t * Individual type\n\t */\n\tIndividual: \"Individual\",\n\n\t/**\n\t * Address\n\t */\n\tAddress: \"Address\",\n\n\t/**\n\t * Phone number\n\t */\n\tPhone: \"hasTelephone\",\n\n\t/**\n\t * URL\n\t */\n\tUrl: \"hasUrl\",\n\n\t/**\n\t * Nickname\n\t */\n\tNickname: \"nickname\",\n\n\t/**\n\t * Birthday\n\t */\n\tBirthday: \"bday\",\n\n\t/**\n\t * Photo\n\t */\n\tPhoto: \"hasPhoto\"\n} as const;\n\n/**\n * Common VCard property types.\n */\nexport type VCardPropertyType = (typeof VCardPropertyType)[keyof typeof VCardPropertyType];\n"]}
|
|
@@ -3,11 +3,19 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export declare const VCardContexts: {
|
|
5
5
|
/**
|
|
6
|
-
* The
|
|
7
|
-
* Based on W3C VCard Ontology.
|
|
8
|
-
* @see http://www.w3.org/2006/vcard/ns#
|
|
6
|
+
* The canonical RDF namespace URI.
|
|
9
7
|
*/
|
|
10
|
-
readonly
|
|
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.
|
|
13
|
+
*/
|
|
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,301 +1,765 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0
|
|
3
|
+
## [0.9.0](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.9.0...standards-w3c-vcard-v0.9.0) (2026-06-23)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* release to production ([2ae4125](https://github.com/iotaledger/twin-standards/commit/2ae4125f305d4714b50036eb8a0bd47e4100a7be))
|
|
9
|
+
* release to production ([#246](https://github.com/iotaledger/twin-standards/issues/246)) ([6e6796b](https://github.com/iotaledger/twin-standards/commit/6e6796bd76aa70a9215eeb300ff479cde79368b8))
|
|
10
|
+
|
|
11
|
+
## [0.9.0-next.1](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.9.0-next.0...standards-w3c-vcard-v0.9.0-next.1) (2026-06-23)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* add context id features ([#64](https://github.com/iotaledger/twin-standards/issues/64)) ([e68bb87](https://github.com/iotaledger/twin-standards/commit/e68bb87a215f3c3956cfd6400a5e1e2a16256085))
|
|
17
|
+
* add validate-locales ([838389c](https://github.com/iotaledger/twin-standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
|
|
18
|
+
* add w3c dcat standards package ([#68](https://github.com/iotaledger/twin-standards/issues/68)) ([85746c6](https://github.com/iotaledger/twin-standards/commit/85746c673464498a52e9c30ce498fd88b81a7434))
|
|
19
|
+
* eslint migration to flat config ([648c1a1](https://github.com/iotaledger/twin-standards/commit/648c1a1e69d99b6b0cf69358ec6bdeecdbe3a5ea))
|
|
20
|
+
* improved namespaces and contexts ([#102](https://github.com/iotaledger/twin-standards/issues/102)) ([c74c370](https://github.com/iotaledger/twin-standards/commit/c74c370cd8145d6166ca4454353f3774c302ac3b))
|
|
21
|
+
* typescript 6 update ([79bfb52](https://github.com/iotaledger/twin-standards/commit/79bfb52e3dcb24689cec7b201dde822bcee970c5))
|
|
22
|
+
* update dependencies ([e422ed3](https://github.com/iotaledger/twin-standards/commit/e422ed351fb09e2deea5ef741326c37b0802af3a))
|
|
23
|
+
* update framework core ([58c0c3d](https://github.com/iotaledger/twin-standards/commit/58c0c3dd6cea0e4c2393dc0e3e1eb33a6d06f617))
|
|
24
|
+
* update to latest JSON schema spec ([7a23930](https://github.com/iotaledger/twin-standards/commit/7a2393032d7f48bfb20d3a484f981fb6dd83a92c))
|
|
25
|
+
* update to new ts-ts-schema and generic constructs ([4dff991](https://github.com/iotaledger/twin-standards/commit/4dff991fb70de4320668641ed94abf8e9b06acad))
|
|
26
|
+
* update ts-to-schema generation ([0905daa](https://github.com/iotaledger/twin-standards/commit/0905daa4a344ed35fc37b7f12fcf9ce9d34e4bd6))
|
|
27
|
+
* use shared store mechanism ([#11](https://github.com/iotaledger/twin-standards/issues/11)) ([96fa237](https://github.com/iotaledger/twin-standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Bug Fixes
|
|
31
|
+
|
|
32
|
+
* updating the missing packages ([#114](https://github.com/iotaledger/twin-standards/issues/114)) ([90b03f8](https://github.com/iotaledger/twin-standards/commit/90b03f8bdcd81506284d74a445840386c2da2d35))
|
|
33
|
+
|
|
34
|
+
## [0.0.3-next.69](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.68...standards-w3c-vcard-v0.0.3-next.69) (2026-06-22)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Miscellaneous Chores
|
|
38
|
+
|
|
39
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
40
|
+
|
|
41
|
+
## [0.0.3-next.68](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.67...standards-w3c-vcard-v0.0.3-next.68) (2026-06-22)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Miscellaneous Chores
|
|
45
|
+
|
|
46
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
47
|
+
|
|
48
|
+
## [0.0.3-next.67](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.66...standards-w3c-vcard-v0.0.3-next.67) (2026-06-12)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### Miscellaneous Chores
|
|
52
|
+
|
|
53
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
54
|
+
|
|
55
|
+
## [0.0.3-next.66](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.65...standards-w3c-vcard-v0.0.3-next.66) (2026-06-09)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
### Miscellaneous Chores
|
|
59
|
+
|
|
60
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
61
|
+
|
|
62
|
+
## [0.0.3-next.65](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.64...standards-w3c-vcard-v0.0.3-next.65) (2026-06-02)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### Miscellaneous Chores
|
|
66
|
+
|
|
67
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
68
|
+
|
|
69
|
+
## [0.0.3-next.64](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.63...standards-w3c-vcard-v0.0.3-next.64) (2026-06-01)
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
### Miscellaneous Chores
|
|
73
|
+
|
|
74
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
75
|
+
|
|
76
|
+
## [0.0.3-next.63](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.62...standards-w3c-vcard-v0.0.3-next.63) (2026-05-19)
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
### Features
|
|
80
|
+
|
|
81
|
+
* update dependencies ([e422ed3](https://github.com/iotaledger/twin-standards/commit/e422ed351fb09e2deea5ef741326c37b0802af3a))
|
|
82
|
+
|
|
83
|
+
## [0.0.3-next.62](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.61...standards-w3c-vcard-v0.0.3-next.62) (2026-05-18)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Miscellaneous Chores
|
|
87
|
+
|
|
88
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
89
|
+
|
|
90
|
+
## [0.0.3-next.61](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.60...standards-w3c-vcard-v0.0.3-next.61) (2026-05-11)
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
### Features
|
|
94
|
+
|
|
95
|
+
* typescript 6 update ([79bfb52](https://github.com/iotaledger/twin-standards/commit/79bfb52e3dcb24689cec7b201dde822bcee970c5))
|
|
96
|
+
|
|
97
|
+
## [0.0.3-next.60](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.59...standards-w3c-vcard-v0.0.3-next.60) (2026-04-21)
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
### Miscellaneous Chores
|
|
101
|
+
|
|
102
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
103
|
+
|
|
104
|
+
## [0.0.3-next.59](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.58...standards-w3c-vcard-v0.0.3-next.59) (2026-04-07)
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
### Miscellaneous Chores
|
|
108
|
+
|
|
109
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
110
|
+
|
|
111
|
+
## [0.0.3-next.58](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.57...standards-w3c-vcard-v0.0.3-next.58) (2026-03-25)
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
### Miscellaneous Chores
|
|
115
|
+
|
|
116
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
117
|
+
|
|
118
|
+
## [0.0.3-next.57](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.56...standards-w3c-vcard-v0.0.3-next.57) (2026-03-20)
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
### Miscellaneous Chores
|
|
122
|
+
|
|
123
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
124
|
+
|
|
125
|
+
## [0.0.3-next.56](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.55...standards-w3c-vcard-v0.0.3-next.56) (2026-03-20)
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
### Miscellaneous Chores
|
|
129
|
+
|
|
130
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
131
|
+
|
|
132
|
+
## [0.0.3-next.55](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.54...standards-w3c-vcard-v0.0.3-next.55) (2026-03-19)
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
### Features
|
|
136
|
+
|
|
137
|
+
* update to new ts-ts-schema and generic constructs ([4dff991](https://github.com/iotaledger/twin-standards/commit/4dff991fb70de4320668641ed94abf8e9b06acad))
|
|
138
|
+
|
|
139
|
+
## [0.0.3-next.54](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.53...standards-w3c-vcard-v0.0.3-next.54) (2026-03-12)
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
### Miscellaneous Chores
|
|
143
|
+
|
|
144
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
145
|
+
|
|
146
|
+
## [0.0.3-next.53](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.52...standards-w3c-vcard-v0.0.3-next.53) (2026-03-11)
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
### Miscellaneous Chores
|
|
150
|
+
|
|
151
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
152
|
+
|
|
153
|
+
## [0.0.3-next.52](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.51...standards-w3c-vcard-v0.0.3-next.52) (2026-03-10)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
### Miscellaneous Chores
|
|
157
|
+
|
|
158
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
159
|
+
|
|
160
|
+
## [0.0.3-next.51](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.50...standards-w3c-vcard-v0.0.3-next.51) (2026-03-10)
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
### Miscellaneous Chores
|
|
164
|
+
|
|
165
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
166
|
+
|
|
167
|
+
## [0.0.3-next.50](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.49...standards-w3c-vcard-v0.0.3-next.50) (2026-03-09)
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
### Miscellaneous Chores
|
|
171
|
+
|
|
172
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
173
|
+
|
|
174
|
+
## [0.0.3-next.49](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.48...standards-w3c-vcard-v0.0.3-next.49) (2026-03-06)
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
### Miscellaneous Chores
|
|
178
|
+
|
|
179
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
180
|
+
|
|
181
|
+
## [0.0.3-next.48](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.47...standards-w3c-vcard-v0.0.3-next.48) (2026-03-06)
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
### Miscellaneous Chores
|
|
185
|
+
|
|
186
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
187
|
+
|
|
188
|
+
## [0.0.3-next.47](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.46...standards-w3c-vcard-v0.0.3-next.47) (2026-03-06)
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### Miscellaneous Chores
|
|
192
|
+
|
|
193
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
194
|
+
|
|
195
|
+
## [0.0.3-next.46](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.45...standards-w3c-vcard-v0.0.3-next.46) (2026-03-05)
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
### Miscellaneous Chores
|
|
199
|
+
|
|
200
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
201
|
+
|
|
202
|
+
## [0.0.3-next.45](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.44...standards-w3c-vcard-v0.0.3-next.45) (2026-03-04)
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
### Miscellaneous Chores
|
|
206
|
+
|
|
207
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
208
|
+
|
|
209
|
+
## [0.0.3-next.44](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.43...standards-w3c-vcard-v0.0.3-next.44) (2026-03-04)
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
### Miscellaneous Chores
|
|
213
|
+
|
|
214
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
215
|
+
|
|
216
|
+
## [0.0.3-next.43](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.42...standards-w3c-vcard-v0.0.3-next.43) (2026-02-25)
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
### Miscellaneous Chores
|
|
220
|
+
|
|
221
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
222
|
+
|
|
223
|
+
## [0.0.3-next.42](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.41...standards-w3c-vcard-v0.0.3-next.42) (2026-02-25)
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
### Miscellaneous Chores
|
|
227
|
+
|
|
228
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
229
|
+
|
|
230
|
+
## [0.0.3-next.41](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.40...standards-w3c-vcard-v0.0.3-next.41) (2026-02-23)
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
### Miscellaneous Chores
|
|
234
|
+
|
|
235
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
236
|
+
|
|
237
|
+
## [0.0.3-next.40](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.39...standards-w3c-vcard-v0.0.3-next.40) (2026-02-18)
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
### Miscellaneous Chores
|
|
241
|
+
|
|
242
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
243
|
+
|
|
244
|
+
## [0.0.3-next.39](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.38...standards-w3c-vcard-v0.0.3-next.39) (2026-02-13)
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
### Miscellaneous Chores
|
|
248
|
+
|
|
249
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
250
|
+
|
|
251
|
+
## [0.0.3-next.38](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.37...standards-w3c-vcard-v0.0.3-next.38) (2026-02-13)
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
### Miscellaneous Chores
|
|
255
|
+
|
|
256
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
257
|
+
|
|
258
|
+
## [0.0.3-next.37](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.36...standards-w3c-vcard-v0.0.3-next.37) (2026-02-12)
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
### Miscellaneous Chores
|
|
262
|
+
|
|
263
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
264
|
+
|
|
265
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.35...standards-w3c-vcard-v0.0.3-next.36) (2026-02-11)
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
### Miscellaneous Chores
|
|
269
|
+
|
|
270
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
271
|
+
|
|
272
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.34...standards-w3c-vcard-v0.0.3-next.35) (2026-02-10)
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
### Miscellaneous Chores
|
|
276
|
+
|
|
277
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
278
|
+
|
|
279
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.33...standards-w3c-vcard-v0.0.3-next.34) (2026-02-10)
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
### Miscellaneous Chores
|
|
283
|
+
|
|
284
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
285
|
+
|
|
286
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.32...standards-w3c-vcard-v0.0.3-next.33) (2026-02-06)
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
### Features
|
|
290
|
+
|
|
291
|
+
* add context id features ([#64](https://github.com/iotaledger/twin-standards/issues/64)) ([e68bb87](https://github.com/iotaledger/twin-standards/commit/e68bb87a215f3c3956cfd6400a5e1e2a16256085))
|
|
292
|
+
* add validate-locales ([838389c](https://github.com/iotaledger/twin-standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
|
|
293
|
+
* add w3c dcat standards package ([#68](https://github.com/iotaledger/twin-standards/issues/68)) ([85746c6](https://github.com/iotaledger/twin-standards/commit/85746c673464498a52e9c30ce498fd88b81a7434))
|
|
294
|
+
* eslint migration to flat config ([648c1a1](https://github.com/iotaledger/twin-standards/commit/648c1a1e69d99b6b0cf69358ec6bdeecdbe3a5ea))
|
|
295
|
+
* improved namespaces and contexts ([#102](https://github.com/iotaledger/twin-standards/issues/102)) ([c74c370](https://github.com/iotaledger/twin-standards/commit/c74c370cd8145d6166ca4454353f3774c302ac3b))
|
|
296
|
+
* update framework core ([58c0c3d](https://github.com/iotaledger/twin-standards/commit/58c0c3dd6cea0e4c2393dc0e3e1eb33a6d06f617))
|
|
297
|
+
* update to latest JSON schema spec ([7a23930](https://github.com/iotaledger/twin-standards/commit/7a2393032d7f48bfb20d3a484f981fb6dd83a92c))
|
|
298
|
+
* update ts-to-schema generation ([0905daa](https://github.com/iotaledger/twin-standards/commit/0905daa4a344ed35fc37b7f12fcf9ce9d34e4bd6))
|
|
299
|
+
* use shared store mechanism ([#11](https://github.com/iotaledger/twin-standards/issues/11)) ([96fa237](https://github.com/iotaledger/twin-standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
### Bug Fixes
|
|
303
|
+
|
|
304
|
+
* updating the missing packages ([#114](https://github.com/iotaledger/twin-standards/issues/114)) ([90b03f8](https://github.com/iotaledger/twin-standards/commit/90b03f8bdcd81506284d74a445840386c2da2d35))
|
|
305
|
+
|
|
306
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.31...standards-w3c-vcard-v0.0.3-next.32) (2026-02-06)
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
### Miscellaneous Chores
|
|
310
|
+
|
|
311
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
312
|
+
|
|
313
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.30...standards-w3c-vcard-v0.0.3-next.31) (2026-02-05)
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
### Miscellaneous Chores
|
|
317
|
+
|
|
318
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
319
|
+
|
|
320
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.29...standards-w3c-vcard-v0.0.3-next.30) (2026-02-04)
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
### Miscellaneous Chores
|
|
324
|
+
|
|
325
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
326
|
+
|
|
327
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.28...standards-w3c-vcard-v0.0.3-next.29) (2026-02-03)
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
### Miscellaneous Chores
|
|
331
|
+
|
|
332
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
333
|
+
|
|
334
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.27...standards-w3c-vcard-v0.0.3-next.28) (2026-02-03)
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
### Miscellaneous Chores
|
|
338
|
+
|
|
339
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
340
|
+
|
|
341
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.26...standards-w3c-vcard-v0.0.3-next.27) (2026-02-03)
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
### Miscellaneous Chores
|
|
345
|
+
|
|
346
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
347
|
+
|
|
348
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.25...standards-w3c-vcard-v0.0.3-next.26) (2026-02-02)
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
### Miscellaneous Chores
|
|
352
|
+
|
|
353
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
354
|
+
|
|
355
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.24...standards-w3c-vcard-v0.0.3-next.25) (2026-02-02)
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
### Miscellaneous Chores
|
|
359
|
+
|
|
360
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
361
|
+
|
|
362
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.23...standards-w3c-vcard-v0.0.3-next.24) (2026-01-30)
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
### Miscellaneous Chores
|
|
366
|
+
|
|
367
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
368
|
+
|
|
369
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.22...standards-w3c-vcard-v0.0.3-next.23) (2026-01-30)
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
### Miscellaneous Chores
|
|
373
|
+
|
|
374
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
375
|
+
|
|
376
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.21...standards-w3c-vcard-v0.0.3-next.22) (2026-01-29)
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
### Miscellaneous Chores
|
|
380
|
+
|
|
381
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
382
|
+
|
|
383
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.20...standards-w3c-vcard-v0.0.3-next.21) (2026-01-23)
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
### Miscellaneous Chores
|
|
387
|
+
|
|
388
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
389
|
+
|
|
390
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.19...standards-w3c-vcard-v0.0.3-next.20) (2026-01-21)
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
### Miscellaneous Chores
|
|
394
|
+
|
|
395
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
396
|
+
|
|
397
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.18...standards-w3c-vcard-v0.0.3-next.19) (2026-01-21)
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
### Miscellaneous Chores
|
|
401
|
+
|
|
402
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
403
|
+
|
|
404
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.17...standards-w3c-vcard-v0.0.3-next.18) (2026-01-21)
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
### Miscellaneous Chores
|
|
408
|
+
|
|
409
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
410
|
+
|
|
411
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.16...standards-w3c-vcard-v0.0.3-next.17) (2026-01-21)
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
### Bug Fixes
|
|
415
|
+
|
|
416
|
+
* updating the missing packages ([#114](https://github.com/iotaledger/twin-standards/issues/114)) ([90b03f8](https://github.com/iotaledger/twin-standards/commit/90b03f8bdcd81506284d74a445840386c2da2d35))
|
|
417
|
+
|
|
418
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.15...standards-w3c-vcard-v0.0.3-next.16) (2026-01-19)
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
### Miscellaneous Chores
|
|
422
|
+
|
|
423
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
424
|
+
|
|
425
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.14...standards-w3c-vcard-v0.0.3-next.15) (2026-01-16)
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
### Miscellaneous Chores
|
|
429
|
+
|
|
430
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
431
|
+
|
|
432
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.13...standards-w3c-vcard-v0.0.3-next.14) (2026-01-15)
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
### Miscellaneous Chores
|
|
436
|
+
|
|
437
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
438
|
+
|
|
439
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.12...standards-w3c-vcard-v0.0.3-next.13) (2026-01-14)
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
### Miscellaneous Chores
|
|
443
|
+
|
|
444
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
445
|
+
|
|
446
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.11...standards-w3c-vcard-v0.0.3-next.12) (2026-01-14)
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
### Miscellaneous Chores
|
|
450
|
+
|
|
451
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
452
|
+
|
|
453
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.10...standards-w3c-vcard-v0.0.3-next.11) (2026-01-14)
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
### Features
|
|
457
|
+
|
|
458
|
+
* improved namespaces and contexts ([#102](https://github.com/iotaledger/twin-standards/issues/102)) ([c74c370](https://github.com/iotaledger/twin-standards/commit/c74c370cd8145d6166ca4454353f3774c302ac3b))
|
|
459
|
+
|
|
460
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.9...standards-w3c-vcard-v0.0.3-next.10) (2026-01-13)
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
### Miscellaneous Chores
|
|
464
|
+
|
|
465
|
+
* **standards-w3c-vcard:** Synchronize repo versions
|
|
466
|
+
|
|
467
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.8...standards-w3c-vcard-v0.0.3-next.9) (2026-01-09)
|
|
4
468
|
|
|
5
469
|
|
|
6
470
|
### Miscellaneous Chores
|
|
7
471
|
|
|
8
472
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
9
473
|
|
|
10
|
-
## [0.0.3-next.8](https://github.com/
|
|
474
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.7...standards-w3c-vcard-v0.0.3-next.8) (2026-01-08)
|
|
11
475
|
|
|
12
476
|
|
|
13
477
|
### Miscellaneous Chores
|
|
14
478
|
|
|
15
479
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
16
480
|
|
|
17
|
-
## [0.0.3-next.7](https://github.com/
|
|
481
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.6...standards-w3c-vcard-v0.0.3-next.7) (2026-01-06)
|
|
18
482
|
|
|
19
483
|
|
|
20
484
|
### Miscellaneous Chores
|
|
21
485
|
|
|
22
486
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
23
487
|
|
|
24
|
-
## [0.0.3-next.6](https://github.com/
|
|
488
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.5...standards-w3c-vcard-v0.0.3-next.6) (2025-12-03)
|
|
25
489
|
|
|
26
490
|
|
|
27
491
|
### Miscellaneous Chores
|
|
28
492
|
|
|
29
493
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
30
494
|
|
|
31
|
-
## [0.0.3-next.5](https://github.com/
|
|
495
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.4...standards-w3c-vcard-v0.0.3-next.5) (2025-11-28)
|
|
32
496
|
|
|
33
497
|
|
|
34
498
|
### Miscellaneous Chores
|
|
35
499
|
|
|
36
500
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
37
501
|
|
|
38
|
-
## [0.0.3-next.4](https://github.com/
|
|
502
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.3...standards-w3c-vcard-v0.0.3-next.4) (2025-11-18)
|
|
39
503
|
|
|
40
504
|
|
|
41
505
|
### Miscellaneous Chores
|
|
42
506
|
|
|
43
507
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
44
508
|
|
|
45
|
-
## [0.0.3-next.3](https://github.com/
|
|
509
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.2...standards-w3c-vcard-v0.0.3-next.3) (2025-11-18)
|
|
46
510
|
|
|
47
511
|
|
|
48
512
|
### Features
|
|
49
513
|
|
|
50
|
-
* add w3c dcat standards package ([#68](https://github.com/
|
|
514
|
+
* add w3c dcat standards package ([#68](https://github.com/iotaledger/twin-standards/issues/68)) ([85746c6](https://github.com/iotaledger/twin-standards/commit/85746c673464498a52e9c30ce498fd88b81a7434))
|
|
51
515
|
|
|
52
|
-
## [0.0.3-next.2](https://github.com/
|
|
516
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.1...standards-w3c-vcard-v0.0.3-next.2) (2025-11-11)
|
|
53
517
|
|
|
54
518
|
|
|
55
519
|
### Miscellaneous Chores
|
|
56
520
|
|
|
57
521
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
58
522
|
|
|
59
|
-
## [0.0.3-next.1](https://github.com/
|
|
523
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.3-next.0...standards-w3c-vcard-v0.0.3-next.1) (2025-11-10)
|
|
60
524
|
|
|
61
525
|
|
|
62
526
|
### Features
|
|
63
527
|
|
|
64
|
-
* add context id features ([#64](https://github.com/
|
|
65
|
-
* add validate-locales ([838389c](https://github.com/
|
|
66
|
-
* eslint migration to flat config ([648c1a1](https://github.com/
|
|
67
|
-
* update framework core ([58c0c3d](https://github.com/
|
|
68
|
-
* update to latest JSON schema spec ([7a23930](https://github.com/
|
|
69
|
-
* update ts-to-schema generation ([0905daa](https://github.com/
|
|
70
|
-
* use shared store mechanism ([#11](https://github.com/
|
|
528
|
+
* add context id features ([#64](https://github.com/iotaledger/twin-standards/issues/64)) ([e68bb87](https://github.com/iotaledger/twin-standards/commit/e68bb87a215f3c3956cfd6400a5e1e2a16256085))
|
|
529
|
+
* add validate-locales ([838389c](https://github.com/iotaledger/twin-standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
|
|
530
|
+
* eslint migration to flat config ([648c1a1](https://github.com/iotaledger/twin-standards/commit/648c1a1e69d99b6b0cf69358ec6bdeecdbe3a5ea))
|
|
531
|
+
* update framework core ([58c0c3d](https://github.com/iotaledger/twin-standards/commit/58c0c3dd6cea0e4c2393dc0e3e1eb33a6d06f617))
|
|
532
|
+
* update to latest JSON schema spec ([7a23930](https://github.com/iotaledger/twin-standards/commit/7a2393032d7f48bfb20d3a484f981fb6dd83a92c))
|
|
533
|
+
* update ts-to-schema generation ([0905daa](https://github.com/iotaledger/twin-standards/commit/0905daa4a344ed35fc37b7f12fcf9ce9d34e4bd6))
|
|
534
|
+
* use shared store mechanism ([#11](https://github.com/iotaledger/twin-standards/issues/11)) ([96fa237](https://github.com/iotaledger/twin-standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
|
|
71
535
|
|
|
72
|
-
## [0.0.2-next.16](https://github.com/
|
|
536
|
+
## [0.0.2-next.16](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.2-next.15...standards-w3c-vcard-v0.0.2-next.16) (2025-10-09)
|
|
73
537
|
|
|
74
538
|
|
|
75
539
|
### Miscellaneous Chores
|
|
76
540
|
|
|
77
541
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
78
542
|
|
|
79
|
-
## [0.0.2-next.15](https://github.com/
|
|
543
|
+
## [0.0.2-next.15](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.2-next.14...standards-w3c-vcard-v0.0.2-next.15) (2025-10-09)
|
|
80
544
|
|
|
81
545
|
|
|
82
546
|
### Features
|
|
83
547
|
|
|
84
|
-
* add validate-locales ([838389c](https://github.com/
|
|
548
|
+
* add validate-locales ([838389c](https://github.com/iotaledger/twin-standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
|
|
85
549
|
|
|
86
|
-
## [0.0.2-next.14](https://github.com/
|
|
550
|
+
## [0.0.2-next.14](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.2-next.13...standards-w3c-vcard-v0.0.2-next.14) (2025-10-02)
|
|
87
551
|
|
|
88
552
|
|
|
89
553
|
### Miscellaneous Chores
|
|
90
554
|
|
|
91
555
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
92
556
|
|
|
93
|
-
## [0.0.2-next.13](https://github.com/
|
|
557
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.2-next.12...standards-w3c-vcard-v0.0.2-next.13) (2025-09-22)
|
|
94
558
|
|
|
95
559
|
|
|
96
560
|
### Miscellaneous Chores
|
|
97
561
|
|
|
98
562
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
99
563
|
|
|
100
|
-
## [0.0.2-next.12](https://github.com/
|
|
564
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.2-next.11...standards-w3c-vcard-v0.0.2-next.12) (2025-09-16)
|
|
101
565
|
|
|
102
566
|
|
|
103
567
|
### Miscellaneous Chores
|
|
104
568
|
|
|
105
569
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
106
570
|
|
|
107
|
-
## [0.0.2-next.11](https://github.com/
|
|
571
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.2-next.10...standards-w3c-vcard-v0.0.2-next.11) (2025-09-16)
|
|
108
572
|
|
|
109
573
|
|
|
110
574
|
### Miscellaneous Chores
|
|
111
575
|
|
|
112
576
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
113
577
|
|
|
114
|
-
## [0.0.2-next.10](https://github.com/
|
|
578
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.2-next.9...standards-w3c-vcard-v0.0.2-next.10) (2025-09-16)
|
|
115
579
|
|
|
116
580
|
|
|
117
581
|
### Miscellaneous Chores
|
|
118
582
|
|
|
119
583
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
120
584
|
|
|
121
|
-
## [0.0.2-next.9](https://github.com/
|
|
585
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.2-next.8...standards-w3c-vcard-v0.0.2-next.9) (2025-09-15)
|
|
122
586
|
|
|
123
587
|
|
|
124
588
|
### Miscellaneous Chores
|
|
125
589
|
|
|
126
590
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
127
591
|
|
|
128
|
-
## [0.0.2-next.8](https://github.com/
|
|
592
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.2-next.7...standards-w3c-vcard-v0.0.2-next.8) (2025-09-15)
|
|
129
593
|
|
|
130
594
|
|
|
131
595
|
### Miscellaneous Chores
|
|
132
596
|
|
|
133
597
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
134
598
|
|
|
135
|
-
## [0.0.2-next.7](https://github.com/
|
|
599
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.2-next.6...standards-w3c-vcard-v0.0.2-next.7) (2025-09-15)
|
|
136
600
|
|
|
137
601
|
|
|
138
602
|
### Miscellaneous Chores
|
|
139
603
|
|
|
140
604
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
141
605
|
|
|
142
|
-
## [0.0.2-next.6](https://github.com/
|
|
606
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.2-next.5...standards-w3c-vcard-v0.0.2-next.6) (2025-09-12)
|
|
143
607
|
|
|
144
608
|
|
|
145
609
|
### Miscellaneous Chores
|
|
146
610
|
|
|
147
611
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
148
612
|
|
|
149
|
-
## [0.0.2-next.5](https://github.com/
|
|
613
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.2-next.4...standards-w3c-vcard-v0.0.2-next.5) (2025-09-12)
|
|
150
614
|
|
|
151
615
|
|
|
152
616
|
### Miscellaneous Chores
|
|
153
617
|
|
|
154
618
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
155
619
|
|
|
156
|
-
## [0.0.2-next.4](https://github.com/
|
|
620
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.2-next.3...standards-w3c-vcard-v0.0.2-next.4) (2025-09-12)
|
|
157
621
|
|
|
158
622
|
|
|
159
623
|
### Miscellaneous Chores
|
|
160
624
|
|
|
161
625
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
162
626
|
|
|
163
|
-
## [0.0.2-next.3](https://github.com/
|
|
627
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.2-next.2...standards-w3c-vcard-v0.0.2-next.3) (2025-08-29)
|
|
164
628
|
|
|
165
629
|
|
|
166
630
|
### Features
|
|
167
631
|
|
|
168
|
-
* eslint migration to flat config ([648c1a1](https://github.com/
|
|
632
|
+
* eslint migration to flat config ([648c1a1](https://github.com/iotaledger/twin-standards/commit/648c1a1e69d99b6b0cf69358ec6bdeecdbe3a5ea))
|
|
169
633
|
|
|
170
|
-
## [0.0.2-next.2](https://github.com/
|
|
634
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.2-next.1...standards-w3c-vcard-v0.0.2-next.2) (2025-08-19)
|
|
171
635
|
|
|
172
636
|
|
|
173
637
|
### Features
|
|
174
638
|
|
|
175
|
-
* update framework core ([58c0c3d](https://github.com/
|
|
639
|
+
* update framework core ([58c0c3d](https://github.com/iotaledger/twin-standards/commit/58c0c3dd6cea0e4c2393dc0e3e1eb33a6d06f617))
|
|
176
640
|
|
|
177
|
-
## [0.0.2-next.1](https://github.com/
|
|
641
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.2-next.0...standards-w3c-vcard-v0.0.2-next.1) (2025-07-14)
|
|
178
642
|
|
|
179
643
|
|
|
180
644
|
### Features
|
|
181
645
|
|
|
182
|
-
* update to latest JSON schema spec ([7a23930](https://github.com/
|
|
183
|
-
* update ts-to-schema generation ([0905daa](https://github.com/
|
|
184
|
-
* use shared store mechanism ([#11](https://github.com/
|
|
646
|
+
* update to latest JSON schema spec ([7a23930](https://github.com/iotaledger/twin-standards/commit/7a2393032d7f48bfb20d3a484f981fb6dd83a92c))
|
|
647
|
+
* update ts-to-schema generation ([0905daa](https://github.com/iotaledger/twin-standards/commit/0905daa4a344ed35fc37b7f12fcf9ce9d34e4bd6))
|
|
648
|
+
* use shared store mechanism ([#11](https://github.com/iotaledger/twin-standards/issues/11)) ([96fa237](https://github.com/iotaledger/twin-standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
|
|
185
649
|
|
|
186
650
|
## 0.0.1 (2025-07-03)
|
|
187
651
|
|
|
188
652
|
|
|
189
653
|
### Features
|
|
190
654
|
|
|
191
|
-
* release to production ([2ae4125](https://github.com/
|
|
655
|
+
* release to production ([2ae4125](https://github.com/iotaledger/twin-standards/commit/2ae4125f305d4714b50036eb8a0bd47e4100a7be))
|
|
192
656
|
|
|
193
|
-
## [0.0.1-next.49](https://github.com/
|
|
657
|
+
## [0.0.1-next.49](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.1-next.48...standards-w3c-vcard-v0.0.1-next.49) (2025-06-18)
|
|
194
658
|
|
|
195
659
|
|
|
196
660
|
### Miscellaneous Chores
|
|
197
661
|
|
|
198
662
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
199
663
|
|
|
200
|
-
## [0.0.1-next.48](https://github.com/
|
|
664
|
+
## [0.0.1-next.48](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.1-next.47...standards-w3c-vcard-v0.0.1-next.48) (2025-06-11)
|
|
201
665
|
|
|
202
666
|
|
|
203
667
|
### Features
|
|
204
668
|
|
|
205
|
-
* update to latest JSON schema spec ([7a23930](https://github.com/
|
|
669
|
+
* update to latest JSON schema spec ([7a23930](https://github.com/iotaledger/twin-standards/commit/7a2393032d7f48bfb20d3a484f981fb6dd83a92c))
|
|
206
670
|
|
|
207
|
-
## [0.0.1-next.47](https://github.com/
|
|
671
|
+
## [0.0.1-next.47](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.1-next.46...standards-w3c-vcard-v0.0.1-next.47) (2025-06-05)
|
|
208
672
|
|
|
209
673
|
|
|
210
674
|
### Miscellaneous Chores
|
|
211
675
|
|
|
212
676
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
213
677
|
|
|
214
|
-
## [0.0.1-next.46](https://github.com/
|
|
678
|
+
## [0.0.1-next.46](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.1-next.45...standards-w3c-vcard-v0.0.1-next.46) (2025-06-03)
|
|
215
679
|
|
|
216
680
|
|
|
217
681
|
### Features
|
|
218
682
|
|
|
219
|
-
* update ts-to-schema generation ([0905daa](https://github.com/
|
|
683
|
+
* update ts-to-schema generation ([0905daa](https://github.com/iotaledger/twin-standards/commit/0905daa4a344ed35fc37b7f12fcf9ce9d34e4bd6))
|
|
220
684
|
|
|
221
|
-
## [0.0.1-next.45](https://github.com/
|
|
685
|
+
## [0.0.1-next.45](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.1-next.44...standards-w3c-vcard-v0.0.1-next.45) (2025-06-02)
|
|
222
686
|
|
|
223
687
|
|
|
224
688
|
### Miscellaneous Chores
|
|
225
689
|
|
|
226
690
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
227
691
|
|
|
228
|
-
## [0.0.1-next.44](https://github.com/
|
|
692
|
+
## [0.0.1-next.44](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.1-next.43...standards-w3c-vcard-v0.0.1-next.44) (2025-05-28)
|
|
229
693
|
|
|
230
694
|
|
|
231
695
|
### Miscellaneous Chores
|
|
232
696
|
|
|
233
697
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
234
698
|
|
|
235
|
-
## [0.0.1-next.43](https://github.com/
|
|
699
|
+
## [0.0.1-next.43](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.1-next.42...standards-w3c-vcard-v0.0.1-next.43) (2025-05-20)
|
|
236
700
|
|
|
237
701
|
|
|
238
702
|
### Miscellaneous Chores
|
|
239
703
|
|
|
240
704
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
241
705
|
|
|
242
|
-
## [0.0.1-next.42](https://github.com/
|
|
706
|
+
## [0.0.1-next.42](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.1-next.41...standards-w3c-vcard-v0.0.1-next.42) (2025-05-09)
|
|
243
707
|
|
|
244
708
|
|
|
245
709
|
### Miscellaneous Chores
|
|
246
710
|
|
|
247
711
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
248
712
|
|
|
249
|
-
## [0.0.1-next.41](https://github.com/
|
|
713
|
+
## [0.0.1-next.41](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.1-next.40...standards-w3c-vcard-v0.0.1-next.41) (2025-05-08)
|
|
250
714
|
|
|
251
715
|
|
|
252
716
|
### Miscellaneous Chores
|
|
253
717
|
|
|
254
718
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
255
719
|
|
|
256
|
-
## [0.0.1-next.40](https://github.com/
|
|
720
|
+
## [0.0.1-next.40](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.1-next.39...standards-w3c-vcard-v0.0.1-next.40) (2025-05-08)
|
|
257
721
|
|
|
258
722
|
|
|
259
723
|
### Miscellaneous Chores
|
|
260
724
|
|
|
261
725
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
262
726
|
|
|
263
|
-
## [0.0.1-next.39](https://github.com/
|
|
727
|
+
## [0.0.1-next.39](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.1-next.38...standards-w3c-vcard-v0.0.1-next.39) (2025-05-07)
|
|
264
728
|
|
|
265
729
|
|
|
266
730
|
### Miscellaneous Chores
|
|
267
731
|
|
|
268
732
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
269
733
|
|
|
270
|
-
## [0.0.1-next.38](https://github.com/
|
|
734
|
+
## [0.0.1-next.38](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.1-next.37...standards-w3c-vcard-v0.0.1-next.38) (2025-05-07)
|
|
271
735
|
|
|
272
736
|
|
|
273
737
|
### Miscellaneous Chores
|
|
274
738
|
|
|
275
739
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
276
740
|
|
|
277
|
-
## [0.0.1-next.37](https://github.com/
|
|
741
|
+
## [0.0.1-next.37](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.1-next.36...standards-w3c-vcard-v0.0.1-next.37) (2025-05-06)
|
|
278
742
|
|
|
279
743
|
|
|
280
744
|
### Miscellaneous Chores
|
|
281
745
|
|
|
282
746
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
283
747
|
|
|
284
|
-
## [0.0.1-next.36](https://github.com/
|
|
748
|
+
## [0.0.1-next.36](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.1-next.35...standards-w3c-vcard-v0.0.1-next.36) (2025-04-30)
|
|
285
749
|
|
|
286
750
|
|
|
287
751
|
### Miscellaneous Chores
|
|
288
752
|
|
|
289
753
|
* **standards-w3c-vcard:** Synchronize repo versions
|
|
290
754
|
|
|
291
|
-
## [0.0.1-next.35](https://github.com/
|
|
755
|
+
## [0.0.1-next.35](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.1-next.34...standards-w3c-vcard-v0.0.1-next.35) (2025-04-17)
|
|
292
756
|
|
|
293
757
|
|
|
294
758
|
### Features
|
|
295
759
|
|
|
296
|
-
* use shared store mechanism ([#11](https://github.com/
|
|
760
|
+
* use shared store mechanism ([#11](https://github.com/iotaledger/twin-standards/issues/11)) ([96fa237](https://github.com/iotaledger/twin-standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
|
|
297
761
|
|
|
298
|
-
## [0.0.1-next.34](https://github.com/
|
|
762
|
+
## [0.0.1-next.34](https://github.com/iotaledger/twin-standards/compare/standards-w3c-vcard-v0.0.1-next.33...standards-w3c-vcard-v0.0.1-next.34) (2025-03-28)
|
|
299
763
|
|
|
300
764
|
|
|
301
765
|
### Miscellaneous Chores
|
package/docs/examples.md
CHANGED
|
@@ -1 +1,20 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Standards W3C vCard Examples
|
|
2
|
+
|
|
3
|
+
These snippets use shared context constants and common property keys to build contact objects.
|
|
4
|
+
|
|
5
|
+
## VCard Contexts And Properties
|
|
6
|
+
|
|
7
|
+
```typescript
|
|
8
|
+
import { VCardContexts, VCardPropertyType } from '@twin.org/standards-w3c-vcard';
|
|
9
|
+
|
|
10
|
+
const card = {
|
|
11
|
+
'@context': VCardContexts.Context,
|
|
12
|
+
type: VCardPropertyType.Individual,
|
|
13
|
+
[VCardPropertyType.FormattedName]: 'Alex Example',
|
|
14
|
+
[VCardPropertyType.Email]: 'mailto:alex@example.org',
|
|
15
|
+
[VCardPropertyType.Phone]: 'tel:+44-20-1234-5678'
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
console.log(card.type); // Individual
|
|
19
|
+
console.log(card[VCardPropertyType.FormattedName]); // Alex Example
|
|
20
|
+
```
|
|
@@ -6,13 +6,22 @@ The contexts for VCard.
|
|
|
6
6
|
|
|
7
7
|
## Type Declaration
|
|
8
8
|
|
|
9
|
-
###
|
|
9
|
+
### Namespace {#namespace}
|
|
10
10
|
|
|
11
|
-
> `readonly` **
|
|
11
|
+
> `readonly` **Namespace**: `"http://www.w3.org/2006/vcard/ns#"` = `"http://www.w3.org/2006/vcard/ns#"`
|
|
12
12
|
|
|
13
|
-
The
|
|
14
|
-
Based on W3C VCard Ontology.
|
|
13
|
+
The canonical RDF namespace URI.
|
|
15
14
|
|
|
16
|
-
|
|
15
|
+
### Context {#context}
|
|
17
16
|
|
|
18
|
-
http://www.w3.org/2006/vcard/ns#
|
|
17
|
+
> `readonly` **Context**: `"http://www.w3.org/2006/vcard/ns#"` = `"http://www.w3.org/2006/vcard/ns#"`
|
|
18
|
+
|
|
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 {#jsonldcontext}
|
|
24
|
+
|
|
25
|
+
> `readonly` **JsonLdContext**: `"http://www.w3.org/2006/vcard/ns#"` = `"http://www.w3.org/2006/vcard/ns#"`
|
|
26
|
+
|
|
27
|
+
The JSON-LD Context URL.
|
|
@@ -3,72 +3,75 @@
|
|
|
3
3
|
> `const` **VCardPropertyType**: `object`
|
|
4
4
|
|
|
5
5
|
Common VCard property types.
|
|
6
|
-
Based on http://www.w3.org/2006/vcard/ns#
|
|
7
6
|
|
|
8
7
|
## Type Declaration
|
|
9
8
|
|
|
10
|
-
### FormattedName
|
|
9
|
+
### FormattedName {#formattedname}
|
|
11
10
|
|
|
12
11
|
> `readonly` **FormattedName**: `"fn"` = `"fn"`
|
|
13
12
|
|
|
14
13
|
Formatted name
|
|
15
14
|
|
|
16
|
-
### Email
|
|
15
|
+
### Email {#email}
|
|
17
16
|
|
|
18
17
|
> `readonly` **Email**: `"hasEmail"` = `"hasEmail"`
|
|
19
18
|
|
|
20
19
|
Email address
|
|
21
20
|
|
|
22
|
-
### Organization
|
|
21
|
+
### Organization {#organization}
|
|
23
22
|
|
|
24
23
|
> `readonly` **Organization**: `"Organization"` = `"Organization"`
|
|
25
24
|
|
|
26
25
|
Organization type
|
|
27
26
|
|
|
28
|
-
### Group
|
|
27
|
+
### Group {#group}
|
|
29
28
|
|
|
30
29
|
> `readonly` **Group**: `"Group"` = `"Group"`
|
|
31
30
|
|
|
32
31
|
Group type
|
|
33
32
|
|
|
34
|
-
### Individual
|
|
33
|
+
### Individual {#individual}
|
|
35
34
|
|
|
36
35
|
> `readonly` **Individual**: `"Individual"` = `"Individual"`
|
|
37
36
|
|
|
38
37
|
Individual type
|
|
39
38
|
|
|
40
|
-
### Address
|
|
39
|
+
### Address {#address}
|
|
41
40
|
|
|
42
41
|
> `readonly` **Address**: `"Address"` = `"Address"`
|
|
43
42
|
|
|
44
43
|
Address
|
|
45
44
|
|
|
46
|
-
### Phone
|
|
45
|
+
### Phone {#phone}
|
|
47
46
|
|
|
48
47
|
> `readonly` **Phone**: `"hasTelephone"` = `"hasTelephone"`
|
|
49
48
|
|
|
50
49
|
Phone number
|
|
51
50
|
|
|
52
|
-
### Url
|
|
51
|
+
### Url {#url}
|
|
53
52
|
|
|
54
53
|
> `readonly` **Url**: `"hasUrl"` = `"hasUrl"`
|
|
55
54
|
|
|
56
55
|
URL
|
|
57
56
|
|
|
58
|
-
### Nickname
|
|
57
|
+
### Nickname {#nickname}
|
|
59
58
|
|
|
60
59
|
> `readonly` **Nickname**: `"nickname"` = `"nickname"`
|
|
61
60
|
|
|
62
61
|
Nickname
|
|
63
62
|
|
|
64
|
-
### Birthday
|
|
63
|
+
### Birthday {#birthday}
|
|
65
64
|
|
|
66
65
|
> `readonly` **Birthday**: `"bday"` = `"bday"`
|
|
67
66
|
|
|
68
67
|
Birthday
|
|
69
68
|
|
|
70
|
-
### Photo
|
|
69
|
+
### Photo {#photo}
|
|
71
70
|
|
|
72
71
|
> `readonly` **Photo**: `"hasPhoto"` = `"hasPhoto"`
|
|
73
72
|
|
|
74
73
|
Photo
|
|
74
|
+
|
|
75
|
+
## See
|
|
76
|
+
|
|
77
|
+
http://www.w3.org/2006/vcard/ns#
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/standards-w3c-vcard",
|
|
3
|
-
"version": "0.0
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.9.0",
|
|
4
|
+
"description": "Data models for the W3C vCard RDF vocabulary.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "git+https://github.com/
|
|
7
|
+
"url": "git+https://github.com/iotaledger/twin-standards.git",
|
|
8
8
|
"directory": "packages/standards-w3c-vcard"
|
|
9
9
|
},
|
|
10
10
|
"author": "cornel.filip@iota.org",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"node": ">=20.0.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@twin.org/data-json-ld": "
|
|
18
|
-
"@twin.org/web": "
|
|
17
|
+
"@twin.org/data-json-ld": "^0.9.0",
|
|
18
|
+
"@twin.org/web": "^0.9.0"
|
|
19
19
|
},
|
|
20
20
|
"main": "./dist/es/index.js",
|
|
21
21
|
"types": "./dist/types/index.d.ts",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"specification"
|
|
45
45
|
],
|
|
46
46
|
"bugs": {
|
|
47
|
-
"url": "git+https://github.com/
|
|
47
|
+
"url": "git+https://github.com/iotaledger/twin-standards/issues"
|
|
48
48
|
},
|
|
49
49
|
"homepage": "https://twindev.org"
|
|
50
50
|
}
|