digitaltwin-core 0.2.0 → 0.2.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 (1) hide show
  1. package/package.json +7 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digitaltwin-core",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Minimalist framework to collect and handle data in a Digital Twin project",
5
5
  "license": "MIT",
6
6
  "author": "Axel Hoffmann",
@@ -49,7 +49,6 @@
49
49
  "@japa/assert": "^4.1.0",
50
50
  "@japa/runner": "^4.3.0",
51
51
  "@testcontainers/redis": "^11.3.1",
52
- "@types/express": "^5.0.3",
53
52
  "@types/ioredis-mock": "^8.2.6",
54
53
  "@types/lodash": "^4.17.20",
55
54
  "@types/node": "^24.0.15",
@@ -62,7 +61,8 @@
62
61
  "knex": "^3.0.0",
63
62
  "mysql2": "*",
64
63
  "pg": "*",
65
- "sqlite3": "^5.1.7"
64
+ "sqlite3": "^5.1.7",
65
+ "better-sqlite3": "^12.2.0"
66
66
  },
67
67
  "peerDependenciesMeta": {
68
68
  "pg": {
@@ -73,13 +73,15 @@
73
73
  },
74
74
  "sqlite3": {
75
75
  "optional": true
76
+ },
77
+ "better-sqlite3": {
78
+ "optional": true
76
79
  }
77
80
  },
78
81
  "dependencies": {
79
- "@aws-sdk/client-s3": "^3.848.0",
82
+ "@aws-sdk/client-s3": "^3.850.0",
80
83
  "@types/uuid": "^10.0.0",
81
84
  "bullmq": "^5.56.5",
82
- "express": "^5.1.0",
83
85
  "ioredis": "^5.6.1",
84
86
  "japa": "^4.0.0",
85
87
  "lodash": "^4.17.21",