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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  [![NPM Downloads](https://img.shields.io/npm/dt/arkormx.svg)](https://www.npmjs.com/package/arkormx)
4
4
  [![npm version](https://img.shields.io/npm/v/arkormx.svg)](https://www.npmjs.com/package/arkormx)
5
- [![License](https://img.shields.io/npm/l/arkormx.svg)](https://github.com/arkstack-hq/arkormx/blob/main/LICENSE)
6
- [![codecov](https://codecov.io/gh/arkstack-hq/arkormx/graph/badge.svg?token=ls1VVoFkYh)](https://codecov.io/gh/arkstack-hq/arkormx)
7
- [![CI](https://github.com/arkstack-hq/arkormx/actions/workflows/ci.yml/badge.svg)](https://github.com/arkstack-hq/arkormx/actions/workflows/ci.yml)
8
- [![Deploy Documentation](https://github.com/arkstack-hq/arkormx/actions/workflows/deploy-docs.yml/badge.svg)](https://github.com/arkstack-hq/arkormx/actions/workflows/deploy-docs.yml)
9
- [![Publish to NPM](https://github.com/arkstack-hq/arkormx/actions/workflows/publish.yml/badge.svg)](https://github.com/arkstack-hq/arkormx/actions/workflows/publish.yml)
5
+ [![License](https://img.shields.io/npm/l/arkormx.svg)](https://github.com/arkstack-tmp/arkormx/blob/main/LICENSE)
6
+ [![codecov](https://codecov.io/gh/arkstack-tmp/arkormx/graph/badge.svg?token=ls1VVoFkYh)](https://codecov.io/gh/arkstack-tmp/arkormx)
7
+ [![CI](https://github.com/arkstack-tmp/arkormx/actions/workflows/ci.yml/badge.svg)](https://github.com/arkstack-tmp/arkormx/actions/workflows/ci.yml)
8
+ [![Deploy Documentation](https://github.com/arkstack-tmp/arkormx/actions/workflows/deploy-docs.yml/badge.svg)](https://github.com/arkstack-tmp/arkormx/actions/workflows/deploy-docs.yml)
9
+ [![Publish to NPM](https://github.com/arkstack-tmp/arkormx/actions/workflows/publish.yml/badge.svg)](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.0",
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-hq/arkormx/issues"
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-hq/arkormx.git"
23
+ "url": "git+https://github.com/arkstack-tmp/arkormx.git"
24
24
  },
25
25
  "license": "MIT",
26
26
  "author": "3m1n1nce <3m1n1nce@toneflix.net>",