@stryke/prisma-trpc-generator 0.12.0 â 0.12.1
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/README.md +4 -9
- package/dist/generator.cjs +7 -7
- package/dist/generator.js +7 -7
- package/dist/index.cjs +7 -7
- package/dist/index.js +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,15 +22,10 @@ This package is part of Storm Software's **đŠī¸ Stryke** monorepo. Stryke pac
|
|
|
22
22
|
|
|
23
23
|
<h3 align="center">đģ Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
24
24
|
|
|
25
|
-
[, and this message will be removed.
|
|
32
|
-
> However, in the meantime, please feel free to report any issues you may come
|
|
33
|
-
> across.
|
|
25
|
+
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
26
|
+
|
|
27
|
+
> [!IMPORTANT] Important
|
|
28
|
+
> This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be available through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.
|
|
34
29
|
|
|
35
30
|
<div align="center">
|
|
36
31
|
<b>Be sure to â this repository on <a href="https://github.com/storm-software/stryke" target="_blank">GitHub</a> so you can keep up to date on any daily progress!</b>
|
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.4.0_@microsoft+api-extractor@7.52.8_@types+node@
|
|
33
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@24.0.1__@swc+core@1.11.9_@swc+he_7b8a61ecf73b9cb272fb34724baab5c1/node_modules/tsup/assets/cjs_shims.js
|
|
34
34
|
var init_cjs_shims = __esm({
|
|
35
|
-
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@
|
|
35
|
+
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@24.0.1__@swc+core@1.11.9_@swc+he_7b8a61ecf73b9cb272fb34724baab5c1/node_modules/tsup/assets/cjs_shims.js"() {
|
|
36
36
|
"use strict";
|
|
37
37
|
}
|
|
38
38
|
});
|
|
@@ -5346,13 +5346,13 @@ __name(normalizeString2, "normalizeString");
|
|
|
5346
5346
|
// ../path/src/get-workspace-root.ts
|
|
5347
5347
|
init_cjs_shims();
|
|
5348
5348
|
|
|
5349
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
5349
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.2/node_modules/@storm-software/config-tools/dist/index.js
|
|
5350
5350
|
init_cjs_shims();
|
|
5351
5351
|
|
|
5352
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
5352
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.2/node_modules/@storm-software/config-tools/dist/chunk-PTHGOJU6.js
|
|
5353
5353
|
init_cjs_shims();
|
|
5354
5354
|
|
|
5355
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
5355
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.2/node_modules/@storm-software/config-tools/dist/chunk-6JBGUE4A.js
|
|
5356
5356
|
init_cjs_shims();
|
|
5357
5357
|
var import_node_fs3 = require("node:fs");
|
|
5358
5358
|
var import_node_path = require("node:path");
|
|
@@ -5374,7 +5374,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
|
5374
5374
|
}
|
|
5375
5375
|
__name(findFolderUp, "findFolderUp");
|
|
5376
5376
|
|
|
5377
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
5377
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.2/node_modules/@storm-software/config-tools/dist/chunk-7IMLZPZF.js
|
|
5378
5378
|
init_cjs_shims();
|
|
5379
5379
|
var _DRIVE_LETTER_START_RE2 = /^[A-Za-z]:\//;
|
|
5380
5380
|
function normalizeWindowsPath3(input = "") {
|
|
@@ -5481,7 +5481,7 @@ var isAbsolute2 = /* @__PURE__ */ __name(function(p) {
|
|
|
5481
5481
|
return _IS_ABSOLUTE_RE2.test(p);
|
|
5482
5482
|
}, "isAbsolute");
|
|
5483
5483
|
|
|
5484
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
5484
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.2/node_modules/@storm-software/config-tools/dist/chunk-PTHGOJU6.js
|
|
5485
5485
|
var rootFiles = [
|
|
5486
5486
|
"storm-workspace.json",
|
|
5487
5487
|
"storm-workspace.json",
|
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.4.0_@microsoft+api-extractor@7.52.8_@types+node@
|
|
38
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@24.0.1__@swc+core@1.11.9_@swc+he_7b8a61ecf73b9cb272fb34724baab5c1/node_modules/tsup/assets/esm_shims.js
|
|
39
39
|
var init_esm_shims = __esm({
|
|
40
|
-
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@
|
|
40
|
+
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@24.0.1__@swc+core@1.11.9_@swc+he_7b8a61ecf73b9cb272fb34724baab5c1/node_modules/tsup/assets/esm_shims.js"() {
|
|
41
41
|
"use strict";
|
|
42
42
|
}
|
|
43
43
|
});
|
|
@@ -5351,13 +5351,13 @@ __name(normalizeString2, "normalizeString");
|
|
|
5351
5351
|
// ../path/src/get-workspace-root.ts
|
|
5352
5352
|
init_esm_shims();
|
|
5353
5353
|
|
|
5354
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
5354
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.2/node_modules/@storm-software/config-tools/dist/index.js
|
|
5355
5355
|
init_esm_shims();
|
|
5356
5356
|
|
|
5357
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
5357
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.2/node_modules/@storm-software/config-tools/dist/chunk-PTHGOJU6.js
|
|
5358
5358
|
init_esm_shims();
|
|
5359
5359
|
|
|
5360
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
5360
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.2/node_modules/@storm-software/config-tools/dist/chunk-6JBGUE4A.js
|
|
5361
5361
|
init_esm_shims();
|
|
5362
5362
|
import { existsSync as existsSync2 } from "node:fs";
|
|
5363
5363
|
import { join } from "node:path";
|
|
@@ -5379,7 +5379,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
|
5379
5379
|
}
|
|
5380
5380
|
__name(findFolderUp, "findFolderUp");
|
|
5381
5381
|
|
|
5382
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
5382
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.2/node_modules/@storm-software/config-tools/dist/chunk-7IMLZPZF.js
|
|
5383
5383
|
init_esm_shims();
|
|
5384
5384
|
var _DRIVE_LETTER_START_RE2 = /^[A-Za-z]:\//;
|
|
5385
5385
|
function normalizeWindowsPath3(input = "") {
|
|
@@ -5486,7 +5486,7 @@ var isAbsolute2 = /* @__PURE__ */ __name(function(p) {
|
|
|
5486
5486
|
return _IS_ABSOLUTE_RE2.test(p);
|
|
5487
5487
|
}, "isAbsolute");
|
|
5488
5488
|
|
|
5489
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
5489
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.2/node_modules/@storm-software/config-tools/dist/chunk-PTHGOJU6.js
|
|
5490
5490
|
var rootFiles = [
|
|
5491
5491
|
"storm-workspace.json",
|
|
5492
5492
|
"storm-workspace.json",
|
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.4.0_@microsoft+api-extractor@7.52.8_@types+node@
|
|
32
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@24.0.1__@swc+core@1.11.9_@swc+he_7b8a61ecf73b9cb272fb34724baab5c1/node_modules/tsup/assets/cjs_shims.js
|
|
33
33
|
var init_cjs_shims = __esm({
|
|
34
|
-
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@
|
|
34
|
+
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@24.0.1__@swc+core@1.11.9_@swc+he_7b8a61ecf73b9cb272fb34724baab5c1/node_modules/tsup/assets/cjs_shims.js"() {
|
|
35
35
|
"use strict";
|
|
36
36
|
}
|
|
37
37
|
});
|
|
@@ -5342,13 +5342,13 @@ __name(normalizeString2, "normalizeString");
|
|
|
5342
5342
|
// ../path/src/get-workspace-root.ts
|
|
5343
5343
|
init_cjs_shims();
|
|
5344
5344
|
|
|
5345
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
5345
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.2/node_modules/@storm-software/config-tools/dist/index.js
|
|
5346
5346
|
init_cjs_shims();
|
|
5347
5347
|
|
|
5348
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
5348
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.2/node_modules/@storm-software/config-tools/dist/chunk-PTHGOJU6.js
|
|
5349
5349
|
init_cjs_shims();
|
|
5350
5350
|
|
|
5351
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
5351
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.2/node_modules/@storm-software/config-tools/dist/chunk-6JBGUE4A.js
|
|
5352
5352
|
init_cjs_shims();
|
|
5353
5353
|
var import_node_fs3 = require("node:fs");
|
|
5354
5354
|
var import_node_path = require("node:path");
|
|
@@ -5370,7 +5370,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
|
5370
5370
|
}
|
|
5371
5371
|
__name(findFolderUp, "findFolderUp");
|
|
5372
5372
|
|
|
5373
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
5373
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.2/node_modules/@storm-software/config-tools/dist/chunk-7IMLZPZF.js
|
|
5374
5374
|
init_cjs_shims();
|
|
5375
5375
|
var _DRIVE_LETTER_START_RE2 = /^[A-Za-z]:\//;
|
|
5376
5376
|
function normalizeWindowsPath3(input = "") {
|
|
@@ -5477,7 +5477,7 @@ var isAbsolute2 = /* @__PURE__ */ __name(function(p) {
|
|
|
5477
5477
|
return _IS_ABSOLUTE_RE2.test(p);
|
|
5478
5478
|
}, "isAbsolute");
|
|
5479
5479
|
|
|
5480
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
5480
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.2/node_modules/@storm-software/config-tools/dist/chunk-PTHGOJU6.js
|
|
5481
5481
|
var rootFiles = [
|
|
5482
5482
|
"storm-workspace.json",
|
|
5483
5483
|
"storm-workspace.json",
|
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.4.0_@microsoft+api-extractor@7.52.8_@types+node@
|
|
37
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@24.0.1__@swc+core@1.11.9_@swc+he_7b8a61ecf73b9cb272fb34724baab5c1/node_modules/tsup/assets/esm_shims.js
|
|
38
38
|
var init_esm_shims = __esm({
|
|
39
|
-
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@
|
|
39
|
+
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@24.0.1__@swc+core@1.11.9_@swc+he_7b8a61ecf73b9cb272fb34724baab5c1/node_modules/tsup/assets/esm_shims.js"() {
|
|
40
40
|
"use strict";
|
|
41
41
|
}
|
|
42
42
|
});
|
|
@@ -5347,13 +5347,13 @@ __name(normalizeString2, "normalizeString");
|
|
|
5347
5347
|
// ../path/src/get-workspace-root.ts
|
|
5348
5348
|
init_esm_shims();
|
|
5349
5349
|
|
|
5350
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
5350
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.2/node_modules/@storm-software/config-tools/dist/index.js
|
|
5351
5351
|
init_esm_shims();
|
|
5352
5352
|
|
|
5353
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
5353
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.2/node_modules/@storm-software/config-tools/dist/chunk-PTHGOJU6.js
|
|
5354
5354
|
init_esm_shims();
|
|
5355
5355
|
|
|
5356
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
5356
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.2/node_modules/@storm-software/config-tools/dist/chunk-6JBGUE4A.js
|
|
5357
5357
|
init_esm_shims();
|
|
5358
5358
|
import { existsSync as existsSync2 } from "node:fs";
|
|
5359
5359
|
import { join } from "node:path";
|
|
@@ -5375,7 +5375,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
|
5375
5375
|
}
|
|
5376
5376
|
__name(findFolderUp, "findFolderUp");
|
|
5377
5377
|
|
|
5378
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
5378
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.2/node_modules/@storm-software/config-tools/dist/chunk-7IMLZPZF.js
|
|
5379
5379
|
init_esm_shims();
|
|
5380
5380
|
var _DRIVE_LETTER_START_RE2 = /^[A-Za-z]:\//;
|
|
5381
5381
|
function normalizeWindowsPath3(input = "") {
|
|
@@ -5482,7 +5482,7 @@ var isAbsolute2 = /* @__PURE__ */ __name(function(p) {
|
|
|
5482
5482
|
return _IS_ABSOLUTE_RE2.test(p);
|
|
5483
5483
|
}, "isAbsolute");
|
|
5484
5484
|
|
|
5485
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
5485
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.2/node_modules/@storm-software/config-tools/dist/chunk-PTHGOJU6.js
|
|
5486
5486
|
var rootFiles = [
|
|
5487
5487
|
"storm-workspace.json",
|
|
5488
5488
|
"storm-workspace.json",
|