@walkeros/server-destination-sqlite 4.2.1-next-1781682752679 → 4.2.1

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,16 @@
1
1
  # @walkeros/server-destination-sqlite
2
2
 
3
- ## 4.2.1-next-1781682752679
3
+ ## 4.2.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [5cbcd23]
8
+ - Updated dependencies [31c6858]
9
+ - Updated dependencies [d1b41ca]
8
10
  - Updated dependencies [0a8a08b]
9
11
  - Updated dependencies [8afb7cc]
10
- - @walkeros/core@4.2.1-next-1781682752679
11
- - @walkeros/server-core@4.2.1-next-1781682752679
12
+ - @walkeros/core@4.2.1
13
+ - @walkeros/server-core@4.2.1
12
14
 
13
15
  ## 4.2.0
14
16
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-sqlite",
4
- "version": "4.2.1-next-1781682752679",
4
+ "version": "4.2.1",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -115,6 +115,8 @@
115
115
  "timestamp": 1700000101,
116
116
  "timing": 3.14,
117
117
  "source": {
118
+ "count": 1,
119
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
118
120
  "type": "browser",
119
121
  "platform": "web",
120
122
  "url": "https://example.com/contact"
@@ -189,6 +191,8 @@
189
191
  "timestamp": 1700000100,
190
192
  "timing": 3.14,
191
193
  "source": {
194
+ "count": 1,
195
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
192
196
  "type": "browser",
193
197
  "platform": "web",
194
198
  "url": "https://example.com/",
@@ -265,6 +269,8 @@
265
269
  "timestamp": 1700000104,
266
270
  "timing": 3.14,
267
271
  "source": {
272
+ "count": 1,
273
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
268
274
  "type": "collector",
269
275
  "schema": "4"
270
276
  }
@@ -353,6 +359,8 @@
353
359
  "timestamp": 1700000102,
354
360
  "timing": 3.14,
355
361
  "source": {
362
+ "count": 1,
363
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
356
364
  "type": "collector",
357
365
  "schema": "4"
358
366
  }
@@ -457,6 +465,8 @@
457
465
  "timestamp": 1700000103,
458
466
  "timing": 3.14,
459
467
  "source": {
468
+ "count": 1,
469
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
460
470
  "type": "collector",
461
471
  "schema": "4"
462
472
  }
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.1-next-1781682752679",
4
+ "version": "4.2.1",
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.1-next-1781682752679",
42
- "@walkeros/server-core": "4.2.1-next-1781682752679"
41
+ "@walkeros/core": "4.2.1",
42
+ "@walkeros/server-core": "4.2.1"
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.1-next-1781682752679",
57
+ "@walkeros/collector": "4.2.1",
58
58
  "better-sqlite3": "^12.0.0",
59
59
  "@libsql/client": "^0.17.0",
60
60
  "@types/better-sqlite3": "^7.6.13"