arkormx 2.1.0 → 2.1.1
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/README.md +5 -5
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/arkormx)
|
|
4
4
|
[](https://www.npmjs.com/package/arkormx)
|
|
5
|
-
[](https://github.com/arkstack-
|
|
6
|
-
[](https://github.com/arkstack-tmp/arkormx/blob/main/LICENSE)
|
|
6
|
+
[](https://codecov.io/gh/arkstack-tmp/arkormx)
|
|
7
|
+
[](https://github.com/arkstack-tmp/arkormx/actions/workflows/ci.yml)
|
|
8
|
+
[](https://github.com/arkstack-tmp/arkormx/actions/workflows/deploy-docs.yml)
|
|
9
|
+
[](https://github.com/arkstack-tmp/arkormx/actions/workflows/publish.yml)
|
|
10
10
|
|
|
11
11
|
Arkormˣ is a framework-agnostic ORM designed to run anywhere Node.js runs. It brings a familiar model layer and fluent query builder on top of adapter-backed execution, with Prisma compatibility available as an optional 2.x compatibility path.
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "arkormx",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "Modern TypeScript-first ORM for Node.js.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"orm",
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
],
|
|
17
17
|
"homepage": "https://arkormx.toneflix.net",
|
|
18
18
|
"bugs": {
|
|
19
|
-
"url": "https://github.com/arkstack-
|
|
19
|
+
"url": "https://github.com/arkstack-tmp/arkormx/issues"
|
|
20
20
|
},
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|
|
23
|
-
"url": "git+https://github.com/arkstack-
|
|
23
|
+
"url": "git+https://github.com/arkstack-tmp/arkormx.git"
|
|
24
24
|
},
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"author": "3m1n1nce <3m1n1nce@toneflix.net>",
|