@h3ravel/arquebus 0.7.6 → 0.7.7
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/bin/index.cjs +1 -1
- package/bin/index.js +1 -1
- package/package.json +3 -3
package/bin/index.cjs
CHANGED
package/bin/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@h3ravel/arquebus",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.7",
|
|
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": {
|
|
@@ -154,8 +154,8 @@
|
|
|
154
154
|
]
|
|
155
155
|
},
|
|
156
156
|
"dependencies": {
|
|
157
|
-
"@h3ravel/shared": "^0.
|
|
158
|
-
"@h3ravel/support": "^0.
|
|
157
|
+
"@h3ravel/shared": "^0.30.3",
|
|
158
|
+
"@h3ravel/support": "^0.16.4",
|
|
159
159
|
"barrelize": "^1.6.4",
|
|
160
160
|
"chalk": "^5.6.2",
|
|
161
161
|
"chokidar": "^4.0.1",
|