@twin.org/identity-connector-entity-storage 0.0.1 → 0.0.2-next.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 +11 -11
package/docs/changelog.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @twin.org/identity-connector-entity-storage- Changelog
2
2
 
3
+ ## [0.0.2-next.1](https://github.com/twinfoundation/identity/compare/identity-connector-entity-storage-v0.0.2-next.0...identity-connector-entity-storage-v0.0.2-next.1) (2025-08-18)
4
+
5
+
6
+ ### Features
7
+
8
+ * add identity remove ([eebc13f](https://github.com/twinfoundation/identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
9
+ * identity key separator use slash ([1319d0d](https://github.com/twinfoundation/identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
10
+ * re-use vault keys if available ([5a848d7](https://github.com/twinfoundation/identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
11
+ * use new generateKid method ([f0fe779](https://github.com/twinfoundation/identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
12
+ * use shared store mechanism ([#27](https://github.com/twinfoundation/identity/issues/27)) ([ce41f3f](https://github.com/twinfoundation/identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * Import path and bump version ([#21](https://github.com/twinfoundation/identity/issues/21)) ([ccea845](https://github.com/twinfoundation/identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
18
+ * Install sdk-wasm ([#20](https://github.com/twinfoundation/identity/issues/20)) ([75ec14e](https://github.com/twinfoundation/identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * The following workspace dependencies were updated
24
+ * dependencies
25
+ * @twin.org/identity-models bumped from 0.0.2-next.0 to 0.0.2-next.1
26
+
3
27
  ## 0.0.1 (2025-07-08)
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.0.1",
3
+ "version": "0.0.2-next.1",
4
4
  "description": "Identity connector implementation using entity storage",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,16 +14,16 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/core": "^0.0.1",
18
- "@twin.org/crypto": "^0.0.1",
19
- "@twin.org/data-core": "^0.0.1",
20
- "@twin.org/data-json-ld": "^0.0.1",
21
- "@twin.org/entity": "^0.0.1",
22
- "@twin.org/identity-models": "^0.0.1",
23
- "@twin.org/nameof": "^0.0.1",
24
- "@twin.org/standards-w3c-did": "^0.0.1",
25
- "@twin.org/vault-models": "^0.0.1",
26
- "@twin.org/web": "^0.0.1"
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.0.2-next.1",
23
+ "@twin.org/nameof": "next",
24
+ "@twin.org/standards-w3c-did": "next",
25
+ "@twin.org/vault-models": "next",
26
+ "@twin.org/web": "next"
27
27
  },
28
28
  "main": "./dist/cjs/index.cjs",
29
29
  "module": "./dist/esm/index.mjs",