@walkeros/server-destination-sqlite 4.1.3-next-1780071196115 → 4.2.0-next-1780387694663

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,14 +1,20 @@
1
1
  # @walkeros/server-destination-sqlite
2
2
 
3
- ## 4.1.3-next-1780071196115
3
+ ## 4.2.0-next-1780387694663
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 59aa9e1: Refresh runtime dependencies to their latest majors: Express 5,
8
+ Commander 15, better-sqlite3 12, @libsql/client 0.17, Google Cloud
9
+ functions-framework 5, mixpanel 0.22, and jsdom 29. No public API changes;
10
+ installs now pull the current versions of these SDKs.
7
11
  - Updated dependencies [908d6f0]
12
+ - Updated dependencies [f4a9013]
8
13
  - Updated dependencies [2d64ed2]
14
+ - Updated dependencies [654ba38]
9
15
  - Updated dependencies [3eb2467]
10
- - @walkeros/core@4.1.3-next-1780071196115
11
- - @walkeros/server-core@4.1.3-next-1780071196115
16
+ - @walkeros/core@4.2.0-next-1780387694663
17
+ - @walkeros/server-core@4.2.0-next-1780387694663
12
18
 
13
19
  ## 4.1.2
14
20
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-sqlite",
4
- "version": "4.1.3-next-1780071196115",
4
+ "version": "4.2.0-next-1780387694663",
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.1.3-next-1780071196115",
4
+ "version": "4.2.0-next-1780387694663",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -38,12 +38,12 @@
38
38
  "update": "npx npm-check-updates -u && npm update"
39
39
  },
40
40
  "dependencies": {
41
- "@walkeros/core": "4.1.3-next-1780071196115",
42
- "@walkeros/server-core": "4.1.3-next-1780071196115"
41
+ "@walkeros/core": "4.2.0-next-1780387694663",
42
+ "@walkeros/server-core": "4.2.0-next-1780387694663"
43
43
  },
44
44
  "peerDependencies": {
45
- "better-sqlite3": "^11.0.0",
46
- "@libsql/client": "^0.14.0"
45
+ "better-sqlite3": "^12.0.0",
46
+ "@libsql/client": "^0.17.0"
47
47
  },
48
48
  "peerDependenciesMeta": {
49
49
  "better-sqlite3": {
@@ -54,10 +54,10 @@
54
54
  }
55
55
  },
56
56
  "devDependencies": {
57
- "@walkeros/collector": "4.1.3-next-1780071196115",
58
- "better-sqlite3": "^11.0.0",
59
- "@libsql/client": "^0.14.0",
60
- "@types/better-sqlite3": "^7.6.11"
57
+ "@walkeros/collector": "4.2.0-next-1780387694663",
58
+ "better-sqlite3": "^12.0.0",
59
+ "@libsql/client": "^0.17.0",
60
+ "@types/better-sqlite3": "^7.6.13"
61
61
  },
62
62
  "repository": {
63
63
  "url": "git+https://github.com/elbwalker/walkerOS.git",