@twin.org/notarization-service 0.0.3-next.2 → 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,6 +1,39 @@
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)
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
+
5
+
6
+ ### Features
7
+
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)
4
37
 
5
38
 
6
39
  ### Miscellaneous Chores
@@ -16,12 +49,12 @@
16
49
  * devDependencies
17
50
  * @twin.org/notarization-connector-entity-storage bumped from 0.0.3-next.1 to 0.0.3-next.2
18
51
 
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)
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)
20
53
 
21
54
 
22
55
  ### Features
23
56
 
24
- * initial commit ([2271741](https://github.com/twinfoundation/notarization/commit/2271741a6f3daae544b24ccd47a5075a1a2eaaac))
57
+ * initial commit ([2271741](https://github.com/iotaledger/twin-notarization/commit/2271741a6f3daae544b24ccd47a5075a1a2eaaac))
25
58
 
26
59
 
27
60
  ### Dependencies
@@ -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.2",
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.2",
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
  }