@twin.org/standards-w3c-vcard 0.0.1-next.34 → 0.0.1-next.35

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/docs/changelog.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @twin.org/standards-w3c-vcard - Changelog
2
2
 
3
+ ## [0.0.1-next.35](https://github.com/twinfoundation/standards/compare/standards-w3c-vcard-v0.0.1-next.34...standards-w3c-vcard-v0.0.1-next.35) (2025-04-17)
4
+
5
+
6
+ ### Features
7
+
8
+ * use shared store mechanism ([#11](https://github.com/twinfoundation/standards/issues/11)) ([96fa237](https://github.com/twinfoundation/standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
9
+
3
10
  ## [0.0.1-next.34](https://github.com/twinfoundation/standards/compare/standards-w3c-vcard-v0.0.1-next.33...standards-w3c-vcard-v0.0.1-next.34) (2025-03-28)
4
11
 
5
12
 
@@ -1,5 +1,5 @@
1
1
  # Type Alias: VCardContexts
2
2
 
3
- > **VCardContexts**: *typeof* [`VCardContexts`](../variables/VCardContexts.md)\[keyof *typeof* [`VCardContexts`](../variables/VCardContexts.md)\]
3
+ > **VCardContexts** = *typeof* [`VCardContexts`](../variables/VCardContexts.md)\[keyof *typeof* [`VCardContexts`](../variables/VCardContexts.md)\]
4
4
 
5
5
  The contexts for VCard.
@@ -1,5 +1,5 @@
1
1
  # Type Alias: VCardPropertyType
2
2
 
3
- > **VCardPropertyType**: *typeof* [`VCardPropertyType`](../variables/VCardPropertyType.md)\[keyof *typeof* [`VCardPropertyType`](../variables/VCardPropertyType.md)\]
3
+ > **VCardPropertyType** = *typeof* [`VCardPropertyType`](../variables/VCardPropertyType.md)\[keyof *typeof* [`VCardPropertyType`](../variables/VCardPropertyType.md)\]
4
4
 
5
5
  Common VCard property types.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-w3c-vcard",
3
- "version": "0.0.1-next.34",
3
+ "version": "0.0.1-next.35",
4
4
  "description": "Models which define the structure of W3C VCard Standard",
5
5
  "repository": {
6
6
  "type": "git",