@o/database 0.16.11 → 0.16.12-canary.1788303760175
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/package.json +11 -2
package/package.json
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o/database",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.12-canary.1788303760175",
|
|
4
4
|
"description": "SQLite database helpers for Orez hosts: Drizzle over a host-owned transaction, a Better Auth adapter with read and write lanes, seed application, and private-table marking.",
|
|
5
5
|
"license": "MIT",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/natew/orez.git",
|
|
9
|
+
"directory": "packages/database"
|
|
10
|
+
},
|
|
6
11
|
"type": "module",
|
|
7
12
|
"main": "dist/index.js",
|
|
8
13
|
"module": "dist/index.js",
|
|
@@ -30,7 +35,11 @@
|
|
|
30
35
|
"default": "./dist/seed.js"
|
|
31
36
|
}
|
|
32
37
|
},
|
|
33
|
-
"files": [
|
|
38
|
+
"files": [
|
|
39
|
+
"dist",
|
|
40
|
+
"LICENSE",
|
|
41
|
+
"README.md"
|
|
42
|
+
],
|
|
34
43
|
"scripts": {
|
|
35
44
|
"build": "rm -rf dist && tsc -p tsconfig.build.json",
|
|
36
45
|
"format": "oxfmt",
|