@h3ravel/arquebus 0.6.3 → 0.6.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/bin/index.cjs +2 -2
- package/bin/index.js +2 -2
- package/package.json +2 -2
package/bin/index.cjs
CHANGED
|
@@ -5464,7 +5464,7 @@ var MigrationCreator = class {
|
|
|
5464
5464
|
//#endregion
|
|
5465
5465
|
//#region package.json
|
|
5466
5466
|
var name = "@h3ravel/arquebus";
|
|
5467
|
-
var version = "0.6.
|
|
5467
|
+
var version = "0.6.3";
|
|
5468
5468
|
var packageManager = "pnpm@10.14.0";
|
|
5469
5469
|
var description = "Arquebus ORM is a Beautiful, expressive ORM inspired by Laravel's Eloquent, designed for TypeScript applications and for the H3ravel Framework.";
|
|
5470
5470
|
var homepage = "https://h3ravel.toneflix.net/arquebus";
|
|
@@ -5573,7 +5573,7 @@ var exports$1 = {
|
|
|
5573
5573
|
}
|
|
5574
5574
|
},
|
|
5575
5575
|
"./package.json": "./package.json",
|
|
5576
|
-
"./types": "./types"
|
|
5576
|
+
"./types": "./types/index.ts"
|
|
5577
5577
|
};
|
|
5578
5578
|
var repository = {
|
|
5579
5579
|
"type": "git",
|
package/bin/index.js
CHANGED
|
@@ -5459,7 +5459,7 @@ var MigrationCreator = class {
|
|
|
5459
5459
|
//#endregion
|
|
5460
5460
|
//#region package.json
|
|
5461
5461
|
var name = "@h3ravel/arquebus";
|
|
5462
|
-
var version = "0.6.
|
|
5462
|
+
var version = "0.6.3";
|
|
5463
5463
|
var packageManager = "pnpm@10.14.0";
|
|
5464
5464
|
var description = "Arquebus ORM is a Beautiful, expressive ORM inspired by Laravel's Eloquent, designed for TypeScript applications and for the H3ravel Framework.";
|
|
5465
5465
|
var homepage = "https://h3ravel.toneflix.net/arquebus";
|
|
@@ -5568,7 +5568,7 @@ var exports = {
|
|
|
5568
5568
|
}
|
|
5569
5569
|
},
|
|
5570
5570
|
"./package.json": "./package.json",
|
|
5571
|
-
"./types": "./types"
|
|
5571
|
+
"./types": "./types/index.ts"
|
|
5572
5572
|
};
|
|
5573
5573
|
var repository = {
|
|
5574
5574
|
"type": "git",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@h3ravel/arquebus",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.4",
|
|
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": {
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
}
|
|
113
113
|
},
|
|
114
114
|
"./package.json": "./package.json",
|
|
115
|
-
"./types": "./types"
|
|
115
|
+
"./types": "./types/index.ts"
|
|
116
116
|
},
|
|
117
117
|
"repository": {
|
|
118
118
|
"type": "git",
|