@hamelin.sh/compiler 0.3.7 → 0.3.9

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/dist/main.d.ts CHANGED
@@ -130,7 +130,7 @@ declare class CatalogProvider {
130
130
  }
131
131
 
132
132
  /**
133
- * WASM-facing wrapper around `hamelin_lib::Compiler`.
133
+ * WASM-facing wrapper around `hamelin::Compiler`.
134
134
  */
135
135
  declare class Compiler {
136
136
  free(): void;