@twin.org/immutable-proof-service 0.9.0 → 0.9.1-next.1

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 +44 -0
  2. package/package.json +19 -19
package/docs/changelog.md CHANGED
@@ -1,5 +1,49 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.1-next.1](https://github.com/iotaledger/twin-immutable-proof/compare/immutable-proof-service-v0.9.1-next.0...immutable-proof-service-v0.9.1-next.1) (2026-06-26)
4
+
5
+
6
+ ### Features
7
+
8
+ * add context id features ([#14](https://github.com/iotaledger/twin-immutable-proof/issues/14)) ([ed5a594](https://github.com/iotaledger/twin-immutable-proof/commit/ed5a594eaa7d50f74b1c09a7a560d48b33a4ecd1))
9
+ * add logging ([#18](https://github.com/iotaledger/twin-immutable-proof/issues/18)) ([e331ce8](https://github.com/iotaledger/twin-immutable-proof/commit/e331ce843393554750c2708ebce1273056b6399a))
10
+ * add validate-locales ([d6a7c07](https://github.com/iotaledger/twin-immutable-proof/commit/d6a7c0794a1922981a42f56cc24724d7cee727f6))
11
+ * eslint migration to flat config ([c8536f2](https://github.com/iotaledger/twin-immutable-proof/commit/c8536f219c7709c6c08b9266e537831f9054dda9))
12
+ * immutable proof as vc ([#31](https://github.com/iotaledger/twin-immutable-proof/issues/31)) ([79cdb03](https://github.com/iotaledger/twin-immutable-proof/commit/79cdb03eb86c4f6d2ab1d5bf235f74ff74e8b877))
13
+ * remove default loggers ([1f59001](https://github.com/iotaledger/twin-immutable-proof/commit/1f59001038a9b83b5e3675c4cee2c4131023e9ff))
14
+ * remove unused namespace ([a39864c](https://github.com/iotaledger/twin-immutable-proof/commit/a39864c0b2ca8753334a34028b8e5823a14162b4))
15
+ * remove vm linkage in on chain proof ([4034336](https://github.com/iotaledger/twin-immutable-proof/commit/4034336177261dcf3b017524a56f3f6537545227))
16
+ * replace verifiable storage with notarization as immutable proof ([#41](https://github.com/iotaledger/twin-immutable-proof/issues/41)) ([54f2154](https://github.com/iotaledger/twin-immutable-proof/commit/54f215469b0bdc9ea94cad572ca13b8533144104))
17
+ * typescript 6 update ([34d8aea](https://github.com/iotaledger/twin-immutable-proof/commit/34d8aea0ea0c1e1252de1882517abb1683d98313))
18
+ * update background tasks ([f25741c](https://github.com/iotaledger/twin-immutable-proof/commit/f25741c704e2c8311bc98bc69d4d926c523c781e))
19
+ * update contexts ([#22](https://github.com/iotaledger/twin-immutable-proof/issues/22)) ([645b880](https://github.com/iotaledger/twin-immutable-proof/commit/645b8803540408c74e3891b2c5ff9aefd5908d9f))
20
+ * update contexts and namespaces ([#20](https://github.com/iotaledger/twin-immutable-proof/issues/20)) ([d38aa69](https://github.com/iotaledger/twin-immutable-proof/commit/d38aa696c73e4fcc304f08fb458d5900109abcb4))
21
+ * update data types to use fully qualified names ([e94d0f5](https://github.com/iotaledger/twin-immutable-proof/commit/e94d0f5db93856b5b59cfd34e55252fa13a7f4e0))
22
+ * update dependencies ([df11db0](https://github.com/iotaledger/twin-immutable-proof/commit/df11db08159e4d334d0020ef0539deda904ca898))
23
+ * update dependencies ([1ec6b18](https://github.com/iotaledger/twin-immutable-proof/commit/1ec6b18e93198a8fc4935700863cdab1c3df7b64))
24
+ * update dependencies ([7d6b321](https://github.com/iotaledger/twin-immutable-proof/commit/7d6b321928ca0434ee530816b1440f1687b94a6e))
25
+ * update framework core ([e708d4d](https://github.com/iotaledger/twin-immutable-proof/commit/e708d4dd3febcfbcd64663d5be004eab1d26c0fb))
26
+ * update remove methods ([#45](https://github.com/iotaledger/twin-immutable-proof/issues/45)) ([9db19bb](https://github.com/iotaledger/twin-immutable-proof/commit/9db19bb4c8e6f5d66139755e8b8a8071a77c4887))
27
+ * update schemas ([ab0569a](https://github.com/iotaledger/twin-immutable-proof/commit/ab0569adf3419beefd8aef7793fdbe5b2fe2d93e))
28
+ * use shared store mechanism ([#3](https://github.com/iotaledger/twin-immutable-proof/issues/3)) ([7042a40](https://github.com/iotaledger/twin-immutable-proof/commit/7042a40f0ef8b01463f07aeb1efae4f417162fa1))
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * constructor component name ([06ea7c3](https://github.com/iotaledger/twin-immutable-proof/commit/06ea7c3602a7b465870300bf02f358d95312d49a))
34
+ * Missing user and node identity on create ([#1](https://github.com/iotaledger/twin-immutable-proof/issues/1)) ([80ea2f9](https://github.com/iotaledger/twin-immutable-proof/commit/80ea2f901afc7531f4a522227a61e6fa1482484d))
35
+ * register platform mock in immutable proof service tests ([#52](https://github.com/iotaledger/twin-immutable-proof/issues/52)) ([b9575d3](https://github.com/iotaledger/twin-immutable-proof/commit/b9575d3d79de9abad08692831f751d1aab20c0b5))
36
+ * test mocks ([c89f465](https://github.com/iotaledger/twin-immutable-proof/commit/c89f465873024196bfd4b8cc48df1c301acf62f9))
37
+ * use async getStore in tests ([ec0b3b3](https://github.com/iotaledger/twin-immutable-proof/commit/ec0b3b38271fddf38a4b521cf871cc9cc01049f4))
38
+
39
+
40
+ ### Dependencies
41
+
42
+ * The following workspace dependencies were updated
43
+ * dependencies
44
+ * @twin.org/immutable-proof-models bumped from 0.9.1-next.0 to 0.9.1-next.1
45
+ * @twin.org/immutable-proof-task bumped from 0.9.1-next.0 to 0.9.1-next.1
46
+
3
47
  ## [0.9.0](https://github.com/iotaledger/twin-immutable-proof/compare/immutable-proof-service-v0.9.0...immutable-proof-service-v0.9.0) (2026-06-25)
4
48
 
5
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/immutable-proof-service",
3
- "version": "0.9.0",
3
+ "version": "0.9.1-next.1",
4
4
  "description": "Core proof lifecycle service with route helpers for create, get, and verify operations",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,24 +14,24 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/api-models": "^0.9.0",
18
- "@twin.org/background-task-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/identity-models": "^0.9.0",
27
- "@twin.org/immutable-proof-models": "^0.9.0",
28
- "@twin.org/immutable-proof-task": "^0.9.0",
29
- "@twin.org/logging-models": "^0.9.0",
30
- "@twin.org/nameof": "^0.9.0",
31
- "@twin.org/notarization-models": "^0.9.0",
32
- "@twin.org/standards-w3c-did": "^0.9.0",
33
- "@twin.org/vault-models": "^0.9.0",
34
- "@twin.org/web": "^0.9.0"
17
+ "@twin.org/api-models": "next",
18
+ "@twin.org/background-task-models": "next",
19
+ "@twin.org/context": "next",
20
+ "@twin.org/core": "next",
21
+ "@twin.org/crypto": "next",
22
+ "@twin.org/data-json-ld": "next",
23
+ "@twin.org/entity": "next",
24
+ "@twin.org/entity-storage-models": "next",
25
+ "@twin.org/event-bus-models": "next",
26
+ "@twin.org/identity-models": "next",
27
+ "@twin.org/immutable-proof-models": "0.9.1-next.1",
28
+ "@twin.org/immutable-proof-task": "0.9.1-next.1",
29
+ "@twin.org/logging-models": "next",
30
+ "@twin.org/nameof": "next",
31
+ "@twin.org/notarization-models": "next",
32
+ "@twin.org/standards-w3c-did": "next",
33
+ "@twin.org/vault-models": "next",
34
+ "@twin.org/web": "next"
35
35
  },
36
36
  "main": "./dist/es/index.js",
37
37
  "types": "./dist/types/index.d.ts",