@walkeros/server-destination-sqlite 4.1.3-next-1779963694449 → 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 +11 -3
- package/dist/walkerOS.json +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# @walkeros/server-destination-sqlite
|
|
2
2
|
|
|
3
|
-
## 4.
|
|
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]
|
|
8
|
-
|
|
9
|
-
|
|
12
|
+
- Updated dependencies [f4a9013]
|
|
13
|
+
- Updated dependencies [2d64ed2]
|
|
14
|
+
- Updated dependencies [654ba38]
|
|
15
|
+
- Updated dependencies [3eb2467]
|
|
16
|
+
- @walkeros/core@4.2.0-next-1780387694663
|
|
17
|
+
- @walkeros/server-core@4.2.0-next-1780387694663
|
|
10
18
|
|
|
11
19
|
## 4.1.2
|
|
12
20
|
|
package/dist/walkerOS.json
CHANGED
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.
|
|
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.
|
|
42
|
-
"@walkeros/server-core": "4.
|
|
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": "^
|
|
46
|
-
"@libsql/client": "^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.
|
|
58
|
-
"better-sqlite3": "^
|
|
59
|
-
"@libsql/client": "^0.
|
|
60
|
-
"@types/better-sqlite3": "^7.6.
|
|
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",
|