@twin.org/auditable-item-stream-service 0.9.0-next.1 → 0.9.0

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.
Files changed (2) hide show
  1. package/docs/changelog.md +25 -0
  2. package/package.json +16 -16
package/docs/changelog.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.0](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.9.0...auditable-item-stream-service-v0.9.0) (2026-06-25)
4
+
5
+
6
+ ### Features
7
+
8
+ * data types registered with fully qualified names ([3bcd927](https://github.com/iotaledger/twin-auditable-item-stream/commit/3bcd92788bfe4976bc88caf230501f5bbf8637f9))
9
+ * improve schemas ([a658264](https://github.com/iotaledger/twin-auditable-item-stream/commit/a65826423f57ca18d9de44e7e75cb06ab9dd12cb))
10
+ * improve schemas ([b253580](https://github.com/iotaledger/twin-auditable-item-stream/commit/b2535806321f39c7c02db0e04f65fb04c0595dd0))
11
+ * release to production ([94d5757](https://github.com/iotaledger/twin-auditable-item-stream/commit/94d5757ff28b5462564f4ded56c8a3db781f2901))
12
+ * release to production ([#94](https://github.com/iotaledger/twin-auditable-item-stream/issues/94)) ([dc0df9d](https://github.com/iotaledger/twin-auditable-item-stream/commit/dc0df9d624a65771d8c3f756570ad6d2e0249f8e))
13
+ * release to production ([#97](https://github.com/iotaledger/twin-auditable-item-stream/issues/97)) ([d1f8cf4](https://github.com/iotaledger/twin-auditable-item-stream/commit/d1f8cf4cda650536335b92bd96b7817ab00c4e24))
14
+ * update dependencies ([9ff038b](https://github.com/iotaledger/twin-auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
15
+ * use shared store mechanism ([#7](https://github.com/iotaledger/twin-auditable-item-stream/issues/7)) ([2aca4b8](https://github.com/iotaledger/twin-auditable-item-stream/commit/2aca4b85b0102f91c90619f02b116541786cf539))
16
+ * use standard list json ld types ([54ee4d7](https://github.com/iotaledger/twin-auditable-item-stream/commit/54ee4d78c42cfd39745ee7d93903334c398ec8c8))
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * immutable remove parameter order ([19f60d6](https://github.com/iotaledger/twin-auditable-item-stream/commit/19f60d6c7b9f926694e91f4fbf348a4a4eb34c5a))
22
+ * query params force coercion ([fcdd52c](https://github.com/iotaledger/twin-auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
23
+ * remove misses removing entries ([a58bc09](https://github.com/iotaledger/twin-auditable-item-stream/commit/a58bc0943ea6e77ca7c854b2f41cfaba3fb9b10b))
24
+ * tests ([0cb8ef2](https://github.com/iotaledger/twin-auditable-item-stream/commit/0cb8ef26a6d6607099eacd13b4e3284d14b22bb8))
25
+ * update entry use correct deconstructed object ([801e857](https://github.com/iotaledger/twin-auditable-item-stream/commit/801e857d71289672b9c6010f302b33c9d8ea9860))
26
+ * update tests for deterministic background tasks ([#5](https://github.com/iotaledger/twin-auditable-item-stream/issues/5)) ([75d844e](https://github.com/iotaledger/twin-auditable-item-stream/commit/75d844eb98d0af63a089105379f9859def47e92a))
27
+
3
28
  ## [0.9.0-next.1](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-service-v0.9.0-next.0...auditable-item-stream-service-v0.9.0-next.1) (2026-06-24)
4
29
 
5
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/auditable-item-stream-service",
3
- "version": "0.9.0-next.1",
3
+ "version": "0.9.0",
4
4
  "description": "Service implementation and REST route generation for managing auditable streams and entries.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,21 +14,21 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/api-models": "0.9.0-next.1",
18
- "@twin.org/auditable-item-stream-models": "0.9.0-next.1",
19
- "@twin.org/context": "0.9.0-next.1",
20
- "@twin.org/core": "0.9.0-next.1",
21
- "@twin.org/crypto": "0.9.0-next.1",
22
- "@twin.org/data-json-ld": "0.9.0-next.1",
23
- "@twin.org/entity": "0.9.0-next.1",
24
- "@twin.org/entity-storage-models": "0.9.0-next.1",
25
- "@twin.org/event-bus-models": "0.9.0-next.1",
26
- "@twin.org/immutable-proof-models": "0.9.0-next.1",
27
- "@twin.org/nameof": "0.9.0-next.1",
28
- "@twin.org/standards-schema-org": "0.9.0-next.1",
29
- "@twin.org/standards-w3c-did": "0.9.0-next.1",
30
- "@twin.org/telemetry-models": "0.9.0-next.1",
31
- "@twin.org/web": "0.9.0-next.1"
17
+ "@twin.org/api-models": "^0.9.0",
18
+ "@twin.org/auditable-item-stream-models": "^0.9.0",
19
+ "@twin.org/context": "^0.9.0",
20
+ "@twin.org/core": "^0.9.0",
21
+ "@twin.org/crypto": "^0.9.0",
22
+ "@twin.org/data-json-ld": "^0.9.0",
23
+ "@twin.org/entity": "^0.9.0",
24
+ "@twin.org/entity-storage-models": "^0.9.0",
25
+ "@twin.org/event-bus-models": "^0.9.0",
26
+ "@twin.org/immutable-proof-models": "^0.9.0",
27
+ "@twin.org/nameof": "^0.9.0",
28
+ "@twin.org/standards-schema-org": "^0.9.0",
29
+ "@twin.org/standards-w3c-did": "^0.9.0",
30
+ "@twin.org/telemetry-models": "^0.9.0",
31
+ "@twin.org/web": "^0.9.0"
32
32
  },
33
33
  "main": "./dist/es/index.js",
34
34
  "types": "./dist/types/index.d.ts",