@twin.org/dataspace-data-plane-service 0.0.3-next.15
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/LICENSE +201 -0
- package/README.md +73 -0
- package/dist/es/dataspaceDataPlaneRoutes.js +312 -0
- package/dist/es/dataspaceDataPlaneRoutes.js.map +1 -0
- package/dist/es/dataspaceDataPlaneService.js +1077 -0
- package/dist/es/dataspaceDataPlaneService.js.map +1 -0
- package/dist/es/dataspaceDataPlaneSocketRoutes.js +82 -0
- package/dist/es/dataspaceDataPlaneSocketRoutes.js.map +1 -0
- package/dist/es/entities/activityLogDetails.js +69 -0
- package/dist/es/entities/activityLogDetails.js.map +1 -0
- package/dist/es/entities/activityTask.js +27 -0
- package/dist/es/entities/activityTask.js.map +1 -0
- package/dist/es/index.js +13 -0
- package/dist/es/index.js.map +1 -0
- package/dist/es/models/IDataspaceDataPlaneServiceConfig.js +4 -0
- package/dist/es/models/IDataspaceDataPlaneServiceConfig.js.map +1 -0
- package/dist/es/models/IDataspaceDataPlaneServiceConstructorOptions.js +2 -0
- package/dist/es/models/IDataspaceDataPlaneServiceConstructorOptions.js.map +1 -0
- package/dist/es/restEntryPoints.js +10 -0
- package/dist/es/restEntryPoints.js.map +1 -0
- package/dist/es/schema.js +13 -0
- package/dist/es/schema.js.map +1 -0
- package/dist/es/socketEntryPoints.js +11 -0
- package/dist/es/socketEntryPoints.js.map +1 -0
- package/dist/types/dataspaceDataPlaneRoutes.d.ts +50 -0
- package/dist/types/dataspaceDataPlaneService.d.ts +90 -0
- package/dist/types/dataspaceDataPlaneSocketRoutes.d.ts +29 -0
- package/dist/types/entities/activityLogDetails.d.ts +33 -0
- package/dist/types/entities/activityTask.d.ts +14 -0
- package/dist/types/index.d.ts +10 -0
- package/dist/types/models/IDataspaceDataPlaneServiceConfig.d.ts +15 -0
- package/dist/types/models/IDataspaceDataPlaneServiceConstructorOptions.d.ts +55 -0
- package/dist/types/restEntryPoints.d.ts +2 -0
- package/dist/types/schema.d.ts +4 -0
- package/dist/types/socketEntryPoints.d.ts +2 -0
- package/docs/changelog.md +415 -0
- package/docs/examples.md +1 -0
- package/docs/open-api/spec.json +1658 -0
- package/docs/reference/classes/ActivityLogDetails.md +69 -0
- package/docs/reference/classes/ActivityTask.md +29 -0
- package/docs/reference/classes/DataspaceDataPlaneService.md +336 -0
- package/docs/reference/functions/activityLogEntryGet.md +31 -0
- package/docs/reference/functions/activityLogStatusConnected.md +17 -0
- package/docs/reference/functions/activityLogStatusDisconnected.md +23 -0
- package/docs/reference/functions/activityLogStatusUpdate.md +37 -0
- package/docs/reference/functions/activityStreamNotify.md +37 -0
- package/docs/reference/functions/generateRestRoutesDataspaceDataPlane.md +25 -0
- package/docs/reference/functions/generateSocketRoutesDataspaceDataPlane.md +25 -0
- package/docs/reference/functions/getDataAssetEntities.md +31 -0
- package/docs/reference/functions/initSchema.md +9 -0
- package/docs/reference/functions/queryDataAsset.md +31 -0
- package/docs/reference/index.md +32 -0
- package/docs/reference/interfaces/IDataspaceDataPlaneServiceConfig.md +31 -0
- package/docs/reference/interfaces/IDataspaceDataPlaneServiceConstructorOptions.md +132 -0
- package/docs/reference/variables/ACTIVITY_LOG_ROUTE.md +5 -0
- package/docs/reference/variables/restEntryPoints.md +3 -0
- package/docs/reference/variables/socketEntryPoints.md +3 -0
- package/docs/reference/variables/tagsDataspaceDataPlane.md +5 -0
- package/locales/en.json +41 -0
- package/package.json +74 -0
|
@@ -0,0 +1,415 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [0.0.3-next.15](https://github.com/twinfoundation/dataspace/compare/dataspace-data-plane-service-v0.0.3-next.14...dataspace-data-plane-service-v0.0.3-next.15) (2026-03-02)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* unification of the data exchange and the data space connector ([#57](https://github.com/twinfoundation/dataspace/issues/57)) ([df2644d](https://github.com/twinfoundation/dataspace/commit/df2644d989471e07dadd83d27bef736179e31bf4))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/dataspace-app-runner bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
16
|
+
* @twin.org/dataspace-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
17
|
+
* devDependencies
|
|
18
|
+
* @twin.org/dataspace-test-app bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
19
|
+
|
|
20
|
+
## [0.0.3-next.12](https://github.com/twinfoundation/dataspace/compare/dataspace-service-v0.0.3-next.11...dataspace-service-v0.0.3-next.12) (2026-01-22)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* allow retry of failed activities instead of treating as duplicates ([#53](https://github.com/twinfoundation/dataspace/issues/53)) ([363dddc](https://github.com/twinfoundation/dataspace/commit/363dddc0ba14a50cf1d6f233d17f19c6110fbd47))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Dependencies
|
|
29
|
+
|
|
30
|
+
* The following workspace dependencies were updated
|
|
31
|
+
* dependencies
|
|
32
|
+
* @twin.org/dataspace-app-runner bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
33
|
+
* @twin.org/dataspace-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
34
|
+
* devDependencies
|
|
35
|
+
* @twin.org/dataspace-test-app bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
36
|
+
|
|
37
|
+
## [0.0.3-next.11](https://github.com/twinfoundation/dataspace/compare/dataspace-service-v0.0.3-next.10...dataspace-service-v0.0.3-next.11) (2026-01-22)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Features
|
|
41
|
+
|
|
42
|
+
* update contexts ([1c9a169](https://github.com/twinfoundation/dataspace/commit/1c9a169ebc44af59df890eb29dd5cb4274940ebe))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### Dependencies
|
|
46
|
+
|
|
47
|
+
* The following workspace dependencies were updated
|
|
48
|
+
* dependencies
|
|
49
|
+
* @twin.org/dataspace-app-runner bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
50
|
+
* @twin.org/dataspace-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
51
|
+
* devDependencies
|
|
52
|
+
* @twin.org/dataspace-test-app bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
53
|
+
|
|
54
|
+
## [0.0.3-next.10](https://github.com/twinfoundation/dataspace/compare/dataspace-service-v0.0.3-next.9...dataspace-service-v0.0.3-next.10) (2026-01-19)
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
### Features
|
|
58
|
+
|
|
59
|
+
* replace registerApp with factory pattern ([#51](https://github.com/twinfoundation/dataspace/issues/51)) ([a7ef328](https://github.com/twinfoundation/dataspace/commit/a7ef32873f5781f7b1f8aa3670f5fb612dd17018))
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
### Dependencies
|
|
63
|
+
|
|
64
|
+
* The following workspace dependencies were updated
|
|
65
|
+
* dependencies
|
|
66
|
+
* @twin.org/dataspace-app-runner bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
67
|
+
* @twin.org/dataspace-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
68
|
+
* devDependencies
|
|
69
|
+
* @twin.org/dataspace-test-app bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
70
|
+
|
|
71
|
+
## [0.0.3-next.9](https://github.com/twinfoundation/dataspace/compare/dataspace-service-v0.0.3-next.8...dataspace-service-v0.0.3-next.9) (2026-01-19)
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
### Features
|
|
75
|
+
|
|
76
|
+
* update data space connector to use trust service ([#47](https://github.com/twinfoundation/dataspace/issues/47)) ([41c5113](https://github.com/twinfoundation/dataspace/commit/41c5113512cdc477c2f9508b27dfaff84529d841))
|
|
77
|
+
* update order of trustPayload parameter ([0656ddd](https://github.com/twinfoundation/dataspace/commit/0656ddd328accda0370d979a6cb5f947071e700b))
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
### Bug Fixes
|
|
81
|
+
|
|
82
|
+
* remove unneeded compaction when returning data coming from the DS Connector App ([#48](https://github.com/twinfoundation/dataspace/issues/48)) ([7fef177](https://github.com/twinfoundation/dataspace/commit/7fef177c7e74b1ab438af789e644a700cf90cd71))
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
### Dependencies
|
|
86
|
+
|
|
87
|
+
* The following workspace dependencies were updated
|
|
88
|
+
* dependencies
|
|
89
|
+
* @twin.org/dataspace-app-runner bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
90
|
+
* @twin.org/dataspace-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
91
|
+
* devDependencies
|
|
92
|
+
* @twin.org/dataspace-test-app bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
93
|
+
|
|
94
|
+
## [0.0.3-next.8](https://github.com/twinfoundation/dataspace/compare/dataspace-service-v0.0.3-next.7...dataspace-service-v0.0.3-next.8) (2026-01-16)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
### Miscellaneous Chores
|
|
98
|
+
|
|
99
|
+
* **dataspace-service:** Synchronize repo versions
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
### Dependencies
|
|
103
|
+
|
|
104
|
+
* The following workspace dependencies were updated
|
|
105
|
+
* dependencies
|
|
106
|
+
* @twin.org/dataspace-app-runner bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
107
|
+
* @twin.org/dataspace-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
108
|
+
* devDependencies
|
|
109
|
+
* @twin.org/dataspace-test-app bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
110
|
+
|
|
111
|
+
## [0.0.3-next.7](https://github.com/twinfoundation/dataspace/compare/dataspace-service-v0.0.3-next.6...dataspace-service-v0.0.3-next.7) (2026-01-16)
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
### Features
|
|
115
|
+
|
|
116
|
+
* implement Link headers for pagination ([#43](https://github.com/twinfoundation/dataspace/issues/43)) ([ce2a31f](https://github.com/twinfoundation/dataspace/commit/ce2a31fab1b5a1338d34b8514e96a203705c68d1))
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
### Dependencies
|
|
120
|
+
|
|
121
|
+
* The following workspace dependencies were updated
|
|
122
|
+
* dependencies
|
|
123
|
+
* @twin.org/dataspace-app-runner bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
124
|
+
* @twin.org/dataspace-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
125
|
+
* devDependencies
|
|
126
|
+
* @twin.org/dataspace-test-app bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
127
|
+
|
|
128
|
+
## [0.0.3-next.6](https://github.com/twinfoundation/dataspace/compare/dataspace-service-v0.0.3-next.5...dataspace-service-v0.0.3-next.6) (2026-01-15)
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
### Features
|
|
132
|
+
|
|
133
|
+
* update contexts and namespaces ([#41](https://github.com/twinfoundation/dataspace/issues/41)) ([cad79f9](https://github.com/twinfoundation/dataspace/commit/cad79f9f18c0b1bc4a4604a951c28db1d1068f5e))
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
### Dependencies
|
|
137
|
+
|
|
138
|
+
* The following workspace dependencies were updated
|
|
139
|
+
* dependencies
|
|
140
|
+
* @twin.org/dataspace-app-runner bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
141
|
+
* @twin.org/dataspace-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
142
|
+
* devDependencies
|
|
143
|
+
* @twin.org/dataspace-test-app bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
144
|
+
|
|
145
|
+
## [0.0.3-next.5](https://github.com/twinfoundation/dataspace/compare/dataspace-service-v0.0.3-next.4...dataspace-service-v0.0.3-next.5) (2026-01-07)
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
### Miscellaneous Chores
|
|
149
|
+
|
|
150
|
+
* **dataspace-service:** Synchronize repo versions
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
### Dependencies
|
|
154
|
+
|
|
155
|
+
* The following workspace dependencies were updated
|
|
156
|
+
* dependencies
|
|
157
|
+
* @twin.org/dataspace-app-runner bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
158
|
+
* @twin.org/dataspace-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
159
|
+
* devDependencies
|
|
160
|
+
* @twin.org/dataspace-test-app bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
161
|
+
|
|
162
|
+
## [0.0.3-next.4](https://github.com/twinfoundation/dataspace/compare/dataspace-service-v0.0.3-next.3...dataspace-service-v0.0.3-next.4) (2026-01-06)
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
### Features
|
|
166
|
+
|
|
167
|
+
* rfc 004 implementation ([#34](https://github.com/twinfoundation/dataspace/issues/34)) ([3920a45](https://github.com/twinfoundation/dataspace/commit/3920a456f744610885c33cb0960e0448aea71a44))
|
|
168
|
+
* update standards dependencies ([8534ad7](https://github.com/twinfoundation/dataspace/commit/8534ad74b996610ed5994b5213c857989c2bf57a))
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
### Dependencies
|
|
172
|
+
|
|
173
|
+
* The following workspace dependencies were updated
|
|
174
|
+
* dependencies
|
|
175
|
+
* @twin.org/dataspace-app-runner bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
176
|
+
* @twin.org/dataspace-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
177
|
+
* devDependencies
|
|
178
|
+
* @twin.org/dataspace-test-app bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
179
|
+
|
|
180
|
+
## [0.0.3-next.3](https://github.com/twinfoundation/dataspace/compare/dataspace-service-v0.0.3-next.2...dataspace-service-v0.0.3-next.3) (2025-12-01)
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
### Features
|
|
184
|
+
|
|
185
|
+
* update background task service ([c907578](https://github.com/twinfoundation/dataspace/commit/c907578c4ff5906c62b37d788a078d99fe8a59dc))
|
|
186
|
+
* updating the vocabulary and usage of the federated catalogue ([#32](https://github.com/twinfoundation/dataspace/issues/32)) ([9203ca2](https://github.com/twinfoundation/dataspace/commit/9203ca28837ef270285a058cf4294bb0c203337a))
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
### Dependencies
|
|
190
|
+
|
|
191
|
+
* The following workspace dependencies were updated
|
|
192
|
+
* dependencies
|
|
193
|
+
* @twin.org/dataspace-app-runner bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
194
|
+
* @twin.org/dataspace-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
195
|
+
* devDependencies
|
|
196
|
+
* @twin.org/dataspace-test-app bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
197
|
+
|
|
198
|
+
## [0.0.3-next.2](https://github.com/twinfoundation/dataspace/compare/dataspace-service-v0.0.3-next.1...dataspace-service-v0.0.3-next.2) (2025-11-28)
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
### Features
|
|
202
|
+
|
|
203
|
+
* update background task service ([72b2856](https://github.com/twinfoundation/dataspace/commit/72b2856c74196913ad514519f825a0f5b11b6d92))
|
|
204
|
+
* update context id usage ([a727a34](https://github.com/twinfoundation/dataspace/commit/a727a34487e9533867fa21aee37bb22240f39adf))
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
### Bug Fixes
|
|
208
|
+
|
|
209
|
+
* optional constructor values ([e21833d](https://github.com/twinfoundation/dataspace/commit/e21833d3bed43c53e9f74961aa11261e56db7211))
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
### Dependencies
|
|
213
|
+
|
|
214
|
+
* The following workspace dependencies were updated
|
|
215
|
+
* dependencies
|
|
216
|
+
* @twin.org/dataspace-app-runner bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
217
|
+
* @twin.org/dataspace-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
218
|
+
* devDependencies
|
|
219
|
+
* @twin.org/dataspace-test-app bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
220
|
+
|
|
221
|
+
## [0.0.3-next.1](https://github.com/twinfoundation/dataspace/compare/dataspace-service-v0.0.3-next.0...dataspace-service-v0.0.3-next.1) (2025-11-12)
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
### Features
|
|
225
|
+
|
|
226
|
+
* add context id features ([#26](https://github.com/twinfoundation/dataspace/issues/26)) ([6429a16](https://github.com/twinfoundation/dataspace/commit/6429a160dac9499304fdfb93a9dbdce37277ca7d))
|
|
227
|
+
* add rest and socket clients ([950bf70](https://github.com/twinfoundation/dataspace/commit/950bf705e6df4e709bbbe58e93968510067b9ddc))
|
|
228
|
+
* add validate-locales ([c0b08a7](https://github.com/twinfoundation/dataspace/commit/c0b08a73268f9fd3eb6ac3079b49d1ab0c01f118))
|
|
229
|
+
* dataspace ([#2](https://github.com/twinfoundation/dataspace/issues/2)) ([c2ac651](https://github.com/twinfoundation/dataspace/commit/c2ac651ceb6f35e46bd5eac97ac648bb1ee9dc0c))
|
|
230
|
+
* eslint migration to flat config ([b84e875](https://github.com/twinfoundation/dataspace/commit/b84e87530aa249891618096ab6e072b21ff9f63a))
|
|
231
|
+
* expose client methods ([3de1ecb](https://github.com/twinfoundation/dataspace/commit/3de1ecbd345d36cef352e9d4dce26353f21b3f99))
|
|
232
|
+
* increase delays in tests ([12c6d83](https://github.com/twinfoundation/dataspace/commit/12c6d8327113f22ec6db67f1da9f662144539ced))
|
|
233
|
+
* increase delays in tests ([2128ecc](https://github.com/twinfoundation/dataspace/commit/2128ecc6a5f04a1beea14614b3ee0218cbd4ee66))
|
|
234
|
+
* optional service app config ([76e69d1](https://github.com/twinfoundation/dataspace/commit/76e69d1f162628b1496582458dd9384311752018))
|
|
235
|
+
* query interface data space connector ([#18](https://github.com/twinfoundation/dataspace/issues/18)) ([b12eca1](https://github.com/twinfoundation/dataspace/commit/b12eca124a8f46d290c168e364b7ed4bf72001d8))
|
|
236
|
+
* reduce complexity of OpenApi specs ([3155f0d](https://github.com/twinfoundation/dataspace/commit/3155f0d2ae63909c4d5788958cfd2e11aabd1ab0))
|
|
237
|
+
* update framework components ([4d9ca95](https://github.com/twinfoundation/dataspace/commit/4d9ca95879bd6cae9d031595292b6a872bf5b5fd))
|
|
238
|
+
* update node ([81142ac](https://github.com/twinfoundation/dataspace/commit/81142ac8036663044aeb8db3b2b4f4e5bccbed33))
|
|
239
|
+
* update node dependency ([443882a](https://github.com/twinfoundation/dataspace/commit/443882ad3c62456cf14c57aa414c9f5e9d0985a0))
|
|
240
|
+
* use new engine extensions config ([80bdb5b](https://github.com/twinfoundation/dataspace/commit/80bdb5b298b65b5b22fa9927a0ad031cb9a3534d))
|
|
241
|
+
* use new start signature ([4064d19](https://github.com/twinfoundation/dataspace/commit/4064d19676b183e7162e667a701a24c4b1f48504))
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
### Bug Fixes
|
|
245
|
+
|
|
246
|
+
* add extra debugging ([bd0cc74](https://github.com/twinfoundation/dataspace/commit/bd0cc74d72205d403066d0a8a132a7834c9914d2))
|
|
247
|
+
* fix missing dependency ([af99995](https://github.com/twinfoundation/dataspace/commit/af99995d4509811081d6e43402a93904c3a4012a))
|
|
248
|
+
* fix tests ([503df8c](https://github.com/twinfoundation/dataspace/commit/503df8c1a827871263ae1de9464cec50255aad14))
|
|
249
|
+
* fix tests ([7465f6c](https://github.com/twinfoundation/dataspace/commit/7465f6cc7ea0ee7387a15493de93a9fce4fde83a))
|
|
250
|
+
* fix tests ([8c1b20f](https://github.com/twinfoundation/dataspace/commit/8c1b20fe754122f71ca0cf22d1f554ebcb127771))
|
|
251
|
+
* the Dataspace Connector App receives Node Identity ([#14](https://github.com/twinfoundation/dataspace/issues/14)) ([a71ad44](https://github.com/twinfoundation/dataspace/commit/a71ad44539d9c2b55e13d865af58eeb9eb14e4ea))
|
|
252
|
+
* use local package only for ts-to-openapi ([9fa42ae](https://github.com/twinfoundation/dataspace/commit/9fa42ae20a50d607bc6f542057f44e4abcb5dce7))
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
### Dependencies
|
|
256
|
+
|
|
257
|
+
* The following workspace dependencies were updated
|
|
258
|
+
* dependencies
|
|
259
|
+
* @twin.org/dataspace-app-runner bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
260
|
+
* @twin.org/dataspace-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
261
|
+
* devDependencies
|
|
262
|
+
* @twin.org/dataspace-test-app bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
263
|
+
|
|
264
|
+
## [0.0.1-next.8](https://github.com/twinfoundation/dataspace/compare/dataspace-service-v0.0.1-next.7...dataspace-service-v0.0.1-next.8) (2025-10-09)
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
### Features
|
|
268
|
+
|
|
269
|
+
* add validate-locales ([c0b08a7](https://github.com/twinfoundation/dataspace/commit/c0b08a73268f9fd3eb6ac3079b49d1ab0c01f118))
|
|
270
|
+
* increase delays in tests ([12c6d83](https://github.com/twinfoundation/dataspace/commit/12c6d8327113f22ec6db67f1da9f662144539ced))
|
|
271
|
+
* increase delays in tests ([2128ecc](https://github.com/twinfoundation/dataspace/commit/2128ecc6a5f04a1beea14614b3ee0218cbd4ee66))
|
|
272
|
+
* update node dependency ([443882a](https://github.com/twinfoundation/dataspace/commit/443882ad3c62456cf14c57aa414c9f5e9d0985a0))
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
### Dependencies
|
|
276
|
+
|
|
277
|
+
* The following workspace dependencies were updated
|
|
278
|
+
* dependencies
|
|
279
|
+
* @twin.org/dataspace-models bumped from 0.0.1-next.7 to 0.0.1-next.8
|
|
280
|
+
* devDependencies
|
|
281
|
+
* @twin.org/dataspace-test-app bumped from 0.0.1-next.7 to 0.0.1-next.8
|
|
282
|
+
|
|
283
|
+
## [0.0.1-next.7](https://github.com/twinfoundation/dataspace/compare/dataspace-service-v0.0.1-next.6...dataspace-service-v0.0.1-next.7) (2025-10-02)
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
### Features
|
|
287
|
+
|
|
288
|
+
* use new engine extensions config ([80bdb5b](https://github.com/twinfoundation/dataspace/commit/80bdb5b298b65b5b22fa9927a0ad031cb9a3534d))
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
### Dependencies
|
|
292
|
+
|
|
293
|
+
* The following workspace dependencies were updated
|
|
294
|
+
* dependencies
|
|
295
|
+
* @twin.org/dataspace-models bumped from 0.0.1-next.6 to 0.0.1-next.7
|
|
296
|
+
* devDependencies
|
|
297
|
+
* @twin.org/dataspace-test-app bumped from 0.0.1-next.6 to 0.0.1-next.7
|
|
298
|
+
|
|
299
|
+
## [0.0.1-next.6](https://github.com/twinfoundation/dataspace/compare/dataspace-service-v0.0.1-next.5...dataspace-service-v0.0.1-next.6) (2025-09-29)
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
### Features
|
|
303
|
+
|
|
304
|
+
* use new start signature ([4064d19](https://github.com/twinfoundation/dataspace/commit/4064d19676b183e7162e667a701a24c4b1f48504))
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
### Dependencies
|
|
308
|
+
|
|
309
|
+
* The following workspace dependencies were updated
|
|
310
|
+
* dependencies
|
|
311
|
+
* @twin.org/dataspace-app-runner bumped from 0.0.1-next.5 to 0.0.1-next.6
|
|
312
|
+
* @twin.org/dataspace-models bumped from 0.0.1-next.5 to 0.0.1-next.6
|
|
313
|
+
* devDependencies
|
|
314
|
+
* @twin.org/dataspace-test-app bumped from 0.0.1-next.5 to 0.0.1-next.6
|
|
315
|
+
|
|
316
|
+
## [0.0.1-next.5](https://github.com/twinfoundation/dataspace/compare/dataspace-service-v0.0.1-next.4...dataspace-service-v0.0.1-next.5) (2025-09-29)
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
### Features
|
|
320
|
+
|
|
321
|
+
* reduce complexity of OpenApi specs ([3155f0d](https://github.com/twinfoundation/dataspace/commit/3155f0d2ae63909c4d5788958cfd2e11aabd1ab0))
|
|
322
|
+
* update framework components ([4d9ca95](https://github.com/twinfoundation/dataspace/commit/4d9ca95879bd6cae9d031595292b6a872bf5b5fd))
|
|
323
|
+
* update node ([81142ac](https://github.com/twinfoundation/dataspace/commit/81142ac8036663044aeb8db3b2b4f4e5bccbed33))
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
### Bug Fixes
|
|
327
|
+
|
|
328
|
+
* the Dataspace Connector App receives Node Identity ([#14](https://github.com/twinfoundation/dataspace/issues/14)) ([a71ad44](https://github.com/twinfoundation/dataspace/commit/a71ad44539d9c2b55e13d865af58eeb9eb14e4ea))
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
### Dependencies
|
|
332
|
+
|
|
333
|
+
* The following workspace dependencies were updated
|
|
334
|
+
* dependencies
|
|
335
|
+
* @twin.org/dataspace-app-runner bumped from 0.0.1-next.4 to 0.0.1-next.5
|
|
336
|
+
* @twin.org/dataspace-models bumped from 0.0.1-next.4 to 0.0.1-next.5
|
|
337
|
+
* devDependencies
|
|
338
|
+
* @twin.org/dataspace-test-app bumped from 0.0.1-next.4 to 0.0.1-next.5
|
|
339
|
+
|
|
340
|
+
## [0.0.1-next.4](https://github.com/twinfoundation/dataspace/compare/dataspace-service-v0.0.1-next.3...dataspace-service-v0.0.1-next.4) (2025-08-29)
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
### Features
|
|
344
|
+
|
|
345
|
+
* eslint migration to flat config ([b84e875](https://github.com/twinfoundation/dataspace/commit/b84e87530aa249891618096ab6e072b21ff9f63a))
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
### Dependencies
|
|
349
|
+
|
|
350
|
+
* The following workspace dependencies were updated
|
|
351
|
+
* dependencies
|
|
352
|
+
* @twin.org/dataspace-app-runner bumped from 0.0.1-next.3 to 0.0.1-next.4
|
|
353
|
+
* @twin.org/dataspace-models bumped from 0.0.1-next.3 to 0.0.1-next.4
|
|
354
|
+
* devDependencies
|
|
355
|
+
* @twin.org/dataspace-test-app bumped from 0.0.1-next.3 to 0.0.1-next.4
|
|
356
|
+
|
|
357
|
+
## [0.0.1-next.3](https://github.com/twinfoundation/dataspace/compare/dataspace-service-v0.0.1-next.2...dataspace-service-v0.0.1-next.3) (2025-08-25)
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
### Features
|
|
361
|
+
|
|
362
|
+
* optional service app config ([76e69d1](https://github.com/twinfoundation/dataspace/commit/76e69d1f162628b1496582458dd9384311752018))
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
### Dependencies
|
|
366
|
+
|
|
367
|
+
* The following workspace dependencies were updated
|
|
368
|
+
* dependencies
|
|
369
|
+
* @twin.org/dataspace-app-runner bumped from 0.0.1-next.2 to 0.0.1-next.3
|
|
370
|
+
* @twin.org/dataspace-models bumped from 0.0.1-next.2 to 0.0.1-next.3
|
|
371
|
+
* devDependencies
|
|
372
|
+
* @twin.org/dataspace-test-app bumped from 0.0.1-next.2 to 0.0.1-next.3
|
|
373
|
+
|
|
374
|
+
## [0.0.1-next.2](https://github.com/twinfoundation/dataspace/compare/dataspace-service-v0.0.1-next.1...dataspace-service-v0.0.1-next.2) (2025-08-25)
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
### Features
|
|
378
|
+
|
|
379
|
+
* add rest and socket clients ([950bf70](https://github.com/twinfoundation/dataspace/commit/950bf705e6df4e709bbbe58e93968510067b9ddc))
|
|
380
|
+
* dataspace ([#2](https://github.com/twinfoundation/dataspace/issues/2)) ([c2ac651](https://github.com/twinfoundation/dataspace/commit/c2ac651ceb6f35e46bd5eac97ac648bb1ee9dc0c))
|
|
381
|
+
* expose client methods ([3de1ecb](https://github.com/twinfoundation/dataspace/commit/3de1ecbd345d36cef352e9d4dce26353f21b3f99))
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
### Bug Fixes
|
|
385
|
+
|
|
386
|
+
* fix missing dependency ([af99995](https://github.com/twinfoundation/dataspace/commit/af99995d4509811081d6e43402a93904c3a4012a))
|
|
387
|
+
* fix tests ([503df8c](https://github.com/twinfoundation/dataspace/commit/503df8c1a827871263ae1de9464cec50255aad14))
|
|
388
|
+
* fix tests ([7465f6c](https://github.com/twinfoundation/dataspace/commit/7465f6cc7ea0ee7387a15493de93a9fce4fde83a))
|
|
389
|
+
* fix tests ([8c1b20f](https://github.com/twinfoundation/dataspace/commit/8c1b20fe754122f71ca0cf22d1f554ebcb127771))
|
|
390
|
+
* use local package only for ts-to-openapi ([9fa42ae](https://github.com/twinfoundation/dataspace/commit/9fa42ae20a50d607bc6f542057f44e4abcb5dce7))
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
### Dependencies
|
|
394
|
+
|
|
395
|
+
* The following workspace dependencies were updated
|
|
396
|
+
* dependencies
|
|
397
|
+
* @twin.org/dataspace-app-runner bumped from 0.0.1-next.1 to 0.0.1-next.2
|
|
398
|
+
* @twin.org/dataspace-models bumped from 0.0.1-next.1 to 0.0.1-next.2
|
|
399
|
+
* devDependencies
|
|
400
|
+
* @twin.org/dataspace-test-app bumped from 0.0.1-next.1 to 0.0.1-next.2
|
|
401
|
+
|
|
402
|
+
## [0.0.1-next.1](https://github.com/twinfoundation/dataspace/compare/dataspace-service-v0.0.1-next.0...dataspace-service-v0.0.1-next.1) (2025-08-25)
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
### Features
|
|
406
|
+
|
|
407
|
+
* add rest and socket clients ([950bf70](https://github.com/twinfoundation/dataspace/commit/950bf705e6df4e709bbbe58e93968510067b9ddc))
|
|
408
|
+
* dataspace ([#2](https://github.com/twinfoundation/dataspace/issues/2)) ([c2ac651](https://github.com/twinfoundation/dataspace/commit/c2ac651ceb6f35e46bd5eac97ac648bb1ee9dc0c))
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
### Dependencies
|
|
412
|
+
|
|
413
|
+
* The following workspace dependencies were updated
|
|
414
|
+
* dependencies
|
|
415
|
+
* @twin.org/dataspace-models bumped from 0.0.1-next.0 to 0.0.1-next.1
|
package/docs/examples.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# @twin.org/dataspace-data-plane-service - Examples
|