event-store-adapter-js 2.2.106 → 2.2.107-snapshot.2

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.
@@ -18,7 +18,7 @@ jobs:
18
18
  cache: 'npm'
19
19
  - uses: actions/setup-python@v5
20
20
  with:
21
- python-version: "3.10"
21
+ python-version: "3.13"
22
22
  - run: pip install semver
23
23
  - id: defines
24
24
  run: |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "event-store-adapter-js",
3
- "version": "2.2.106",
3
+ "version": "2.2.107-snapshot.2",
4
4
  "description": "This library is designed to turn DynamoDB into an Event Store for Event Sourcing.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",