arkormx 2.0.2 → 2.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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "arkormx",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "Modern TypeScript-first ORM for Node.js.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"orm",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"db:migrate:test": "prisma migrate deploy",
|
|
95
95
|
"build": "tsdown",
|
|
96
96
|
"barrel": "barrelize",
|
|
97
|
-
"release": "pnpm publish --access public --tag
|
|
97
|
+
"release": "pnpm publish --access public --tag latest --no-git-checks",
|
|
98
98
|
"docs:dev": "vitepress dev docs",
|
|
99
99
|
"docs:build": "vitepress build docs",
|
|
100
100
|
"docs:preview": "vitepress preview docs"
|