@outs-tand-ing/postgres 0.0.1 → 0.0.2
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 +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@outs-tand-ing/postgres",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "PostgreSQL database with Drizzle ORM for Outs project",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -56,6 +56,7 @@
|
|
|
56
56
|
"build": "bun build:clean && bun build:types",
|
|
57
57
|
"build:clean": "rm -rf dist",
|
|
58
58
|
"build:types": "tsc --project tsconfig.build.json",
|
|
59
|
+
"build:link": "bun run build && bun link",
|
|
59
60
|
"prepublishOnly": "bun run build",
|
|
60
61
|
"version:patch": "npm version patch",
|
|
61
62
|
"version:minor": "npm version minor",
|
|
@@ -96,7 +97,7 @@
|
|
|
96
97
|
"@types/node": "^24.10.1",
|
|
97
98
|
"bcrypt": "^6.0.0",
|
|
98
99
|
"drizzle-kit": "0.31.7",
|
|
99
|
-
"postgres": "^3.4.
|
|
100
|
-
"typescript": "^5.
|
|
100
|
+
"postgres": "^3.4.7",
|
|
101
|
+
"typescript": "^5.9.3"
|
|
101
102
|
}
|
|
102
103
|
}
|