@twin.org/identity-connector-entity-storage 0.9.3-next.3 → 0.10.0

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 +26 -0
  2. package/package.json +11 -11
package/docs/changelog.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @twin.org/identity-connector-entity-storage- Changelog
2
2
 
3
+ ## [0.10.0](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.10.0...identity-connector-entity-storage-v0.10.0) (2026-09-16)
4
+
5
+
6
+ ### Features
7
+
8
+ * release to production ([dabf4c5](https://github.com/iotaledger/twin-identity/commit/dabf4c5bb19e04c09bfbc8533f23dc9d42b35e4c))
9
+ * release to production ([8450ad7](https://github.com/iotaledger/twin-identity/commit/8450ad727e0c4d665f2ce483e41798c2ff5b7d55))
10
+ * release to production ([#161](https://github.com/iotaledger/twin-identity/issues/161)) ([ad151fa](https://github.com/iotaledger/twin-identity/commit/ad151facfcaadc1d183d935a6db525379d48002f))
11
+ * release to production ([#179](https://github.com/iotaledger/twin-identity/issues/179)) ([062816b](https://github.com/iotaledger/twin-identity/commit/062816b110776b7e60f89b04142d42c6f24890a8))
12
+ * release to production ([#210](https://github.com/iotaledger/twin-identity/issues/210)) ([aec2d45](https://github.com/iotaledger/twin-identity/commit/aec2d45ed55b8bf96638dee835f54629170943ad))
13
+ * release to production [skip ci] ([#232](https://github.com/iotaledger/twin-identity/issues/232)) ([0d53444](https://github.com/iotaledger/twin-identity/commit/0d5344411ef65c0dd94bdae6bd4935a5c01e4a41))
14
+
15
+ ## [0.9.3-next.4](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.9.3-next.3...identity-connector-entity-storage-v0.9.3-next.4) (2026-09-09)
16
+
17
+
18
+ ### Miscellaneous Chores
19
+
20
+ * **identity-connector-entity-storage:** Synchronize repo versions
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * The following workspace dependencies were updated
26
+ * dependencies
27
+ * @twin.org/identity-models bumped from 0.9.3-next.3 to 0.9.3-next.4
28
+
3
29
  ## [0.9.3-next.3](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.9.3-next.2...identity-connector-entity-storage-v0.9.3-next.3) (2026-09-07)
4
30
 
5
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/identity-connector-entity-storage",
3
- "version": "0.9.3-next.3",
3
+ "version": "0.10.0",
4
4
  "description": "Entity storage connector for persisting and retrieving identity records through a consistent data layer.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,16 +14,16 @@
14
14
  "node": ">=24.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/core": "next",
18
- "@twin.org/data-core": "next",
19
- "@twin.org/data-json-ld": "next",
20
- "@twin.org/entity": "next",
21
- "@twin.org/entity-storage-models": "next",
22
- "@twin.org/identity-models": "0.9.3-next.3",
23
- "@twin.org/nameof": "next",
24
- "@twin.org/standards-w3c-did": "next",
25
- "@twin.org/vault-models": "next",
26
- "@twin.org/web": "next"
17
+ "@twin.org/core": "^0.10.0",
18
+ "@twin.org/data-core": "^0.10.0",
19
+ "@twin.org/data-json-ld": "^0.10.0",
20
+ "@twin.org/entity": "^0.10.0",
21
+ "@twin.org/entity-storage-models": "^0.10.0",
22
+ "@twin.org/identity-models": "^0.10.0",
23
+ "@twin.org/nameof": "^0.10.0",
24
+ "@twin.org/standards-w3c-did": "^0.10.0",
25
+ "@twin.org/vault-models": "^0.10.0",
26
+ "@twin.org/web": "^0.10.0"
27
27
  },
28
28
  "main": "./dist/es/index.js",
29
29
  "types": "./dist/types/index.d.ts",