@prisma/prisma-schema-wasm 6.20.0-7.next-58b6febe9f56531067bad6b814c538707dc7fda2 → 6.20.0-9.next-bb196f7af8269b5150a3852ad0677f8cd2a807dd

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
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-7.next-58b6febe9f56531067bad6b814c538707dc7fda2",
4
- "description": "The WASM package for prisma-fmt",
3
+ "version": "6.20.0-9.next-bb196f7af8269b5150a3852ad0677f8cd2a807dd",
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"