hysteria-orm 10.3.4 → 10.3.5
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/LICENSE +1 -1
- package/README.md +2 -2
- package/lib/cli.cjs +45 -16
- package/lib/cli.cjs.map +1 -1
- package/lib/cli.js +45 -16
- package/lib/cli.js.map +1 -1
- package/lib/index.cjs +32 -9
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +67 -9
- package/lib/index.d.ts +67 -9
- package/lib/index.js +32 -9
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -8,8 +8,8 @@ Hysteria ORM is a modern, high-performance, partially type safe Object Relationa
|
|
|
8
8
|
|
|
9
9
|
To get started, follow the official installation guide:
|
|
10
10
|
|
|
11
|
-
👉 [Installation Guide](https://frasan00.github.io/hysteria-orm/
|
|
11
|
+
👉 [Installation Guide](https://frasan00.github.io/hysteria-orm/getting-started/installation)
|
|
12
12
|
|
|
13
13
|
---
|
|
14
14
|
|
|
15
|
-
For more details, visit the [full documentation](https://frasan00.github.io/hysteria-orm
|
|
15
|
+
For more details, visit the [full documentation](https://frasan00.github.io/hysteria-orm).
|