@twin.org/identity-connector-entity-storage 0.0.1-next.44 → 0.0.1-next.46

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 +34 -0
  2. package/package.json +2 -2
package/docs/changelog.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @twin.org/identity-connector-entity-storage- Changelog
2
2
 
3
+ ## [0.0.1-next.46](https://github.com/twinfoundation/identity/compare/identity-connector-entity-storage-v0.0.1-next.45...identity-connector-entity-storage-v0.0.1-next.46) (2025-05-20)
4
+
5
+
6
+ ### Features
7
+
8
+ * use shared store mechanism ([#27](https://github.com/twinfoundation/identity/issues/27)) ([ce41f3f](https://github.com/twinfoundation/identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Import path and bump version ([#21](https://github.com/twinfoundation/identity/issues/21)) ([ccea845](https://github.com/twinfoundation/identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
14
+ * Install sdk-wasm ([#20](https://github.com/twinfoundation/identity/issues/20)) ([75ec14e](https://github.com/twinfoundation/identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * The following workspace dependencies were updated
20
+ * dependencies
21
+ * @twin.org/identity-models bumped from 0.0.1-next.45 to 0.0.1-next.46
22
+
23
+ ## [0.0.1-next.45](https://github.com/twinfoundation/identity/compare/identity-connector-entity-storage-v0.0.1-next.44...identity-connector-entity-storage-v0.0.1-next.45) (2025-05-06)
24
+
25
+
26
+ ### Miscellaneous Chores
27
+
28
+ * **identity-connector-entity-storage:** Synchronize repo versions
29
+
30
+
31
+ ### Dependencies
32
+
33
+ * The following workspace dependencies were updated
34
+ * dependencies
35
+ * @twin.org/identity-models bumped from 0.0.1-next.44 to 0.0.1-next.45
36
+
3
37
  ## [0.0.1-next.44](https://github.com/twinfoundation/identity/compare/identity-connector-entity-storage-v0.0.1-next.43...identity-connector-entity-storage-v0.0.1-next.44) (2025-04-30)
4
38
 
5
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/identity-connector-entity-storage",
3
- "version": "0.0.1-next.44",
3
+ "version": "0.0.1-next.46",
4
4
  "description": "Identity connector implementation using entity storage",
5
5
  "repository": {
6
6
  "type": "git",
@@ -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.1-next.44",
22
+ "@twin.org/identity-models": "0.0.1-next.46",
23
23
  "@twin.org/nameof": "next",
24
24
  "@twin.org/standards-w3c-did": "next",
25
25
  "@twin.org/vault-models": "next",