@rfjs/pg-toolkit 0.0.6 → 0.0.7
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/dist/package.json +2 -2
- package/package.json +4 -4
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rfjs/pg-toolkit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "Shared PostgreSQL utilities and management scripts for Drizzle, Prisma, Kysely, and TypeORM",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"access": "public"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [],
|
|
14
|
-
"author": "
|
|
14
|
+
"author": "Roy Chuang",
|
|
15
15
|
"license": "ISC",
|
|
16
16
|
"engines": {
|
|
17
17
|
"node": ">=18",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rfjs/pg-toolkit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "Shared PostgreSQL utilities and management scripts for Drizzle, Prisma, Kysely, and TypeORM",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"keywords": [],
|
|
41
|
-
"author": "
|
|
41
|
+
"author": "Roy Chuang",
|
|
42
42
|
"license": "ISC",
|
|
43
43
|
"engines": {
|
|
44
44
|
"node": ">=18",
|
|
@@ -77,10 +77,10 @@
|
|
|
77
77
|
"tslib": "^2.8.1"
|
|
78
78
|
},
|
|
79
79
|
"scripts": {
|
|
80
|
-
"clean": "pnpm
|
|
80
|
+
"clean": "pnpm --parallel clean:dist clean:types",
|
|
81
81
|
"clean:types": "pnpm exec rimraf ./types",
|
|
82
82
|
"clean:dist": "pnpm exec rimraf ./dist",
|
|
83
|
-
"dev": "pnpm
|
|
83
|
+
"dev": "pnpm --parallel dev:tsdown typecheck:watch",
|
|
84
84
|
"dev:tsdown": "npm run clean && tsdown --config-loader unrun --watch",
|
|
85
85
|
"build": "npm run build:tsdown",
|
|
86
86
|
"build:tsdown": "npm run clean && tsdown --config-loader unrun",
|