@dockstat/sqlite-wrapper 1.1.1 → 1.1.3

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -46,7 +46,7 @@ const users = db.table("users")
46
46
 
47
47
  ## Docs & examples
48
48
 
49
- See full technical docs in `docs/technical.md` and `examples/` for e-commerce, migrations, and transactions.
49
+ See full technical docs [here](https://outline.itsnik.de/s/9d88c471-373e-4ef2-a955-b1058eb7dc99/doc/dockstatsqlite-wrapper-Lxt4IphXI5).
50
50
 
51
51
  ## License
52
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dockstat/sqlite-wrapper",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "A TypeScript wrapper around bun:sqlite with type-safe query building",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -38,7 +38,7 @@
38
38
  "license": "MPL-2.0",
39
39
  "repository": {
40
40
  "type": "git",
41
- "url": "https://github.com/Its4Nik/DockStat/packages/sqlite-wrapper",
41
+ "url": "https://github.com/Its4Nik/DockStat/tree/main/packages/sqlite-wrapper",
42
42
  "directory": "packages/sqlite-wrapper"
43
43
  },
44
44
  "bugs": {