@twin.org/standards-dataspace-protocol 0.0.3-next.63 → 0.0.3-next.64
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/dist/es/schemas/DataspaceProtocolCatalogBase.json +2 -2
- package/dist/es/schemas/DataspaceProtocolDataServiceBase.json +2 -2
- package/dist/es/schemas/DataspaceProtocolDatasetBase.json +2 -2
- package/docs/changelog.md +17 -0
- package/docs/reference/interfaces/IDataspaceProtocolCatalog.md +2 -2
- package/docs/reference/interfaces/IDataspaceProtocolCatalogBase.md +2 -2
- package/docs/reference/interfaces/IDataspaceProtocolDataService.md +2 -2
- package/docs/reference/interfaces/IDataspaceProtocolDataServiceBase.md +2 -2
- package/docs/reference/interfaces/IDataspaceProtocolDataset.md +2 -2
- package/docs/reference/interfaces/IDataspaceProtocolDatasetBase.md +2 -2
- package/package.json +5 -5
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"dcterms:publisher": {
|
|
165
165
|
"anyOf": [
|
|
166
166
|
{
|
|
167
|
-
"$ref": "https://schema.twindev.org/
|
|
167
|
+
"$ref": "https://schema.twindev.org/json-ld/JsonLdObjectWithAliases"
|
|
168
168
|
},
|
|
169
169
|
{
|
|
170
170
|
"type": "string"
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"dcterms:creator": {
|
|
177
177
|
"anyOf": [
|
|
178
178
|
{
|
|
179
|
-
"$ref": "https://schema.twindev.org/
|
|
179
|
+
"$ref": "https://schema.twindev.org/json-ld/JsonLdObjectWithAliases"
|
|
180
180
|
},
|
|
181
181
|
{
|
|
182
182
|
"type": "string"
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"dcterms:publisher": {
|
|
117
117
|
"anyOf": [
|
|
118
118
|
{
|
|
119
|
-
"$ref": "https://schema.twindev.org/
|
|
119
|
+
"$ref": "https://schema.twindev.org/json-ld/JsonLdObjectWithAliases"
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
122
|
"type": "string"
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"dcterms:creator": {
|
|
129
129
|
"anyOf": [
|
|
130
130
|
{
|
|
131
|
-
"$ref": "https://schema.twindev.org/
|
|
131
|
+
"$ref": "https://schema.twindev.org/json-ld/JsonLdObjectWithAliases"
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
"type": "string"
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"dcterms:publisher": {
|
|
122
122
|
"anyOf": [
|
|
123
123
|
{
|
|
124
|
-
"$ref": "https://schema.twindev.org/
|
|
124
|
+
"$ref": "https://schema.twindev.org/json-ld/JsonLdObjectWithAliases"
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
127
|
"type": "string"
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"dcterms:creator": {
|
|
134
134
|
"anyOf": [
|
|
135
135
|
{
|
|
136
|
-
"$ref": "https://schema.twindev.org/
|
|
136
|
+
"$ref": "https://schema.twindev.org/json-ld/JsonLdObjectWithAliases"
|
|
137
137
|
},
|
|
138
138
|
{
|
|
139
139
|
"type": "string"
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.64](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.63...standards-dataspace-protocol-v0.0.3-next.64) (2026-06-01)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **standards-dataspace-protocol:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/standards-w3c-dcat bumped from 0.0.3-next.63 to 0.0.3-next.64
|
|
16
|
+
* @twin.org/standards-w3c-odrl bumped from 0.0.3-next.63 to 0.0.3-next.64
|
|
17
|
+
* devDependencies
|
|
18
|
+
* @twin.org/standards-ld-contexts bumped from 0.0.3-next.63 to 0.0.3-next.64
|
|
19
|
+
|
|
3
20
|
## [0.0.3-next.63](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.62...standards-dataspace-protocol-v0.0.3-next.63) (2026-05-19)
|
|
4
21
|
|
|
5
22
|
|
|
@@ -393,7 +393,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_language
|
|
|
393
393
|
|
|
394
394
|
### dcterms:publisher? {#dctermspublisher}
|
|
395
395
|
|
|
396
|
-
> `optional` **dcterms:publisher?**: `string` \| `
|
|
396
|
+
> `optional` **dcterms:publisher?**: `string` \| `JsonLdObjectWithAliases`\<`IFoafAgent`, `"foaf"`\>
|
|
397
397
|
|
|
398
398
|
An entity responsible for making the resource available.
|
|
399
399
|
|
|
@@ -409,7 +409,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher
|
|
|
409
409
|
|
|
410
410
|
### dcterms:creator? {#dctermscreator}
|
|
411
411
|
|
|
412
|
-
> `optional` **dcterms:creator?**: `string` \| `
|
|
412
|
+
> `optional` **dcterms:creator?**: `string` \| `JsonLdObjectWithAliases`\<`IFoafAgent`, `"foaf"`\>
|
|
413
413
|
|
|
414
414
|
An entity responsible for producing the resource.
|
|
415
415
|
|
|
@@ -365,7 +365,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_language
|
|
|
365
365
|
|
|
366
366
|
### dcterms:publisher? {#dctermspublisher}
|
|
367
367
|
|
|
368
|
-
> `optional` **dcterms:publisher?**: `string` \| `
|
|
368
|
+
> `optional` **dcterms:publisher?**: `string` \| `JsonLdObjectWithAliases`\<`IFoafAgent`, `"foaf"`\>
|
|
369
369
|
|
|
370
370
|
An entity responsible for making the resource available.
|
|
371
371
|
|
|
@@ -381,7 +381,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher
|
|
|
381
381
|
|
|
382
382
|
### dcterms:creator? {#dctermscreator}
|
|
383
383
|
|
|
384
|
-
> `optional` **dcterms:creator?**: `string` \| `
|
|
384
|
+
> `optional` **dcterms:creator?**: `string` \| `JsonLdObjectWithAliases`\<`IFoafAgent`, `"foaf"`\>
|
|
385
385
|
|
|
386
386
|
An entity responsible for producing the resource.
|
|
387
387
|
|
|
@@ -198,7 +198,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_language
|
|
|
198
198
|
|
|
199
199
|
### dcterms:publisher? {#dctermspublisher}
|
|
200
200
|
|
|
201
|
-
> `optional` **dcterms:publisher?**: `string` \| `
|
|
201
|
+
> `optional` **dcterms:publisher?**: `string` \| `JsonLdObjectWithAliases`\<`IFoafAgent`, `"foaf"`\>
|
|
202
202
|
|
|
203
203
|
An entity responsible for making the resource available.
|
|
204
204
|
|
|
@@ -214,7 +214,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher
|
|
|
214
214
|
|
|
215
215
|
### dcterms:creator? {#dctermscreator}
|
|
216
216
|
|
|
217
|
-
> `optional` **dcterms:creator?**: `string` \| `
|
|
217
|
+
> `optional` **dcterms:creator?**: `string` \| `JsonLdObjectWithAliases`\<`IFoafAgent`, `"foaf"`\>
|
|
218
218
|
|
|
219
219
|
An entity responsible for producing the resource.
|
|
220
220
|
|
|
@@ -182,7 +182,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_language
|
|
|
182
182
|
|
|
183
183
|
### dcterms:publisher? {#dctermspublisher}
|
|
184
184
|
|
|
185
|
-
> `optional` **dcterms:publisher?**: `string` \| `
|
|
185
|
+
> `optional` **dcterms:publisher?**: `string` \| `JsonLdObjectWithAliases`\<`IFoafAgent`, `"foaf"`\>
|
|
186
186
|
|
|
187
187
|
An entity responsible for making the resource available.
|
|
188
188
|
|
|
@@ -198,7 +198,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher
|
|
|
198
198
|
|
|
199
199
|
### dcterms:creator? {#dctermscreator}
|
|
200
200
|
|
|
201
|
-
> `optional` **dcterms:creator?**: `string` \| `
|
|
201
|
+
> `optional` **dcterms:creator?**: `string` \| `JsonLdObjectWithAliases`\<`IFoafAgent`, `"foaf"`\>
|
|
202
202
|
|
|
203
203
|
An entity responsible for producing the resource.
|
|
204
204
|
|
|
@@ -311,7 +311,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_language
|
|
|
311
311
|
|
|
312
312
|
### dcterms:publisher? {#dctermspublisher}
|
|
313
313
|
|
|
314
|
-
> `optional` **dcterms:publisher?**: `string` \| `
|
|
314
|
+
> `optional` **dcterms:publisher?**: `string` \| `JsonLdObjectWithAliases`\<`IFoafAgent`, `"foaf"`\>
|
|
315
315
|
|
|
316
316
|
An entity responsible for making the resource available.
|
|
317
317
|
|
|
@@ -327,7 +327,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher
|
|
|
327
327
|
|
|
328
328
|
### dcterms:creator? {#dctermscreator}
|
|
329
329
|
|
|
330
|
-
> `optional` **dcterms:creator?**: `string` \| `
|
|
330
|
+
> `optional` **dcterms:creator?**: `string` \| `JsonLdObjectWithAliases`\<`IFoafAgent`, `"foaf"`\>
|
|
331
331
|
|
|
332
332
|
An entity responsible for producing the resource.
|
|
333
333
|
|
|
@@ -295,7 +295,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_language
|
|
|
295
295
|
|
|
296
296
|
### dcterms:publisher? {#dctermspublisher}
|
|
297
297
|
|
|
298
|
-
> `optional` **dcterms:publisher?**: `string` \| `
|
|
298
|
+
> `optional` **dcterms:publisher?**: `string` \| `JsonLdObjectWithAliases`\<`IFoafAgent`, `"foaf"`\>
|
|
299
299
|
|
|
300
300
|
An entity responsible for making the resource available.
|
|
301
301
|
|
|
@@ -311,7 +311,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher
|
|
|
311
311
|
|
|
312
312
|
### dcterms:creator? {#dctermscreator}
|
|
313
313
|
|
|
314
|
-
> `optional` **dcterms:creator?**: `string` \| `
|
|
314
|
+
> `optional` **dcterms:creator?**: `string` \| `JsonLdObjectWithAliases`\<`IFoafAgent`, `"foaf"`\>
|
|
315
315
|
|
|
316
316
|
An entity responsible for producing the resource.
|
|
317
317
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/standards-dataspace-protocol",
|
|
3
|
-
"version": "0.0.3-next.
|
|
3
|
+
"version": "0.0.3-next.64",
|
|
4
4
|
"description": "Data models for the Dataspace Protocol specification.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "git+https://github.com/iotaledger/standards.git",
|
|
7
|
+
"url": "git+https://github.com/iotaledger/twin-standards.git",
|
|
8
8
|
"directory": "packages/standards-dataspace-protocol"
|
|
9
9
|
},
|
|
10
10
|
"author": "martyn.janes@iota.org",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"@twin.org/core": "next",
|
|
18
18
|
"@twin.org/data-core": "next",
|
|
19
19
|
"@twin.org/data-json-ld": "next",
|
|
20
|
-
"@twin.org/standards-w3c-dcat": "0.0.3-next.
|
|
21
|
-
"@twin.org/standards-w3c-odrl": "0.0.3-next.
|
|
20
|
+
"@twin.org/standards-w3c-dcat": "0.0.3-next.64",
|
|
21
|
+
"@twin.org/standards-w3c-odrl": "0.0.3-next.64",
|
|
22
22
|
"@twin.org/web": "next"
|
|
23
23
|
},
|
|
24
24
|
"main": "./dist/es/index.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"specification"
|
|
49
49
|
],
|
|
50
50
|
"bugs": {
|
|
51
|
-
"url": "git+https://github.com/iotaledger/standards/issues"
|
|
51
|
+
"url": "git+https://github.com/iotaledger/twin-standards/issues"
|
|
52
52
|
},
|
|
53
53
|
"homepage": "https://twindev.org"
|
|
54
54
|
}
|