@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 CHANGED
@@ -5,7 +5,7 @@
5
5
  [![install size](https://packagephobia.com/badge?p=@prisma/prisma-schema-wasm)](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 WASM module. All the functionality is implemented in
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-1.integration-oidc-truster-publishers-e28d8c7807dc95db08a9a866250934b3aac2c89b",
4
- "description": "The WASM package for prisma-fmt",
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