@alpha.consultings/eloquent-orm.js 1.0.5 → 1.0.6
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/CHANGELOG.md +2 -0
- package/README.md +9 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -9,23 +9,26 @@
|
|
|
9
9
|
[](https://alphaconsultings.mintlify.app/)
|
|
10
10
|
[](https://socket.dev/npm/package/@alpha.consultings/eloquent-orm.js)
|
|
11
11
|
|
|
12
|
+
Quick info:
|
|
13
|
+
- Package: `@alpha.consultings/eloquent-orm.js`
|
|
12
14
|
Laravel-inspired ORM + CLI for Node.js + TypeScript with SQL and MongoDB runtime support.
|
|
13
15
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
## What this package gives you
|
|
17
|
-
|
|
16
|
+
## New release :
|
|
18
17
|
<!-- package-quick-info:start -->
|
|
19
18
|
Quick info:
|
|
20
19
|
- Package: `@alpha.consultings/eloquent-orm.js`
|
|
21
|
-
- Version: `1.0.
|
|
22
|
-
- Latest
|
|
20
|
+
- Version: `1.0.6`
|
|
21
|
+
- Latest release: `v1.0.6 latest`
|
|
22
|
+
- Old release: `v1.0.5`
|
|
23
|
+
- Latest update: ESM-safe `make:registry` imports for NodeNext apps, `SoftDeletesMixin` schema-detection hardening, restored 100% Docker coverage, and passing Docker pack smoke.
|
|
23
24
|
- Official docs: https://alphaconsultings.mintlify.app
|
|
24
25
|
- Quick start: https://alphaconsultings.mintlify.app/getting-started/quick-start
|
|
25
26
|
- Release history: https://alphaconsultings.mintlify.app/release/history
|
|
26
27
|
- Latest release notes: [PACKAGE-UPDATE-SUMMARY.md](./PACKAGE-UPDATE-SUMMARY.md)
|
|
27
28
|
<!-- package-quick-info:end -->
|
|
28
29
|
|
|
30
|
+
## What this package gives you
|
|
31
|
+
|
|
29
32
|
- SQL and MongoDB model persistence with a Laravel-like runtime API.
|
|
30
33
|
- CLI generators for models, services, controllers, migrations, factories, and scenarios.
|
|
31
34
|
- Migration and seed pipelines across test/CLI environments.
|
package/package.json
CHANGED