@telorun/sql-sqlite 0.4.0 → 0.4.2

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -23,9 +23,9 @@ Built to be language-agnostic and infinitely extensible.
23
23
 
24
24
  ```bash
25
25
  # Reconcile your manifest into a running backend
26
- $ telo ./examples/hello-api
26
+ $ telo ./examples/todo-app
27
27
 
28
- {"level":30,"time":1771610393008,"pid":1310178,"hostname":"dev","msg":"Server listening at http://127.0.0.1:8844"}
28
+ {"level":30,"time":1771610393008,"pid":1310178,"hostname":"dev","msg":"Server listening at http://127.0.0.1:8077"}
29
29
  ```
30
30
 
31
31
  ## Why use Telo?
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@telorun/sql-sqlite",
3
- "version": "0.4.0",
4
- "description": "Telo SqlSqlite.Connection — SQLite backend for the Sql.Connection abstract (better-sqlite3 / bun:sqlite, transactional DDL).",
3
+ "version": "0.4.2",
4
+ "description": "Telo SQLite.Connection — SQLite backend for the Sql.Connection abstract (better-sqlite3 / bun:sqlite, transactional DDL).",
5
5
  "keywords": [
6
6
  "telo",
7
7
  "sql",
@@ -36,14 +36,14 @@
36
36
  "dependencies": {
37
37
  "better-sqlite3": "^12.8.0",
38
38
  "kysely": "^0.28.15",
39
- "@telorun/sql": "0.12.0"
39
+ "@telorun/sql": "0.12.1"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/better-sqlite3": "^7.0.0",
43
43
  "@types/bun": "^1.3.10",
44
44
  "@types/node": "^20.0.0",
45
45
  "typescript": "^5.0.0",
46
- "@telorun/sdk": "0.67.0"
46
+ "@telorun/sdk": "0.70.0"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "@telorun/sdk": "*"