@twin.org/data-framework 0.0.1-next.29 → 0.0.1-next.30

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,20 @@
1
1
  # @twin.org/data-framework - Changelog
2
2
 
3
+ ## [0.0.1-next.30](https://github.com/twinfoundation/data/compare/data-framework-v0.0.1-next.29...data-framework-v0.0.1-next.30) (2025-04-17)
4
+
5
+
6
+ ### Features
7
+
8
+ * use shared store mechanism ([#3](https://github.com/twinfoundation/data/issues/3)) ([33eb221](https://github.com/twinfoundation/data/commit/33eb221ccec2b4a79549c06e9a04225009b93a46))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/data-core bumped from 0.0.1-next.29 to 0.0.1-next.30
16
+ * @twin.org/data-json-ld bumped from 0.0.1-next.29 to 0.0.1-next.30
17
+
3
18
  ## [0.0.1-next.29](https://github.com/twinfoundation/data/compare/data-framework-v0.0.1-next.28...data-framework-v0.0.1-next.29) (2025-03-28)
4
19
 
5
20
 
@@ -4,13 +4,13 @@ Handle all the framework data types.
4
4
 
5
5
  ## Constructors
6
6
 
7
- ### new FrameworkDataTypes()
7
+ ### Constructor
8
8
 
9
- > **new FrameworkDataTypes**(): [`FrameworkDataTypes`](FrameworkDataTypes.md)
9
+ > **new FrameworkDataTypes**(): `FrameworkDataTypes`
10
10
 
11
11
  #### Returns
12
12
 
13
- [`FrameworkDataTypes`](FrameworkDataTypes.md)
13
+ `FrameworkDataTypes`
14
14
 
15
15
  ## Methods
16
16
 
@@ -1,5 +1,5 @@
1
1
  # Type Alias: FrameworkContexts
2
2
 
3
- > **FrameworkContexts**: *typeof* [`FrameworkContexts`](../variables/FrameworkContexts.md)\[keyof *typeof* [`FrameworkContexts`](../variables/FrameworkContexts.md)\]
3
+ > **FrameworkContexts** = *typeof* [`FrameworkContexts`](../variables/FrameworkContexts.md)\[keyof *typeof* [`FrameworkContexts`](../variables/FrameworkContexts.md)\]
4
4
 
5
5
  The contexts of framework data.
@@ -1,5 +1,5 @@
1
1
  # Type Alias: FrameworkTypes
2
2
 
3
- > **FrameworkTypes**: *typeof* [`FrameworkTypes`](../variables/FrameworkTypes.md)\[keyof *typeof* [`FrameworkTypes`](../variables/FrameworkTypes.md)\]
3
+ > **FrameworkTypes** = *typeof* [`FrameworkTypes`](../variables/FrameworkTypes.md)\[keyof *typeof* [`FrameworkTypes`](../variables/FrameworkTypes.md)\]
4
4
 
5
5
  The types of framework data.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/data-framework",
3
- "version": "0.0.1-next.29",
3
+ "version": "0.0.1-next.30",
4
4
  "description": "Models which define the structure of framework types",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@twin.org/core": "next",
18
- "@twin.org/data-core": "0.0.1-next.29",
19
- "@twin.org/data-json-ld": "0.0.1-next.29",
18
+ "@twin.org/data-core": "0.0.1-next.30",
19
+ "@twin.org/data-json-ld": "0.0.1-next.30",
20
20
  "@twin.org/entity": "next",
21
21
  "@twin.org/nameof": "next",
22
22
  "@types/json-schema": "7.0.15"