uql-orm 0.4.1 → 0.4.4

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 CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "uql-orm",
3
3
  "homepage": "https://uql-orm.dev",
4
- "description": "One Language. Frontend to Backend.",
4
+ "description": "Fast, type-safe TypeScript ORM — one API for every database",
5
5
  "license": "MIT",
6
- "version": "0.4.1",
6
+ "version": "0.4.4",
7
7
  "type": "module",
8
8
  "sideEffects": false,
9
9
  "main": "./dist/index.js",
@@ -44,7 +44,7 @@
44
44
  ],
45
45
  "scripts": {
46
46
  "copyfiles": "copyfiles -f ../../README.md ../../CHANGELOG.md .",
47
- "compile.browser": "bunchee --clean false --no-dts ./src/browser/index.ts --sourcemap -o ./dist/browser/uql-browser.min.js",
47
+ "compile.browser": "bunchee --clean false --no-dts ./src/browser/index.ts --sourcemap -o ./dist/browser/uql-browser.min.js 2>/dev/null",
48
48
  "build": "bun run clean && tsc -b tsconfig.build.json && bun run compile.browser && bun run copyfiles",
49
49
  "start": "tsc --watch",
50
50
  "clean": "rimraf dist *.tsbuildinfo"
@@ -103,7 +103,7 @@
103
103
  "@types/express": "^5.0.6",
104
104
  "@types/pg": "^8.18.0",
105
105
  "@types/sqlstring": "^2.3.2",
106
- "better-sqlite3": "^12.6.2",
106
+ "better-sqlite3": "^12.8.0",
107
107
  "bunchee": "^6.9.4",
108
108
  "copyfiles": "^2.4.1",
109
109
  "express": "^5.2.1",
@@ -147,5 +147,5 @@
147
147
  "publishConfig": {
148
148
  "access": "public"
149
149
  },
150
- "gitHead": "e9c2feaffe30a9a05d1cc4f1cd821fa3a98d577a"
150
+ "gitHead": "f81563cfe5246bfa59966f08493fd9786a817e02"
151
151
  }