@twin.org/auditable-item-stream-service 0.9.1-next.3 → 0.9.1-next.4

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.9.1-next.4](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.9.1-next.3...auditable-item-stream-service-v0.9.1-next.4) (2026-07-14)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **auditable-item-stream-service:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/auditable-item-stream-models bumped from 0.9.1-next.3 to 0.9.1-next.4
16
+
3
17
  ## [0.9.1-next.3](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.9.1-next.2...auditable-item-stream-service-v0.9.1-next.3) (2026-06-30)
4
18
 
5
19
 
@@ -2032,7 +2032,7 @@
2032
2032
  "parameters": [
2033
2033
  {
2034
2034
  "name": "conditions",
2035
- "description": "The conditions to filter the stream, JSON stringified `EntityCondition<IAuditableItemStream>.",
2035
+ "description": "The conditions to filter the stream, JSON stringified `EntityCondition<IAuditableItemStreamEntry>`.",
2036
2036
  "in": "query",
2037
2037
  "required": false,
2038
2038
  "schema": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/auditable-item-stream-service",
3
- "version": "0.9.1-next.3",
3
+ "version": "0.9.1-next.4",
4
4
  "description": "Service implementation and REST route generation for managing auditable streams and entries.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@twin.org/api-models": "next",
18
- "@twin.org/auditable-item-stream-models": "0.9.1-next.3",
18
+ "@twin.org/auditable-item-stream-models": "0.9.1-next.4",
19
19
  "@twin.org/context": "next",
20
20
  "@twin.org/core": "next",
21
21
  "@twin.org/crypto": "next",