@stryke/prisma-trpc-generator 0.13.17 → 0.13.19
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/generator.cjs +2 -2
- package/dist/generator.js +2 -2
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +4 -4
package/dist/generator.cjs
CHANGED
|
@@ -30,9 +30,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
30
30
|
mod
|
|
31
31
|
));
|
|
32
32
|
|
|
33
|
-
// ../../node_modules/.pnpm/tsup@8.5.1_@microsoft+api-extractor@7.55.
|
|
33
|
+
// ../../node_modules/.pnpm/tsup@8.5.1_@microsoft+api-extractor@7.55.1_@types+node@24.10.1__@swc+core@1.15.3_@swc+h_5d73bd98f483cf4d420e46f30293d452/node_modules/tsup/assets/cjs_shims.js
|
|
34
34
|
var init_cjs_shims = __esm({
|
|
35
|
-
"../../node_modules/.pnpm/tsup@8.5.1_@microsoft+api-extractor@7.55.
|
|
35
|
+
"../../node_modules/.pnpm/tsup@8.5.1_@microsoft+api-extractor@7.55.1_@types+node@24.10.1__@swc+core@1.15.3_@swc+h_5d73bd98f483cf4d420e46f30293d452/node_modules/tsup/assets/cjs_shims.js"() {
|
|
36
36
|
"use strict";
|
|
37
37
|
}
|
|
38
38
|
});
|
package/dist/generator.js
CHANGED
|
@@ -35,9 +35,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
35
35
|
mod
|
|
36
36
|
));
|
|
37
37
|
|
|
38
|
-
// ../../node_modules/.pnpm/tsup@8.5.1_@microsoft+api-extractor@7.55.
|
|
38
|
+
// ../../node_modules/.pnpm/tsup@8.5.1_@microsoft+api-extractor@7.55.1_@types+node@24.10.1__@swc+core@1.15.3_@swc+h_5d73bd98f483cf4d420e46f30293d452/node_modules/tsup/assets/esm_shims.js
|
|
39
39
|
var init_esm_shims = __esm({
|
|
40
|
-
"../../node_modules/.pnpm/tsup@8.5.1_@microsoft+api-extractor@7.55.
|
|
40
|
+
"../../node_modules/.pnpm/tsup@8.5.1_@microsoft+api-extractor@7.55.1_@types+node@24.10.1__@swc+core@1.15.3_@swc+h_5d73bd98f483cf4d420e46f30293d452/node_modules/tsup/assets/esm_shims.js"() {
|
|
41
41
|
"use strict";
|
|
42
42
|
}
|
|
43
43
|
});
|
package/dist/index.cjs
CHANGED
|
@@ -29,9 +29,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
29
29
|
mod
|
|
30
30
|
));
|
|
31
31
|
|
|
32
|
-
// ../../node_modules/.pnpm/tsup@8.5.1_@microsoft+api-extractor@7.55.
|
|
32
|
+
// ../../node_modules/.pnpm/tsup@8.5.1_@microsoft+api-extractor@7.55.1_@types+node@24.10.1__@swc+core@1.15.3_@swc+h_5d73bd98f483cf4d420e46f30293d452/node_modules/tsup/assets/cjs_shims.js
|
|
33
33
|
var init_cjs_shims = __esm({
|
|
34
|
-
"../../node_modules/.pnpm/tsup@8.5.1_@microsoft+api-extractor@7.55.
|
|
34
|
+
"../../node_modules/.pnpm/tsup@8.5.1_@microsoft+api-extractor@7.55.1_@types+node@24.10.1__@swc+core@1.15.3_@swc+h_5d73bd98f483cf4d420e46f30293d452/node_modules/tsup/assets/cjs_shims.js"() {
|
|
35
35
|
"use strict";
|
|
36
36
|
}
|
|
37
37
|
});
|
package/dist/index.js
CHANGED
|
@@ -34,9 +34,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
34
34
|
mod
|
|
35
35
|
));
|
|
36
36
|
|
|
37
|
-
// ../../node_modules/.pnpm/tsup@8.5.1_@microsoft+api-extractor@7.55.
|
|
37
|
+
// ../../node_modules/.pnpm/tsup@8.5.1_@microsoft+api-extractor@7.55.1_@types+node@24.10.1__@swc+core@1.15.3_@swc+h_5d73bd98f483cf4d420e46f30293d452/node_modules/tsup/assets/esm_shims.js
|
|
38
38
|
var init_esm_shims = __esm({
|
|
39
|
-
"../../node_modules/.pnpm/tsup@8.5.1_@microsoft+api-extractor@7.55.
|
|
39
|
+
"../../node_modules/.pnpm/tsup@8.5.1_@microsoft+api-extractor@7.55.1_@types+node@24.10.1__@swc+core@1.15.3_@swc+h_5d73bd98f483cf4d420e46f30293d452/node_modules/tsup/assets/esm_shims.js"() {
|
|
40
40
|
"use strict";
|
|
41
41
|
}
|
|
42
42
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stryke/prisma-trpc-generator",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.19",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A fork of the prisma-trpc-generator code to work in ESM with Prisma v6.",
|
|
6
6
|
"repository": {
|
|
@@ -94,8 +94,8 @@
|
|
|
94
94
|
"dependencies": {
|
|
95
95
|
"@prisma/generator-helper": "^6.19.0",
|
|
96
96
|
"@prisma/internals": "^6.19.0",
|
|
97
|
-
"@stryke/fs": "^0.33.
|
|
98
|
-
"@stryke/path": "^0.
|
|
97
|
+
"@stryke/fs": "^0.33.2",
|
|
98
|
+
"@stryke/path": "^0.21.0",
|
|
99
99
|
"esbuild": "^0.25.12",
|
|
100
100
|
"jiti": "^2.6.1",
|
|
101
101
|
"parenthesis": "^3.1.8",
|
|
@@ -109,5 +109,5 @@
|
|
|
109
109
|
"tsup": "^8.5.1"
|
|
110
110
|
},
|
|
111
111
|
"publishConfig": { "access": "public" },
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "fc3f6e2179191455ef4c9a8e7be4294a77228b07"
|
|
113
113
|
}
|