@twin.org/standards-dublin-core 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-dublin-core - Changelog
2
2
 
3
+ ## [0.0.1-next.35](https://github.com/twinfoundation/standards/compare/standards-dublin-core-v0.0.1-next.34...standards-dublin-core-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-dublin-core-v0.0.1-next.33...standards-dublin-core-v0.0.1-next.34) (2025-03-28)
4
11
 
5
12
 
@@ -1,5 +1,5 @@
1
1
  # Type Alias: DublinCoreContexts
2
2
 
3
- > **DublinCoreContexts**: *typeof* [`DublinCoreContexts`](../variables/DublinCoreContexts.md)\[keyof *typeof* [`DublinCoreContexts`](../variables/DublinCoreContexts.md)\]
3
+ > **DublinCoreContexts** = *typeof* [`DublinCoreContexts`](../variables/DublinCoreContexts.md)\[keyof *typeof* [`DublinCoreContexts`](../variables/DublinCoreContexts.md)\]
4
4
 
5
5
  The contexts for Dublin Core.
@@ -1,5 +1,5 @@
1
1
  # Type Alias: DublinCorePropertyType
2
2
 
3
- > **DublinCorePropertyType**: *typeof* [`DublinCorePropertyType`](../variables/DublinCorePropertyType.md)\[keyof *typeof* [`DublinCorePropertyType`](../variables/DublinCorePropertyType.md)\]
3
+ > **DublinCorePropertyType** = *typeof* [`DublinCorePropertyType`](../variables/DublinCorePropertyType.md)\[keyof *typeof* [`DublinCorePropertyType`](../variables/DublinCorePropertyType.md)\]
4
4
 
5
5
  Common Dublin Core property types.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-dublin-core",
3
- "version": "0.0.1-next.34",
3
+ "version": "0.0.1-next.35",
4
4
  "description": "Models which define the structure of Dublin Core Standard",
5
5
  "repository": {
6
6
  "type": "git",