@alpha.consultings/eloquent-orm.js 1.0.6 → 1.0.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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.0.7](https://github.com/MetalDz/Eloquent-ORM.js/compare/v1.0.6...v1.0.7) (2026-03-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * document release behavior for docs commits ([c48eb42](https://github.com/MetalDz/Eloquent-ORM.js/commit/c48eb42ca2eb1628eda4b1ee13122a7bdae0c4fa))
7
+
1
8
  ## [1.0.6](https://github.com/MetalDz/Eloquent-ORM.js/compare/v1.0.5...v1.0.6) (2026-03-28)
2
9
 
3
10
  ## [1.0.5](https://github.com/MetalDz/Eloquent-ORM.js/compare/v1.0.4...v1.0.5) (2026-03-28)
@@ -0,0 +1,48 @@
1
+ # Package Update Summary
2
+
3
+ Version: `1.0.5`
4
+
5
+ This file is the source of truth for the release-focused quick info block that appears in `README.md`.
6
+
7
+ Update the latest release summary on every patch, minor, or major release, then run:
8
+
9
+ ```bash
10
+ npm run docs:sync-package-metadata
11
+ ```
12
+
13
+ ## Release Lineup
14
+
15
+ <!-- release-lineup:start -->
16
+ Latest Release:
17
+ - `v1.0.7 latest`
18
+
19
+ Old Release:
20
+ - `v1.0.6`
21
+ <!-- release-lineup:end -->
22
+
23
+ ## Latest Release Summary
24
+
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.
27
+ <!-- latest-package-update:end -->
28
+
29
+ ## Synced Quick Info
30
+
31
+ <!-- package-quick-info:start -->
32
+ Quick info:
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.
38
+ - Official docs: https://alphaconsultings.mintlify.app
39
+ - Quick start: https://alphaconsultings.mintlify.app/getting-started/quick-start
40
+ - Release history: https://alphaconsultings.mintlify.app/release/history
41
+ - Latest release notes: [PACKAGE-UPDATE-SUMMARY.md](./PACKAGE-UPDATE-SUMMARY.md)
42
+ <!-- package-quick-info:end -->
43
+
44
+ ## Update Rule
45
+
46
+ - Refresh the `latest-package-update` summary on every fix, minor, or major release.
47
+ - Keep the quick info short and focused on the most useful runtime or package changes.
48
+ - Let the sync script refresh package name, version, docs URL, and README output.
package/README.md CHANGED
@@ -17,9 +17,9 @@ 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.6`
21
- - Latest release: `v1.0.6 latest`
22
- - Old release: `v1.0.5`
20
+ - Version: `1.0.7`
21
+ - Latest release: `v1.0.7 latest`
22
+ - Old release: `v1.0.6`
23
23
  - Latest update: ESM-safe `make:registry` imports for NodeNext apps, `SoftDeletesMixin` schema-detection hardening, restored 100% Docker coverage, and passing Docker pack smoke.
24
24
  - Official docs: https://alphaconsultings.mintlify.app
25
25
  - Quick start: https://alphaconsultings.mintlify.app/getting-started/quick-start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alpha.consultings/eloquent-orm.js",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
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",
@@ -63,7 +63,8 @@
63
63
  "dist",
64
64
  "src/cli/templates/**/*",
65
65
  "README.md",
66
- "CHANGELOG.md"
66
+ "CHANGELOG.md",
67
+ "PACKAGE-UPDATE-SUMMARY.md"
67
68
  ],
68
69
  "scripts": {
69
70
  "docs:sync-package-metadata": "node scripts/sync-package-metadata.cjs",