@stryke/prisma-trpc-generator 0.13.25 â 0.13.34
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 +18 -10
- package/dist/generator.cjs +1 -4205
- package/dist/generator.d.cts +1 -0
- package/dist/{generator.d.ts â generator.d.mts} +1 -0
- package/dist/generator.mjs +2 -0
- package/dist/index.cjs +63 -4149
- package/dist/index.d.cts +1 -2
- package/dist/index.d.mts +1 -0
- package/dist/index.mjs +117 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +13 -41
- package/dist/generator.js +0 -4211
- package/dist/index.d.ts +0 -2
- package/dist/index.js +0 -4207
package/README.md
CHANGED
|
@@ -3,7 +3,13 @@
|
|
|
3
3
|
<!-- markdownlint-disable -->
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
<div align="center"
|
|
6
|
+
<div align="center">
|
|
7
|
+
<picture>
|
|
8
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x640-dark-optimized.gif">
|
|
9
|
+
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x640-light-optimized.gif">
|
|
10
|
+
<img src="https://public.storm-cdn.com/storm-software/banner-1280x640-dark-optimized.gif" width="100%" alt="Storm Software" />
|
|
11
|
+
</picture>
|
|
12
|
+
</div>
|
|
7
13
|
<br />
|
|
8
14
|
|
|
9
15
|
<div align="center">
|
|
@@ -16,13 +22,13 @@
|
|
|
16
22
|
</div>
|
|
17
23
|
|
|
18
24
|
<br />
|
|
19
|
-
This package is part of Storm Software's
|
|
25
|
+
This package is part of Storm Software's **đĨ Stryke** monorepo. Stryke packages TypeScript utility packages with shared functionality common to many Storm Software applications.
|
|
20
26
|
|
|
21
27
|
<br />
|
|
22
28
|
|
|
23
29
|
<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
30
|
|
|
25
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
26
32
|
|
|
27
33
|
> [!IMPORTANT] Important
|
|
28
34
|
> 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.
|
|
@@ -47,7 +53,6 @@ for the great work.
|
|
|
47
53
|
|
|
48
54
|
<!-- START doctoc -->
|
|
49
55
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
50
|
-
|
|
51
56
|
## Table of Contents
|
|
52
57
|
|
|
53
58
|
- [Installing](#installing)
|
|
@@ -94,10 +99,10 @@ yarn add -D @stryke/prisma-trpc-generator
|
|
|
94
99
|
|
|
95
100
|
## Reduced Package Size
|
|
96
101
|
|
|
97
|
-
This project uses [
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
102
|
+
This project uses [tsdown](https://tsdown.dev) to package the source code due to
|
|
103
|
+
its ability to remove unused code and ship smaller javascript files thanks to
|
|
104
|
+
code splitting. This helps to greatly reduce the size of the package and to make
|
|
105
|
+
it easier to use in other projects.
|
|
101
106
|
|
|
102
107
|
## Development
|
|
103
108
|
|
|
@@ -240,10 +245,13 @@ specification. Contributions of any kind welcome!
|
|
|
240
245
|
<br />
|
|
241
246
|
|
|
242
247
|
<hr />
|
|
243
|
-
<br />
|
|
244
248
|
|
|
245
249
|
<div align="center">
|
|
246
|
-
<
|
|
250
|
+
<picture>
|
|
251
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark-optimized.webp">
|
|
252
|
+
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light-optimized.webp">
|
|
253
|
+
<img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark-optimized.webp" width="100%" alt="Storm Software" />
|
|
254
|
+
</picture>
|
|
247
255
|
</div>
|
|
248
256
|
<br />
|
|
249
257
|
|