hysteria-orm 11.0.4 → 11.0.6
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/lib/cli.js +42 -42
- package/lib/cli.js.map +1 -1
- package/lib/index.cjs +32 -32
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +290 -7
- package/lib/index.d.ts +290 -7
- package/lib/index.js +32 -32
- package/lib/index.js.map +1 -1
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hysteria-orm",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Yet another orm for Javascript and Typescript no one asked for",
|
|
6
6
|
"type": "module",
|
|
@@ -151,5 +151,6 @@
|
|
|
151
151
|
"sql",
|
|
152
152
|
"SQL",
|
|
153
153
|
"NoSql"
|
|
154
|
-
]
|
|
154
|
+
],
|
|
155
|
+
"packageManager": "yarn@1.22.1"
|
|
155
156
|
}
|