@twin.org/dataspace-test-app 0.0.3-next.19 → 0.0.3-next.20
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,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.20](https://github.com/twinfoundation/dataspace/compare/dataspace-test-app-v0.0.3-next.19...dataspace-test-app-v0.0.3-next.20) (2026-03-17)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **dataspace-test-app:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/dataspace-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
16
|
+
|
|
3
17
|
## [0.0.3-next.19](https://github.com/twinfoundation/dataspace/compare/dataspace-test-app-v0.0.3-next.18...dataspace-test-app-v0.0.3-next.19) (2026-03-12)
|
|
4
18
|
|
|
5
19
|
|
|
@@ -28,7 +28,7 @@ The constructor options.
|
|
|
28
28
|
|
|
29
29
|
## Properties
|
|
30
30
|
|
|
31
|
-
### APP\_ID
|
|
31
|
+
### APP\_ID {#app_id}
|
|
32
32
|
|
|
33
33
|
> `readonly` `static` **APP\_ID**: `"https://twin.example.org/app1"` = `"https://twin.example.org/app1"`
|
|
34
34
|
|
|
@@ -36,7 +36,7 @@ App Name.
|
|
|
36
36
|
|
|
37
37
|
***
|
|
38
38
|
|
|
39
|
-
### CLASS\_NAME
|
|
39
|
+
### CLASS\_NAME {#class_name}
|
|
40
40
|
|
|
41
41
|
> `readonly` `static` **CLASS\_NAME**: `string`
|
|
42
42
|
|
|
@@ -44,7 +44,7 @@ Runtime name for the class.
|
|
|
44
44
|
|
|
45
45
|
## Methods
|
|
46
46
|
|
|
47
|
-
### className()
|
|
47
|
+
### className() {#classname}
|
|
48
48
|
|
|
49
49
|
> **className**(): `string`
|
|
50
50
|
|
|
@@ -62,7 +62,7 @@ The class name of the component.
|
|
|
62
62
|
|
|
63
63
|
***
|
|
64
64
|
|
|
65
|
-
### datasetsHandled()
|
|
65
|
+
### datasetsHandled() {#datasetshandled}
|
|
66
66
|
|
|
67
67
|
> **datasetsHandled**(): `Promise`\<`IDataspaceProtocolDataset`[]\>
|
|
68
68
|
|
|
@@ -80,7 +80,7 @@ Dataspace Protocol compliant datasets
|
|
|
80
80
|
|
|
81
81
|
***
|
|
82
82
|
|
|
83
|
-
### supportedQueryTypes()
|
|
83
|
+
### supportedQueryTypes() {#supportedquerytypes}
|
|
84
84
|
|
|
85
85
|
> **supportedQueryTypes**(): `string`[]
|
|
86
86
|
|
|
@@ -98,7 +98,7 @@ Types.
|
|
|
98
98
|
|
|
99
99
|
***
|
|
100
100
|
|
|
101
|
-
### start()
|
|
101
|
+
### start() {#start}
|
|
102
102
|
|
|
103
103
|
> **start**(`nodeLoggingComponentType?`): `Promise`\<`void`\>
|
|
104
104
|
|
|
@@ -122,7 +122,7 @@ the logging component type of such a node.
|
|
|
122
122
|
|
|
123
123
|
***
|
|
124
124
|
|
|
125
|
-
### activitiesHandled()
|
|
125
|
+
### activitiesHandled() {#activitieshandled}
|
|
126
126
|
|
|
127
127
|
> **activitiesHandled**(): `IActivityQuery`[]
|
|
128
128
|
|
|
@@ -140,7 +140,7 @@ The activities handled by the App.
|
|
|
140
140
|
|
|
141
141
|
***
|
|
142
142
|
|
|
143
|
-
### handleActivity()
|
|
143
|
+
### handleActivity() {#handleactivity}
|
|
144
144
|
|
|
145
145
|
> **handleActivity**\<`T`\>(`activity`): `Promise`\<`T`\>
|
|
146
146
|
|
|
@@ -172,7 +172,7 @@ Activity processing result
|
|
|
172
172
|
|
|
173
173
|
***
|
|
174
174
|
|
|
175
|
-
### handleDataRequest()
|
|
175
|
+
### handleDataRequest() {#handledatarequest}
|
|
176
176
|
|
|
177
177
|
> **handleDataRequest**(`dataRequest`, `cursor?`, `limit?`): `Promise`\<\{ `data`: `IJsonLdDocument`; `cursor?`: `string`; \}\>
|
|
178
178
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/dataspace-test-app",
|
|
3
|
-
"version": "0.0.3-next.
|
|
3
|
+
"version": "0.0.3-next.20",
|
|
4
4
|
"description": "Provides a sample dataspace app for local integration tests and development workflows.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@twin.org/context": "next",
|
|
19
19
|
"@twin.org/core": "next",
|
|
20
20
|
"@twin.org/data-core": "next",
|
|
21
|
-
"@twin.org/dataspace-models": "0.0.3-next.
|
|
21
|
+
"@twin.org/dataspace-models": "0.0.3-next.20",
|
|
22
22
|
"@twin.org/engine-models": "next",
|
|
23
23
|
"@twin.org/engine-types": "next",
|
|
24
24
|
"@twin.org/logging-models": "next",
|