@twin.org/identity-service 0.0.3-next.20 → 0.0.3-next.22

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,43 @@
1
1
  # Changelog
2
2
 
3
- ## [0.0.3-next.20](https://github.com/twinfoundation/twin-identity/compare/identity-service-v0.0.3-next.19...identity-service-v0.0.3-next.20) (2026-04-29)
3
+ ## [0.0.3-next.22](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.21...identity-service-v0.0.3-next.22) (2026-05-07)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **identity-service:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/identity-models bumped from 0.0.3-next.21 to 0.0.3-next.22
16
+ * devDependencies
17
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.21 to 0.0.3-next.22
18
+
19
+ ## [0.0.3-next.21](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.20...identity-service-v0.0.3-next.21) (2026-05-07)
20
+
21
+
22
+ ### Miscellaneous Chores
23
+
24
+ * **identity-service:** Synchronize repo versions
25
+
26
+
27
+ ### Dependencies
28
+
29
+ * The following workspace dependencies were updated
30
+ * dependencies
31
+ * @twin.org/identity-models bumped from 0.0.3-next.20 to 0.0.3-next.21
32
+ * devDependencies
33
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.20 to 0.0.3-next.21
34
+
35
+ ## [0.0.3-next.20](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.19...identity-service-v0.0.3-next.20) (2026-04-29)
4
36
 
5
37
 
6
38
  ### Features
7
39
 
8
- * expanded cli methods ([#121](https://github.com/twinfoundation/twin-identity/issues/121)) ([80a52b7](https://github.com/twinfoundation/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
40
+ * expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
9
41
 
10
42
 
11
43
  ### Dependencies
@@ -16,12 +48,12 @@
16
48
  * devDependencies
17
49
  * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.19 to 0.0.3-next.20
18
50
 
19
- ## [0.0.3-next.19](https://github.com/twinfoundation/twin-identity/compare/identity-service-v0.0.3-next.18...identity-service-v0.0.3-next.19) (2026-04-29)
51
+ ## [0.0.3-next.19](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.0.3-next.18...identity-service-v0.0.3-next.19) (2026-04-29)
20
52
 
21
53
 
22
54
  ### Features
23
55
 
24
- * add addAlsoKnownAs to identity connector ([#117](https://github.com/twinfoundation/twin-identity/issues/117)) ([aa27cff](https://github.com/twinfoundation/twin-identity/commit/aa27cff88e61e7c8c6e32aeb437fb01c6ee9f57a))
56
+ * add addAlsoKnownAs to identity connector ([#117](https://github.com/iotaledger/twin-identity/issues/117)) ([aa27cff](https://github.com/iotaledger/twin-identity/commit/aa27cff88e61e7c8c6e32aeb437fb01c6ee9f57a))
25
57
 
26
58
 
27
59
  ### Dependencies
@@ -2965,7 +2965,7 @@
2965
2965
  },
2966
2966
  "message": {
2967
2967
  "type": "string",
2968
- "description": "The message for the error."
2968
+ "description": "The message for the error as an i18n key."
2969
2969
  },
2970
2970
  "source": {
2971
2971
  "type": "string",
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@twin.org/identity-service",
3
- "version": "0.0.3-next.20",
3
+ "version": "0.0.3-next.22",
4
4
  "description": "Service contracts and REST endpoint definitions for exposing identity workflows through stable interfaces.",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://github.com/twinfoundation/identity.git",
7
+ "url": "git+https://github.com/iotaledger/identity.git",
8
8
  "directory": "packages/identity-service"
9
9
  },
10
10
  "author": "martyn.janes@iota.org",
@@ -22,7 +22,7 @@
22
22
  "@twin.org/data-json-ld": "next",
23
23
  "@twin.org/entity": "next",
24
24
  "@twin.org/entity-storage-models": "next",
25
- "@twin.org/identity-models": "0.0.3-next.20",
25
+ "@twin.org/identity-models": "0.0.3-next.22",
26
26
  "@twin.org/standards-w3c-did": "next",
27
27
  "@twin.org/vault-models": "next",
28
28
  "@twin.org/web": "next"
@@ -58,7 +58,7 @@
58
58
  "business-logic"
59
59
  ],
60
60
  "bugs": {
61
- "url": "git+https://github.com/twinfoundation/identity/issues"
61
+ "url": "git+https://github.com/iotaledger/identity/issues"
62
62
  },
63
63
  "homepage": "https://twindev.org"
64
64
  }