@twin.org/wallet-connector-entity-storage 0.9.0-next.1 → 0.9.1-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 +38 -0
  2. package/package.json +8 -8
package/docs/changelog.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.1-next.1](https://github.com/iotaledger/twin-wallet/compare/wallet-connector-entity-storage-v0.9.1-next.0...wallet-connector-entity-storage-v0.9.1-next.1) (2026-06-26)
4
+
5
+
6
+ ### Features
7
+
8
+ * add context id features ([#46](https://github.com/iotaledger/twin-wallet/issues/46)) ([9389c28](https://github.com/iotaledger/twin-wallet/commit/9389c28084656666d04ed82575cbc8d3fa9f0d88))
9
+ * add validate-locales ([e5200c2](https://github.com/iotaledger/twin-wallet/commit/e5200c279de60592b64eeb64279fa8ed289a677f))
10
+ * eslint migration to flat config ([7068485](https://github.com/iotaledger/twin-wallet/commit/7068485f7c10121b76b6219798fdea4d3e91648a))
11
+ * iota rebased release ([d0c617d](https://github.com/iotaledger/twin-wallet/commit/d0c617d894f3663f7c80f7d53d2da858a0bd64f0))
12
+ * remove bech32 encoding for addresses ([869ef88](https://github.com/iotaledger/twin-wallet/commit/869ef8830eab0bcea6bc748f3bc637fc311e0709))
13
+ * typescript 6 update ([7db75ad](https://github.com/iotaledger/twin-wallet/commit/7db75ade7482bc52f1da01014f0b66fa80d74d51))
14
+ * update dependencies ([a7fc999](https://github.com/iotaledger/twin-wallet/commit/a7fc999be84f1fad40bfa845300b3cf7471cfc7d))
15
+ * update dependencies ([4b47a7d](https://github.com/iotaledger/twin-wallet/commit/4b47a7d900d72d1502d6db54cb391a954818478b))
16
+ * update framework core ([1c8a381](https://github.com/iotaledger/twin-wallet/commit/1c8a381e3c0544803a98db5560d87087fd095c23))
17
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-wallet/issues/27)) ([2ba7861](https://github.com/iotaledger/twin-wallet/commit/2ba7861a2a610cf83396a3285c7bbaebe5a31551))
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * missing dependency ([6f02070](https://github.com/iotaledger/twin-wallet/commit/6f02070f3ad7d6dcdbbddd952c7d18a47386f15d))
23
+ * use async getStore in tests ([985a549](https://github.com/iotaledger/twin-wallet/commit/985a5493ac79f878d01262f01cdaac7e39196676))
24
+ * use async getStore in tests ([4e6d379](https://github.com/iotaledger/twin-wallet/commit/4e6d3799ef9f3b1f6244ec4204d37a189db54913))
25
+
26
+
27
+ ### Dependencies
28
+
29
+ * The following workspace dependencies were updated
30
+ * dependencies
31
+ * @twin.org/wallet-models bumped from 0.9.1-next.0 to 0.9.1-next.1
32
+
33
+ ## [0.9.0](https://github.com/iotaledger/twin-wallet/compare/wallet-connector-entity-storage-v0.9.0...wallet-connector-entity-storage-v0.9.0) (2026-06-25)
34
+
35
+
36
+ ### Features
37
+
38
+ * release to production ([4631961](https://github.com/iotaledger/twin-wallet/commit/4631961bf9c8cf82ffd0c8dd2a7d750456bbab39))
39
+ * release to production ([#57](https://github.com/iotaledger/twin-wallet/issues/57)) ([2a2ec6c](https://github.com/iotaledger/twin-wallet/commit/2a2ec6c87f1d936650db483f8aba830403b9c784))
40
+
3
41
  ## [0.9.0-next.1](https://github.com/iotaledger/twin-wallet/compare/wallet-connector-entity-storage-v0.9.0-next.0...wallet-connector-entity-storage-v0.9.0-next.1) (2026-06-23)
4
42
 
5
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/wallet-connector-entity-storage",
3
- "version": "0.9.0-next.1",
3
+ "version": "0.9.1-next.1",
4
4
  "description": "Implements wallet and faucet connectors backed by entity storage for local and test workflows",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,13 +14,13 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/core": "0.9.0-next.1",
18
- "@twin.org/crypto": "0.9.0-next.1",
19
- "@twin.org/entity": "0.9.0-next.1",
20
- "@twin.org/entity-storage-models": "0.9.0-next.1",
21
- "@twin.org/nameof": "0.9.0-next.1",
22
- "@twin.org/vault-models": "0.9.0-next.1",
23
- "@twin.org/wallet-models": "0.9.0-next.1"
17
+ "@twin.org/core": "next",
18
+ "@twin.org/crypto": "next",
19
+ "@twin.org/entity": "next",
20
+ "@twin.org/entity-storage-models": "next",
21
+ "@twin.org/nameof": "next",
22
+ "@twin.org/vault-models": "next",
23
+ "@twin.org/wallet-models": "0.9.1-next.1"
24
24
  },
25
25
  "main": "./dist/es/index.js",
26
26
  "types": "./dist/types/index.d.ts",