@alpha.consultings/eloquent-orm.js 1.0.2 → 1.0.3
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 +7 -0
- package/README.md +1 -1
- package/package.json +17 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.0.3](https://github.com/MetalDz/Eloquent-ORM.js/compare/v1.0.2...v1.0.3) (2026-03-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* & improve npm package discovery metadata ([8760ffb](https://github.com/MetalDz/Eloquent-ORM.js/commit/8760ffb297bd69cb71c560738e24549145fd79d6))
|
|
7
|
+
|
|
1
8
|
## [1.0.2](https://github.com/MetalDz/Eloquent-ORM.js/compare/v1.0.1...v1.0.2) (2026-03-24)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -239,4 +239,4 @@ Some package scanners flag this package for network access and eval-like behavio
|
|
|
239
239
|
For the current hosted docs and security guidance:
|
|
240
240
|
|
|
241
241
|
- Official Documentation website: https://alphaconsultings.mintlify.app/
|
|
242
|
-
- Security policy: https://github.com/MetalDz/Eloquent-ORM.js/blob/
|
|
242
|
+
- Security policy: https://github.com/MetalDz/Eloquent-ORM.js/blob/ai_master/SECURITY.md
|
package/package.json
CHANGED
|
@@ -1,7 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alpha.consultings/eloquent-orm.js",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "A Laravel Eloquent-inspired ORM Multi Driver SQL & NoSQL and Cache System and Artisan CLI like for Node.js Lovers",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"orm",
|
|
7
|
+
"eloquent",
|
|
8
|
+
"laravel",
|
|
9
|
+
"typescript",
|
|
10
|
+
"nodejs",
|
|
11
|
+
"mysql",
|
|
12
|
+
"postgresql",
|
|
13
|
+
"mongodb",
|
|
14
|
+
"sqlite",
|
|
15
|
+
"migrations",
|
|
16
|
+
"cli",
|
|
17
|
+
"active-record",
|
|
18
|
+
"artisan",
|
|
19
|
+
"artisan-cli"
|
|
20
|
+
],
|
|
5
21
|
"license": "Apache-2.0",
|
|
6
22
|
"homepage": "https://alphaconsultings.mintlify.app/",
|
|
7
23
|
"repository": {
|