@tsed/cli-plugin-prisma 6.0.2 → 6.0.4
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 -4
- package/readme.md +4 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsed/cli-plugin-prisma",
|
|
3
3
|
"description": "Ts.ED CLI plugin. Add Prisma project initialisation support.",
|
|
4
|
-
"version": "6.0.
|
|
4
|
+
"version": "6.0.4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./lib/esm/index.js",
|
|
7
7
|
"source": "./src/index.ts",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"tslib": "2.7.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@tsed/cli": "6.0.
|
|
29
|
-
"@tsed/cli-core": "6.0.
|
|
30
|
-
"@tsed/typescript": "6.0.
|
|
28
|
+
"@tsed/cli": "6.0.4",
|
|
29
|
+
"@tsed/cli-core": "6.0.4",
|
|
30
|
+
"@tsed/typescript": "6.0.4",
|
|
31
31
|
"cross-env": "7.0.3",
|
|
32
32
|
"typescript": "5.6.2",
|
|
33
33
|
"vitest": "2.1.1"
|
package/readme.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# @tsed/cli-plugin-prisma
|
|
1
|
+
# @tsed/cli-plugin-prisma
|
|
2
2
|
|
|
3
3
|
<p style="text-align: center" align="center">
|
|
4
|
-
<a href="https://tsed.
|
|
4
|
+
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
7
|
[](https://github.com/tsedio/tsed-cli/actions?query=workflow%3A%22Build+%26+Release%22)
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
## Features
|
|
12
12
|
|
|
13
|
-
Please refer to the [documentation](https://cli.tsed.
|
|
13
|
+
Please refer to the [documentation](https://cli.tsed.dev/) for more details.
|
|
14
14
|
|
|
15
15
|
## Installation
|
|
16
16
|
|
|
@@ -30,18 +30,16 @@ See [Prisma CLI commands](https://github.com/typeorm/typeorm/blob/master/docs/us
|
|
|
30
30
|
|
|
31
31
|
## Contributors
|
|
32
32
|
|
|
33
|
-
Please read [contributing guidelines here](https://tsed.
|
|
33
|
+
Please read [contributing guidelines here](https://tsed.dev/CONTRIBUTING.html)
|
|
34
34
|
|
|
35
35
|
<a href="https://github.com/tsedio/ts-express-decorators/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>
|
|
36
36
|
|
|
37
|
-
|
|
38
37
|
## Backers
|
|
39
38
|
|
|
40
39
|
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/tsed#backer)]
|
|
41
40
|
|
|
42
41
|
<a href="https://opencollective.com/tsed#backers" target="_blank"><img src="https://opencollective.com/tsed/tiers/backer.svg?width=890"></a>
|
|
43
42
|
|
|
44
|
-
|
|
45
43
|
## Sponsors
|
|
46
44
|
|
|
47
45
|
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/tsed#sponsor)]
|