@twin.org/identity-connector-entity-storage 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 +33 -5
  2. package/package.json +4 -4
package/docs/changelog.md CHANGED
@@ -1,11 +1,39 @@
1
1
  # @twin.org/identity-connector-entity-storage- Changelog
2
2
 
3
- ## [0.0.3-next.20](https://github.com/twinfoundation/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.19...identity-connector-entity-storage-v0.0.3-next.20) (2026-04-29)
3
+ ## [0.0.3-next.22](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.21...identity-connector-entity-storage-v0.0.3-next.22) (2026-05-07)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **identity-connector-entity-storage:** 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
+
17
+ ## [0.0.3-next.21](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.20...identity-connector-entity-storage-v0.0.3-next.21) (2026-05-07)
18
+
19
+
20
+ ### Miscellaneous Chores
21
+
22
+ * **identity-connector-entity-storage:** Synchronize repo versions
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * The following workspace dependencies were updated
28
+ * dependencies
29
+ * @twin.org/identity-models bumped from 0.0.3-next.20 to 0.0.3-next.21
30
+
31
+ ## [0.0.3-next.20](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.19...identity-connector-entity-storage-v0.0.3-next.20) (2026-04-29)
4
32
 
5
33
 
6
34
  ### Features
7
35
 
8
- * expanded cli methods ([#121](https://github.com/twinfoundation/twin-identity/issues/121)) ([80a52b7](https://github.com/twinfoundation/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
36
+ * expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
9
37
 
10
38
 
11
39
  ### Dependencies
@@ -14,17 +42,17 @@
14
42
  * dependencies
15
43
  * @twin.org/identity-models bumped from 0.0.3-next.19 to 0.0.3-next.20
16
44
 
17
- ## [0.0.3-next.19](https://github.com/twinfoundation/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.18...identity-connector-entity-storage-v0.0.3-next.19) (2026-04-29)
45
+ ## [0.0.3-next.19](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.0.3-next.18...identity-connector-entity-storage-v0.0.3-next.19) (2026-04-29)
18
46
 
19
47
 
20
48
  ### Features
21
49
 
22
- * add addAlsoKnownAs to identity connector ([#117](https://github.com/twinfoundation/twin-identity/issues/117)) ([aa27cff](https://github.com/twinfoundation/twin-identity/commit/aa27cff88e61e7c8c6e32aeb437fb01c6ee9f57a))
50
+ * add addAlsoKnownAs to identity connector ([#117](https://github.com/iotaledger/twin-identity/issues/117)) ([aa27cff](https://github.com/iotaledger/twin-identity/commit/aa27cff88e61e7c8c6e32aeb437fb01c6ee9f57a))
23
51
 
24
52
 
25
53
  ### Bug Fixes
26
54
 
27
- * linting ([08dd93e](https://github.com/twinfoundation/twin-identity/commit/08dd93e7b6ba3877c9cd051533f08aff39733a5b))
55
+ * linting ([08dd93e](https://github.com/iotaledger/twin-identity/commit/08dd93e7b6ba3877c9cd051533f08aff39733a5b))
28
56
 
29
57
 
30
58
  ### Dependencies
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@twin.org/identity-connector-entity-storage",
3
- "version": "0.0.3-next.20",
3
+ "version": "0.0.3-next.22",
4
4
  "description": "Entity storage connector for persisting and retrieving identity records through a consistent data layer.",
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-connector-entity-storage"
9
9
  },
10
10
  "author": "martyn.janes@iota.org",
@@ -19,7 +19,7 @@
19
19
  "@twin.org/data-core": "next",
20
20
  "@twin.org/data-json-ld": "next",
21
21
  "@twin.org/entity": "next",
22
- "@twin.org/identity-models": "0.0.3-next.20",
22
+ "@twin.org/identity-models": "0.0.3-next.22",
23
23
  "@twin.org/nameof": "next",
24
24
  "@twin.org/standards-w3c-did": "next",
25
25
  "@twin.org/vault-models": "next",
@@ -60,7 +60,7 @@
60
60
  "integration"
61
61
  ],
62
62
  "bugs": {
63
- "url": "git+https://github.com/twinfoundation/identity/issues"
63
+ "url": "git+https://github.com/iotaledger/identity/issues"
64
64
  },
65
65
  "homepage": "https://twindev.org"
66
66
  }