@h3ravel/arquebus 0.3.1 → 0.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h3ravel/arquebus",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
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.toneflix.net/arquebus",
6
6
  "bin": {
@@ -115,6 +115,7 @@
115
115
  ]
116
116
  },
117
117
  "dependencies": {
118
+ "@h3ravel/shared": "^0.17.4",
118
119
  "chalk": "^5.6.0",
119
120
  "collect.js": "^4.36.1",
120
121
  "commander": "^14.0.0",
@@ -145,7 +146,7 @@
145
146
  "sqlite3": "5.1.7",
146
147
  "terser": "^5.43.1",
147
148
  "ts-node": "^10.9.2",
148
- "tsup": "^8.5.0",
149
+ "tsdown": "^0.15.4",
149
150
  "tsx": "^4.20.4",
150
151
  "typescript": "^5.9.2",
151
152
  "typescript-eslint": "^8.40.0",
@@ -167,7 +168,7 @@
167
168
  "readmeFilename": "README.md",
168
169
  "license": "MIT",
169
170
  "scripts": {
170
- "build": "tsup --minify terser",
171
+ "build": "tsdown",
171
172
  "lint": "eslint . --ext .ts",
172
173
  "cmd": "cross-env TEST=true tsx --experimental-specifier-resolution=node src/cli",
173
174
  "cmd:watch": "cross-env TEST=true tsx watch --experimental-specifier-resolution=node src/cli",