@apollo/query-planner-wasm
Advanced tools
Comparing version 0.0.10 to 0.1.0-alpha.0
@@ -6,5 +6,4 @@ # Apollo WASM Query Planner | ||
```shell script | ||
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh | ||
cd query-planner-wasm | ||
wasm-pack build -t nodejs --scope apollo | ||
npx wasm-pack build -t nodejs --scope apollo | ||
``` | ||
@@ -14,3 +13,3 @@ | ||
```shell script | ||
wasm-pack test --node | ||
npx wasm-pack test --node | ||
``` |
{ | ||
"name": "@apollo/query-planner-wasm", | ||
"version": "0.0.10", | ||
"version": "0.1.0-alpha.0", | ||
"description": "Bridge code written in Rust to Javascript/Typescript, to be internally used by Apollo Gateway. This package is not meant to be independently consumed.", | ||
@@ -34,3 +34,3 @@ "scripts": { | ||
"types": "dist/index.d.ts", | ||
"gitHead": "35ec7b0ad28a383d39a42de1f75158f2f017d80f" | ||
"gitHead": "d91a83480f025b7766dab6e0925967a4c444b45d" | ||
} |
@@ -6,5 +6,4 @@ # Apollo WASM Query Planner | ||
```shell script | ||
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh | ||
cd query-planner-wasm | ||
wasm-pack build -t nodejs --scope apollo | ||
npx wasm-pack build -t nodejs --scope apollo | ||
``` | ||
@@ -14,3 +13,3 @@ | ||
```shell script | ||
wasm-pack test --node | ||
npx wasm-pack test --node | ||
``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
732764
0
14