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

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-1780610489068
3
+ ## 4.2.0-next-1780690800063
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -14,15 +14,17 @@
14
14
  simulation and testing.
15
15
  - Updated dependencies [76d32c1]
16
16
  - Updated dependencies [908d6f0]
17
+ - Updated dependencies [e8f6909]
17
18
  - Updated dependencies [f4a9013]
18
19
  - Updated dependencies [d65bbde]
19
20
  - Updated dependencies [2d64ed2]
21
+ - Updated dependencies [e8f6909]
20
22
  - Updated dependencies [c27d3c1]
21
23
  - Updated dependencies [654ba38]
22
24
  - Updated dependencies [6a72a32]
23
25
  - Updated dependencies [3eb2467]
24
- - @walkeros/core@4.2.0-next-1780610489068
25
- - @walkeros/server-core@4.2.0-next-1780610489068
26
+ - @walkeros/core@4.2.0-next-1780690800063
27
+ - @walkeros/server-core@4.2.0-next-1780690800063
26
28
 
27
29
  ## 4.1.2
28
30
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-sqlite",
4
- "version": "4.2.0-next-1780610489068",
4
+ "version": "4.2.0-next-1780690800063",
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-1780610489068",
4
+ "version": "4.2.0-next-1780690800063",
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-1780610489068",
42
- "@walkeros/server-core": "4.2.0-next-1780610489068"
41
+ "@walkeros/core": "4.2.0-next-1780690800063",
42
+ "@walkeros/server-core": "4.2.0-next-1780690800063"
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-1780610489068",
57
+ "@walkeros/collector": "4.2.0-next-1780690800063",
58
58
  "better-sqlite3": "^12.0.0",
59
59
  "@libsql/client": "^0.17.0",
60
60
  "@types/better-sqlite3": "^7.6.13"