@h3ravel/arquebus 0.2.6 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +11 -1
package/README.md CHANGED
@@ -105,5 +105,5 @@ Please ⭐️ this repository if this project helped you
105
105
  [d1]: https://img.shields.io/npm/dt/%40h3ravel%2Farquebus?style=flat-square&label=Downloads&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2F%40h3ravel%2Farquebus
106
106
  [linl]: https://github.com/h3ravel/arquebus/blob/main/LICENSE
107
107
  [lini]: https://img.shields.io/github/license/h3ravel/arquebus
108
- [tel]: https://github.com/h3ravel/arquebus/workflows/tests
108
+ [tel]: https://github.com/h3ravel/arquebus/actions/workflows/tests.yml
109
109
  [tei]: https://github.com/h3ravel/arquebus/workflows/tests/badge.svg
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h3ravel/arquebus",
3
- "version": "0.2.6",
3
+ "version": "0.2.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.net/arquebus",
6
6
  "bin": {
@@ -73,6 +73,16 @@
73
73
  }
74
74
  }
75
75
  },
76
+ "./migrations": {
77
+ "import": {
78
+ "types": "./dist/migrations/index.d.ts",
79
+ "default": "./dist/migrations/index.js"
80
+ },
81
+ "require": {
82
+ "types": "./dist/migrations/index.d.cts",
83
+ "default": "./dist/migrations/index.cjs"
84
+ }
85
+ },
76
86
  "./browser": {
77
87
  "import": {
78
88
  "types": "./dist/browser/index.d.ts",