@twin.org/entity-storage-connector-scylladb 0.0.3-next.30 → 0.0.3-next.32

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.
package/README.md CHANGED
@@ -13,7 +13,7 @@ npm install @twin.org/entity-storage-connector-scylladb
13
13
  To perform testing of this component it may be necessary to launch a local instance to communicate with.
14
14
 
15
15
  ```shell
16
- docker run -d --name twin-entity-storage-scylladb -p 9042:9042 scylladb/scylla:5.4.9
16
+ docker run -d --name twin-entity-storage-scylladb -p 19500:9042 scylladb/scylla:5.4.9
17
17
  ```
18
18
 
19
19
  ## Examples
package/docs/changelog.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.32](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-scylladb-v0.0.3-next.31...entity-storage-connector-scylladb-v0.0.3-next.32) (2026-06-16)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * dynamodb query gsi ([#140](https://github.com/iotaledger/twin-entity-storage/issues/140)) ([45b56d6](https://github.com/iotaledger/twin-entity-storage/commit/45b56d6260c9876012030cc6c85026ea84aebff5))
9
+ * use async getStore in tests ([0896ca4](https://github.com/iotaledger/twin-entity-storage/commit/0896ca4f587606156de5f4e0d3095e06510d69cf))
10
+ * use async getStore in tests ([91563b5](https://github.com/iotaledger/twin-entity-storage/commit/91563b547aa66d2cc82cf98c1a2a78b99af96f9d))
11
+
12
+
13
+ ### Dependencies
14
+
15
+ * The following workspace dependencies were updated
16
+ * dependencies
17
+ * @twin.org/entity-storage-models bumped from 0.0.3-next.31 to 0.0.3-next.32
18
+ * devDependencies
19
+ * @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.31 to 0.0.3-next.32
20
+
21
+ ## [0.0.3-next.31](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-scylladb-v0.0.3-next.30...entity-storage-connector-scylladb-v0.0.3-next.31) (2026-06-15)
22
+
23
+
24
+ ### Miscellaneous Chores
25
+
26
+ * **entity-storage-connector-scylladb:** Synchronize repo versions
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * The following workspace dependencies were updated
32
+ * dependencies
33
+ * @twin.org/entity-storage-models bumped from 0.0.3-next.30 to 0.0.3-next.31
34
+ * devDependencies
35
+ * @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.30 to 0.0.3-next.31
36
+
3
37
  ## [0.0.3-next.30](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-scylladb-v0.0.3-next.29...entity-storage-connector-scylladb-v0.0.3-next.30) (2026-06-15)
4
38
 
5
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/entity-storage-connector-scylladb",
3
- "version": "0.0.3-next.30",
3
+ "version": "0.0.3-next.32",
4
4
  "description": "ScyllaDB connector for distributed, high-throughput persistence.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,7 +17,7 @@
17
17
  "@twin.org/context": "next",
18
18
  "@twin.org/core": "next",
19
19
  "@twin.org/entity": "next",
20
- "@twin.org/entity-storage-models": "0.0.3-next.30",
20
+ "@twin.org/entity-storage-models": "0.0.3-next.32",
21
21
  "@twin.org/logging-models": "next",
22
22
  "@twin.org/nameof": "next",
23
23
  "cassandra-driver": "4.9.0"