@pkgverse/prismock 2.0.1-beta.7 → 2.0.1-beta.8
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# prismock
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@pkgverse/prismock)
|
|
4
|
-
[](https://www.npmjs.com/package/prismock)
|
|
4
|
+
[](https://www.npmjs.com/package/@pkgverse/prismock)
|
|
5
5
|
|
|
6
6
|
## NOTE
|
|
7
7
|
Originally forked from https://github.com/morintd/prismock. This library is awesome, and I felt it could use some modernization to work with newer versions of prisma and add support for
|