@twin.org/notarization-service 0.0.3-next.1 → 0.0.3-next.2

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.2](https://github.com/twinfoundation/notarization/compare/notarization-service-v0.0.3-next.1...notarization-service-v0.0.3-next.2) (2026-04-21)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **notarization-service:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/notarization-models bumped from 0.0.3-next.1 to 0.0.3-next.2
16
+ * devDependencies
17
+ * @twin.org/notarization-connector-entity-storage bumped from 0.0.3-next.1 to 0.0.3-next.2
18
+
3
19
  ## [0.0.3-next.1](https://github.com/twinfoundation/notarization/compare/notarization-service-v0.0.3-next.0...notarization-service-v0.0.3-next.1) (2026-04-16)
4
20
 
5
21
 
package/docs/examples.md CHANGED
@@ -112,7 +112,7 @@ await service.update(
112
112
 
113
113
  await service.transfer(
114
114
  'notarization:urn:notarization:demo:1',
115
- 'did:example:recipient',
115
+ '0x1234567890abcdef1234567890abcdef12345678',
116
116
  'did:example:controller'
117
117
  );
118
118
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/notarization-service",
3
- "version": "0.0.3-next.1",
3
+ "version": "0.0.3-next.2",
4
4
  "description": "Notarization service orchestration with REST route generation.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,7 +19,7 @@
19
19
  "@twin.org/core": "next",
20
20
  "@twin.org/entity": "next",
21
21
  "@twin.org/nameof": "next",
22
- "@twin.org/notarization-models": "0.0.3-next.1",
22
+ "@twin.org/notarization-models": "0.0.3-next.2",
23
23
  "@twin.org/web": "next"
24
24
  },
25
25
  "main": "./dist/es/index.js",