@walkeros/server-destination-sqlite 4.1.1-next-1779485810490 → 4.1.1-next-1779822275564

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,13 +1,14 @@
1
1
  # @walkeros/server-destination-sqlite
2
2
 
3
- ## 4.1.1-next-1779485810490
3
+ ## 4.1.1-next-1779822275564
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [b0279ee]
8
8
  - Updated dependencies [b0279ee]
9
- - @walkeros/core@4.1.1-next-1779485810490
10
- - @walkeros/server-core@4.1.1-next-1779485810490
9
+ - Updated dependencies [0b7f494]
10
+ - @walkeros/core@4.1.1-next-1779822275564
11
+ - @walkeros/server-core@4.1.1-next-1779822275564
11
12
 
12
13
  ## 4.1.0
13
14
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-sqlite",
4
- "version": "4.1.1-next-1779485810490",
4
+ "version": "4.1.1-next-1779822275564",
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.1-next-1779485810490",
4
+ "version": "4.1.1-next-1779822275564",
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.1.1-next-1779485810490",
42
- "@walkeros/server-core": "4.1.1-next-1779485810490"
41
+ "@walkeros/core": "4.1.1-next-1779822275564",
42
+ "@walkeros/server-core": "4.1.1-next-1779822275564"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "better-sqlite3": "^11.0.0",
@@ -54,7 +54,7 @@
54
54
  }
55
55
  },
56
56
  "devDependencies": {
57
- "@walkeros/collector": "4.1.1-next-1779485810490",
57
+ "@walkeros/collector": "4.1.1-next-1779822275564",
58
58
  "better-sqlite3": "^11.0.0",
59
59
  "@libsql/client": "^0.14.0",
60
60
  "@types/better-sqlite3": "^7.6.11"