@h3ravel/arquebus 0.2.0 → 0.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h3ravel/arquebus",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Arquebus ORM is a Beautiful, expressive ORM inspired by Laravel's Eloquent, designed for TypeScript applications and for the H3ravel Framework.",
5
5
  "homepage": "https://h3ravel.net/arquebus",
6
6
  "bin": {
@@ -121,6 +121,7 @@
121
121
  "@types/pluralize": "^0.0.33",
122
122
  "@typescript-eslint/eslint-plugin": "^8.40.0",
123
123
  "@typescript-eslint/parser": "^8.40.0",
124
+ "@vitest/coverage-v8": "^3.2.4",
124
125
  "cross-env": "^7.0.3",
125
126
  "eslint": "^9.33.0",
126
127
  "husky": "^8.0.3",
@@ -131,6 +132,7 @@
131
132
  "prettier": "2.6.2",
132
133
  "sqlite3": "5.1.7",
133
134
  "tedious": "15.1.0",
135
+ "terser": "^5.43.1",
134
136
  "ts-node": "^10.9.2",
135
137
  "tsup": "^8.5.0",
136
138
  "tsx": "^4.20.4",
@@ -154,7 +156,7 @@
154
156
  "readmeFilename": "README.md",
155
157
  "license": "MIT",
156
158
  "scripts": {
157
- "build": "tsup",
159
+ "build": "tsup --minify terser",
158
160
  "lint": "eslint . --ext .ts",
159
161
  "cmd": "cross-env TEST=true tsx --experimental-specifier-resolution=node src/cli",
160
162
  "cmd:watch": "cross-env TEST=true tsx watch --experimental-specifier-resolution=node src/cli",