@walkeros/server-destination-sqlite 4.2.0-next-1780690800063 → 4.2.0-next-1780909874350

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @walkeros/server-destination-sqlite
2
2
 
3
- ## 4.2.0-next-1780690800063
3
+ ## 4.2.0-next-1780909874350
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -23,8 +23,9 @@
23
23
  - Updated dependencies [654ba38]
24
24
  - Updated dependencies [6a72a32]
25
25
  - Updated dependencies [3eb2467]
26
- - @walkeros/core@4.2.0-next-1780690800063
27
- - @walkeros/server-core@4.2.0-next-1780690800063
26
+ - Updated dependencies [7d8ebf9]
27
+ - @walkeros/core@4.2.0-next-1780909874350
28
+ - @walkeros/server-core@4.2.0-next-1780909874350
28
29
 
29
30
  ## 4.1.2
30
31
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-sqlite",
4
- "version": "4.2.0-next-1780690800063",
4
+ "version": "4.2.0-next-1780909874350",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-destination-sqlite",
3
3
  "description": "SQLite server destination for walkerOS (local via better-sqlite3, remote via libSQL/Turso)",
4
- "version": "4.2.0-next-1780690800063",
4
+ "version": "4.2.0-next-1780909874350",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -38,8 +38,8 @@
38
38
  "update": "npx npm-check-updates -u && npm update"
39
39
  },
40
40
  "dependencies": {
41
- "@walkeros/core": "4.2.0-next-1780690800063",
42
- "@walkeros/server-core": "4.2.0-next-1780690800063"
41
+ "@walkeros/core": "4.2.0-next-1780909874350",
42
+ "@walkeros/server-core": "4.2.0-next-1780909874350"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "better-sqlite3": "^12.0.0",
@@ -54,7 +54,7 @@
54
54
  }
55
55
  },
56
56
  "devDependencies": {
57
- "@walkeros/collector": "4.2.0-next-1780690800063",
57
+ "@walkeros/collector": "4.2.0-next-1780909874350",
58
58
  "better-sqlite3": "^12.0.0",
59
59
  "@libsql/client": "^0.17.0",
60
60
  "@types/better-sqlite3": "^7.6.13"