@aws/cloudformation-validate 1.0.0-beta → 1.1.0-beta

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
@@ -1,6 +1,7 @@
1
1
  # bindings-wasm
2
2
 
3
- WASM bindings for [`cloudformation-validate`](../../README.md). Compiles the full validation pipeline —
3
+ WASM bindings for [`cloudformation-validate`](https://github.com/aws-cloudformation/cloudformation-validate). Compiles
4
+ the full validation pipeline —
4
5
  template parser, schema validator, Rego engine, and CEL engine — into a single `.wasm` module for Node.js.
5
6
 
6
7
  All WASM objects must be explicitly freed via `.free()` to release memory.