@twin.org/notarization-service 0.0.3-next.1 → 0.0.3-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,11 +1,60 @@
1
1
  # Changelog
2
2
 
3
- ## [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)
3
+ ## [0.0.3-next.4](https://github.com/iotaledger/twin-notarization/compare/notarization-service-v0.0.3-next.3...notarization-service-v0.0.3-next.4) (2026-05-12)
4
4
 
5
5
 
6
6
  ### Features
7
7
 
8
- * initial commit ([2271741](https://github.com/twinfoundation/notarization/commit/2271741a6f3daae544b24ccd47a5075a1a2eaaac))
8
+ * initial commit ([2271741](https://github.com/iotaledger/twin-notarization/commit/2271741a6f3daae544b24ccd47a5075a1a2eaaac))
9
+ * typescript 6 update ([93ebcba](https://github.com/iotaledger/twin-notarization/commit/93ebcbaa8bd86caf81fcbac838aa87ef9c0e4da8))
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * The following workspace dependencies were updated
15
+ * dependencies
16
+ * @twin.org/notarization-models bumped from 0.0.3-next.3 to 0.0.3-next.4
17
+ * devDependencies
18
+ * @twin.org/notarization-connector-entity-storage bumped from 0.0.3-next.3 to 0.0.3-next.4
19
+
20
+ ## [0.0.3-next.3](https://github.com/iotaledger/twin-notarization/compare/notarization-service-v0.0.3-next.2...notarization-service-v0.0.3-next.3) (2026-04-21)
21
+
22
+
23
+ ### Miscellaneous Chores
24
+
25
+ * **notarization-service:** Synchronize repo versions
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * The following workspace dependencies were updated
31
+ * dependencies
32
+ * @twin.org/notarization-models bumped from 0.0.3-next.2 to 0.0.3-next.3
33
+ * devDependencies
34
+ * @twin.org/notarization-connector-entity-storage bumped from 0.0.3-next.2 to 0.0.3-next.3
35
+
36
+ ## [0.0.3-next.2](https://github.com/iotaledger/twin-notarization/compare/notarization-service-v0.0.3-next.1...notarization-service-v0.0.3-next.2) (2026-04-21)
37
+
38
+
39
+ ### Miscellaneous Chores
40
+
41
+ * **notarization-service:** Synchronize repo versions
42
+
43
+
44
+ ### Dependencies
45
+
46
+ * The following workspace dependencies were updated
47
+ * dependencies
48
+ * @twin.org/notarization-models bumped from 0.0.3-next.1 to 0.0.3-next.2
49
+ * devDependencies
50
+ * @twin.org/notarization-connector-entity-storage bumped from 0.0.3-next.1 to 0.0.3-next.2
51
+
52
+ ## [0.0.3-next.1](https://github.com/iotaledger/twin-notarization/compare/notarization-service-v0.0.3-next.0...notarization-service-v0.0.3-next.1) (2026-04-16)
53
+
54
+
55
+ ### Features
56
+
57
+ * initial commit ([2271741](https://github.com/iotaledger/twin-notarization/commit/2271741a6f3daae544b24ccd47a5075a1a2eaaac))
9
58
 
10
59
 
11
60
  ### Dependencies
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
 
@@ -548,7 +548,7 @@
548
548
  },
549
549
  "message": {
550
550
  "type": "string",
551
- "description": "The message for the error."
551
+ "description": "The message for the error as an i18n key."
552
552
  },
553
553
  "source": {
554
554
  "type": "string",
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@twin.org/notarization-service",
3
- "version": "0.0.3-next.1",
3
+ "version": "0.0.3-next.4",
4
4
  "description": "Notarization service orchestration with REST route generation.",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://github.com/twinfoundation/notarization.git",
7
+ "url": "git+https://github.com/iotaledger/notarization.git",
8
8
  "directory": "packages/notarization-service"
9
9
  },
10
10
  "author": "martyn.janes@iota.org",
@@ -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.4",
23
23
  "@twin.org/web": "next"
24
24
  },
25
25
  "main": "./dist/es/index.js",
@@ -52,7 +52,7 @@
52
52
  "business-logic"
53
53
  ],
54
54
  "bugs": {
55
- "url": "git+https://github.com/twinfoundation/notarization/issues"
55
+ "url": "git+https://github.com/iotaledger/notarization/issues"
56
56
  },
57
57
  "homepage": "https://twindev.org"
58
58
  }