@walkeros/server-destination-sqlite 3.4.0-next-1776749829492 → 3.4.0

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-sqlite",
4
- "version": "3.4.0-next-1776749829492",
4
+ "version": "3.4.0",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -121,7 +121,7 @@
121
121
  "group": "gr0up",
122
122
  "count": 1,
123
123
  "version": {
124
- "source": "3.4.0-next-1776749829492",
124
+ "source": "3.4.0",
125
125
  "tagging": 1
126
126
  },
127
127
  "source": {
@@ -206,7 +206,7 @@
206
206
  "group": "gr0up",
207
207
  "count": 1,
208
208
  "version": {
209
- "source": "3.4.0-next-1776749829492",
209
+ "source": "3.4.0",
210
210
  "tagging": 1
211
211
  },
212
212
  "source": {
@@ -293,7 +293,7 @@
293
293
  "group": "gr0up",
294
294
  "count": 1,
295
295
  "version": {
296
- "source": "3.4.0-next-1776749829492",
296
+ "source": "3.4.0",
297
297
  "tagging": 1
298
298
  },
299
299
  "source": {
@@ -386,7 +386,7 @@
386
386
  "group": "gr0up",
387
387
  "count": 1,
388
388
  "version": {
389
- "source": "3.4.0-next-1776749829492",
389
+ "source": "3.4.0",
390
390
  "tagging": 1
391
391
  },
392
392
  "source": {
@@ -495,7 +495,7 @@
495
495
  "group": "gr0up",
496
496
  "count": 1,
497
497
  "version": {
498
- "source": "3.4.0-next-1776749829492",
498
+ "source": "3.4.0",
499
499
  "tagging": 1
500
500
  },
501
501
  "source": {
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": "3.4.0-next-1776749829492",
4
+ "version": "3.4.0",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -37,8 +37,8 @@
37
37
  "update": "npx npm-check-updates -u && npm update"
38
38
  },
39
39
  "dependencies": {
40
- "@walkeros/core": "3.4.0-next-1776749829492",
41
- "@walkeros/server-core": "3.4.0-next-1776749829492"
40
+ "@walkeros/core": "3.4.0",
41
+ "@walkeros/server-core": "3.4.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "better-sqlite3": "^11.0.0",
@@ -53,7 +53,7 @@
53
53
  }
54
54
  },
55
55
  "devDependencies": {
56
- "@walkeros/collector": "3.4.0-next-1776749829492",
56
+ "@walkeros/collector": "3.4.0",
57
57
  "better-sqlite3": "^11.0.0",
58
58
  "@libsql/client": "^0.14.0",
59
59
  "@types/better-sqlite3": "^7.6.11"