@twin.org/synchronised-storage-service 0.0.3-next.7 → 0.0.3-next.8
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 +15 -0
- package/docs/open-api/spec.json +0 -5
- package/package.json +2 -2
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.8](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.3-next.7...synchronised-storage-service-v0.0.3-next.8) (2026-02-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add ts-to-jsonld-context tool ([16d7677](https://github.com/twinfoundation/synchronised-storage/commit/16d76776e7e3f75e6c4fb9f88cb32fed2967c4b6))
|
|
9
|
+
* update schemas ([7566c48](https://github.com/twinfoundation/synchronised-storage/commit/7566c4860baad5ead4327ac19cb5b647e63f2ca3))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Dependencies
|
|
13
|
+
|
|
14
|
+
* The following workspace dependencies were updated
|
|
15
|
+
* dependencies
|
|
16
|
+
* @twin.org/synchronised-storage-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
17
|
+
|
|
3
18
|
## [0.0.3-next.7](https://github.com/twinfoundation/synchronised-storage/compare/synchronised-storage-service-v0.0.3-next.6...synchronised-storage-service-v0.0.3-next.7) (2026-01-28)
|
|
4
19
|
|
|
5
20
|
|
package/docs/open-api/spec.json
CHANGED
|
@@ -259,7 +259,6 @@
|
|
|
259
259
|
"name",
|
|
260
260
|
"message"
|
|
261
261
|
],
|
|
262
|
-
"additionalProperties": false,
|
|
263
262
|
"description": "Model to describe serialized error."
|
|
264
263
|
},
|
|
265
264
|
"SyncChange": {
|
|
@@ -280,7 +279,6 @@
|
|
|
280
279
|
"operation",
|
|
281
280
|
"id"
|
|
282
281
|
],
|
|
283
|
-
"additionalProperties": false,
|
|
284
282
|
"description": "The object definition for a sync change."
|
|
285
283
|
},
|
|
286
284
|
"SyncChangeOperation": {
|
|
@@ -349,7 +347,6 @@
|
|
|
349
347
|
"nodeIdentity",
|
|
350
348
|
"changes"
|
|
351
349
|
],
|
|
352
|
-
"additionalProperties": false,
|
|
353
350
|
"description": "The object definition for a sync change set."
|
|
354
351
|
},
|
|
355
352
|
"SyncDecryptionKeyResponse": {
|
|
@@ -363,7 +360,6 @@
|
|
|
363
360
|
"required": [
|
|
364
361
|
"decryptionKey"
|
|
365
362
|
],
|
|
366
|
-
"additionalProperties": false,
|
|
367
363
|
"description": "The body of the response."
|
|
368
364
|
},
|
|
369
365
|
"SynchronisedEntityCore": {
|
|
@@ -377,7 +373,6 @@
|
|
|
377
373
|
"required": [
|
|
378
374
|
"dateModified"
|
|
379
375
|
],
|
|
380
|
-
"additionalProperties": false,
|
|
381
376
|
"description": "The base definition for synchronised entries."
|
|
382
377
|
}
|
|
383
378
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/synchronised-storage-service",
|
|
3
|
-
"version": "0.0.3-next.
|
|
3
|
+
"version": "0.0.3-next.8",
|
|
4
4
|
"description": "Synchronised storage contract implementation and REST endpoint definitions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@twin.org/nameof": "next",
|
|
29
29
|
"@twin.org/standards-w3c-did": "next",
|
|
30
30
|
"@twin.org/standards-w3c-odrl": "next",
|
|
31
|
-
"@twin.org/synchronised-storage-models": "0.0.3-next.
|
|
31
|
+
"@twin.org/synchronised-storage-models": "0.0.3-next.8",
|
|
32
32
|
"@twin.org/trust-models": "next",
|
|
33
33
|
"@twin.org/verifiable-storage-models": "next",
|
|
34
34
|
"@twin.org/web": "next"
|