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

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-1780909874350
3
+ ## 4.2.0-next-1781000333052
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -24,8 +24,10 @@
24
24
  - Updated dependencies [6a72a32]
25
25
  - Updated dependencies [3eb2467]
26
26
  - Updated dependencies [7d8ebf9]
27
- - @walkeros/core@4.2.0-next-1780909874350
28
- - @walkeros/server-core@4.2.0-next-1780909874350
27
+ - Updated dependencies [f1c74e8]
28
+ - Updated dependencies [18c9469]
29
+ - @walkeros/core@4.2.0-next-1781000333052
30
+ - @walkeros/server-core@4.2.0-next-1781000333052
29
31
 
30
32
  ## 4.1.2
31
33
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-sqlite",
4
- "version": "4.2.0-next-1780909874350",
4
+ "version": "4.2.0-next-1781000333052",
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-1780909874350",
4
+ "version": "4.2.0-next-1781000333052",
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-1780909874350",
42
- "@walkeros/server-core": "4.2.0-next-1780909874350"
41
+ "@walkeros/core": "4.2.0-next-1781000333052",
42
+ "@walkeros/server-core": "4.2.0-next-1781000333052"
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-1780909874350",
57
+ "@walkeros/collector": "4.2.0-next-1781000333052",
58
58
  "better-sqlite3": "^12.0.0",
59
59
  "@libsql/client": "^0.17.0",
60
60
  "@types/better-sqlite3": "^7.6.13"