@prisma/prisma-schema-wasm 6.20.0-1.integration-oidc-truster-publishers-e28d8c7807dc95db08a9a866250934b3aac2c89b → 6.20.0-10.push-yvzvyvzrxskp-abd3f0899446021ab1539e9eaaf6632b3debd417
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 +2 -2
- package/package.json +2 -2
- package/src/prisma_schema_build_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://packagephobia.com/result?p=@prisma/prisma-schema-wasm)
|
|
6
6
|
|
|
7
7
|
This directory only contains build logic to package the `prisma-fmt` engine
|
|
8
|
-
into a Node package as a
|
|
8
|
+
into a Node package as a Wasm module. All the functionality is implemented in
|
|
9
9
|
other parts of prisma-engines.
|
|
10
10
|
|
|
11
11
|
The published NPM package is internal to Prisma. Its API will break without prior warning.
|
|
@@ -48,4 +48,4 @@ cargo install -f wasm-bindgen-cli@version
|
|
|
48
48
|
This script has the following expectations:
|
|
49
49
|
- `language-tools` is in the same dir as `prisma-engines`
|
|
50
50
|
- i.e. `dir/{prisma-engines,language-tools}`
|
|
51
|
-
- it's run in the `prisma-engines` root folder
|
|
51
|
+
- it's run in the `prisma-engines` root folder
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/prisma-schema-wasm",
|
|
3
|
-
"version": "6.20.0-
|
|
4
|
-
"description": "The
|
|
3
|
+
"version": "6.20.0-10.push-yvzvyvzrxskp-abd3f0899446021ab1539e9eaaf6632b3debd417",
|
|
4
|
+
"description": "The Wasm package for prisma-fmt",
|
|
5
5
|
"main": "src/prisma_schema_build.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
Binary file
|