@twin.org/identity-models 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.
Files changed (2) hide show
  1. package/docs/changelog.md +18 -4
  2. package/package.json +3 -3
package/docs/changelog.md CHANGED
@@ -1,18 +1,32 @@
1
1
  # Changelog
2
2
 
3
- ## [0.0.3-next.20](https://github.com/twinfoundation/twin-identity/compare/identity-models-v0.0.3-next.19...identity-models-v0.0.3-next.20) (2026-04-29)
3
+ ## [0.0.3-next.22](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.21...identity-models-v0.0.3-next.22) (2026-05-07)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **identity-models:** Synchronize repo versions
9
+
10
+ ## [0.0.3-next.21](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.20...identity-models-v0.0.3-next.21) (2026-05-07)
11
+
12
+
13
+ ### Miscellaneous Chores
14
+
15
+ * **identity-models:** Synchronize repo versions
16
+
17
+ ## [0.0.3-next.20](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.19...identity-models-v0.0.3-next.20) (2026-04-29)
4
18
 
5
19
 
6
20
  ### Features
7
21
 
8
- * expanded cli methods ([#121](https://github.com/twinfoundation/twin-identity/issues/121)) ([80a52b7](https://github.com/twinfoundation/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
22
+ * expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
9
23
 
10
- ## [0.0.3-next.19](https://github.com/twinfoundation/twin-identity/compare/identity-models-v0.0.3-next.18...identity-models-v0.0.3-next.19) (2026-04-29)
24
+ ## [0.0.3-next.19](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.18...identity-models-v0.0.3-next.19) (2026-04-29)
11
25
 
12
26
 
13
27
  ### Features
14
28
 
15
- * add addAlsoKnownAs to identity connector ([#117](https://github.com/twinfoundation/twin-identity/issues/117)) ([aa27cff](https://github.com/twinfoundation/twin-identity/commit/aa27cff88e61e7c8c6e32aeb437fb01c6ee9f57a))
29
+ * add addAlsoKnownAs to identity connector ([#117](https://github.com/iotaledger/twin-identity/issues/117)) ([aa27cff](https://github.com/iotaledger/twin-identity/commit/aa27cff88e61e7c8c6e32aeb437fb01c6ee9f57a))
16
30
 
17
31
  ## [0.0.3-next.18](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.17...identity-models-v0.0.3-next.18) (2026-02-27)
18
32
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@twin.org/identity-models",
3
- "version": "0.0.3-next.20",
3
+ "version": "0.0.3-next.22",
4
4
  "description": "Shared identity models and contracts for consistent data structures across services, connectors, and clients.",
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-models"
9
9
  },
10
10
  "author": "martyn.janes@iota.org",
@@ -53,7 +53,7 @@
53
53
  "schemas"
54
54
  ],
55
55
  "bugs": {
56
- "url": "git+https://github.com/twinfoundation/identity/issues"
56
+ "url": "git+https://github.com/iotaledger/identity/issues"
57
57
  },
58
58
  "homepage": "https://twindev.org"
59
59
  }