@alpha.consultings/eloquent-orm.js 1.0.7 → 1.0.8

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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.0.8](https://github.com/MetalDz/Eloquent-ORM.js/compare/v1.0.7...v1.0.8) (2026-03-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * sync new release block format with v1.0.7 metadata ([0472869](https://github.com/MetalDz/Eloquent-ORM.js/commit/04728693cf84f04ce1749555a64ce9706f9499d3))
7
+
1
8
  ## [1.0.7](https://github.com/MetalDz/Eloquent-ORM.js/compare/v1.0.6...v1.0.7) (2026-03-28)
2
9
 
3
10
 
@@ -1,6 +1,6 @@
1
1
  # Package Update Summary
2
2
 
3
- Version: `1.0.5`
3
+ Version: `1.0.8`
4
4
 
5
5
  This file is the source of truth for the release-focused quick info block that appears in `README.md`.
6
6
 
@@ -14,16 +14,16 @@ npm run docs:sync-package-metadata
14
14
 
15
15
  <!-- release-lineup:start -->
16
16
  Latest Release:
17
- - `v1.0.7 latest`
17
+ - `v1.0.8 latest`
18
18
 
19
19
  Old Release:
20
- - `v1.0.6`
20
+ - `v1.0.7`
21
21
  <!-- release-lineup:end -->
22
22
 
23
23
  ## Latest Release Summary
24
24
 
25
25
  <!-- latest-package-update:start -->
26
- - ESM-safe `make:registry` imports for NodeNext apps, `SoftDeletesMixin` schema-detection hardening, restored 100% Docker coverage, and passing Docker pack smoke.
26
+ - Document release behavior for `docs:` commits so semantic-release publishes documentation updates as patch releases.
27
27
  <!-- latest-package-update:end -->
28
28
 
29
29
  ## Synced Quick Info
@@ -31,10 +31,11 @@ Old Release:
31
31
  <!-- package-quick-info:start -->
32
32
  Quick info:
33
33
  - Package: `@alpha.consultings/eloquent-orm.js`
34
- - Version: `1.0.7`
35
- - Latest release: `v1.0.7 latest`
36
- - Old release: `v1.0.6`
37
- - Latest update: ESM-safe `make:registry` imports for NodeNext apps, `SoftDeletesMixin` schema-detection hardening, restored 100% Docker coverage, and passing Docker pack smoke.
34
+ - Version: `v1.0.8`
35
+ - Latest release: `v1.0.8 latest`
36
+ - What's new: Fix release
37
+ - Old release: `v1.0.7`
38
+ - Latest update: Document release behavior for `docs:` commits so semantic-release publishes documentation updates as patch releases.
38
39
  - Official docs: https://alphaconsultings.mintlify.app
39
40
  - Quick start: https://alphaconsultings.mintlify.app/getting-started/quick-start
40
41
  - Release history: https://alphaconsultings.mintlify.app/release/history
package/README.md CHANGED
@@ -17,10 +17,11 @@ Laravel-inspired ORM + CLI for Node.js + TypeScript with SQL and MongoDB runtime
17
17
  <!-- package-quick-info:start -->
18
18
  Quick info:
19
19
  - Package: `@alpha.consultings/eloquent-orm.js`
20
- - Version: `1.0.7`
21
- - Latest release: `v1.0.7 latest`
22
- - Old release: `v1.0.6`
23
- - Latest update: ESM-safe `make:registry` imports for NodeNext apps, `SoftDeletesMixin` schema-detection hardening, restored 100% Docker coverage, and passing Docker pack smoke.
20
+ - Version: `v1.0.8`
21
+ - Latest release: `v1.0.8 latest`
22
+ - What's new: Fix release
23
+ - Old release: `v1.0.7`
24
+ - Latest update: Document release behavior for `docs:` commits so semantic-release publishes documentation updates as patch releases.
24
25
  - Official docs: https://alphaconsultings.mintlify.app
25
26
  - Quick start: https://alphaconsultings.mintlify.app/getting-started/quick-start
26
27
  - Release history: https://alphaconsultings.mintlify.app/release/history
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alpha.consultings/eloquent-orm.js",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "A Laravel Eloquent-inspired ORM Multi Driver SQL & NoSQL and Cache System and Artisan CLI like for Node.js Lovers",
5
5
  "keywords": [
6
6
  "orm",