@twin.org/identity-connector-entity-storage 0.9.1-next.4 → 0.9.1

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 +24 -0
  2. package/package.json +12 -12
package/docs/changelog.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @twin.org/identity-connector-entity-storage- Changelog
2
2
 
3
+ ## [0.9.1](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.9.1...identity-connector-entity-storage-v0.9.1) (2026-07-27)
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
+
13
+ ## [0.9.1-next.5](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.9.1-next.4...identity-connector-entity-storage-v0.9.1-next.5) (2026-07-17)
14
+
15
+
16
+ ### Miscellaneous Chores
17
+
18
+ * **identity-connector-entity-storage:** Synchronize repo versions
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * The following workspace dependencies were updated
24
+ * dependencies
25
+ * @twin.org/identity-models bumped from 0.9.1-next.4 to 0.9.1-next.5
26
+
3
27
  ## [0.9.1-next.4](https://github.com/iotaledger/twin-identity/compare/identity-connector-entity-storage-v0.9.1-next.3...identity-connector-entity-storage-v0.9.1-next.4) (2026-07-09)
4
28
 
5
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/identity-connector-entity-storage",
3
- "version": "0.9.1-next.4",
3
+ "version": "0.9.1",
4
4
  "description": "Entity storage connector for persisting and retrieving identity records through a consistent data layer.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,19 +11,19 @@
11
11
  "license": "Apache-2.0",
12
12
  "type": "module",
13
13
  "engines": {
14
- "node": ">=20.0.0"
14
+ "node": ">=24.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/core": "next",
18
- "@twin.org/crypto": "next",
19
- "@twin.org/data-core": "next",
20
- "@twin.org/data-json-ld": "next",
21
- "@twin.org/entity": "next",
22
- "@twin.org/identity-models": "0.9.1-next.4",
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.9.1",
18
+ "@twin.org/crypto": "^0.9.1",
19
+ "@twin.org/data-core": "^0.9.1",
20
+ "@twin.org/data-json-ld": "^0.9.1",
21
+ "@twin.org/entity": "^0.9.1",
22
+ "@twin.org/identity-models": "^0.9.1",
23
+ "@twin.org/nameof": "^0.9.1",
24
+ "@twin.org/standards-w3c-did": "^0.9.1",
25
+ "@twin.org/vault-models": "^0.9.1",
26
+ "@twin.org/web": "^0.9.1"
27
27
  },
28
28
  "main": "./dist/es/index.js",
29
29
  "types": "./dist/types/index.d.ts",