qail-wasm 0.13.0 → 0.14.0

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
@@ -14,6 +14,9 @@ WebAssembly bindings for QAIL - the AST-native query language.
14
14
 
15
15
  ## Installation
16
16
 
17
+ > [!CAUTION]
18
+ > **Alpha Software**: QAIL is currently in **alpha**. While we strive for stability, the API is evolving to ensure it remains ergonomic and truly AST-native. **Do not use in production environments yet.**
19
+
17
20
  ```bash
18
21
  npm install qail-wasm
19
22
  ```
@@ -65,6 +68,3 @@ MIT © 2025 QAIL Contributors
65
68
  ## 🤝 Contributing & Support
66
69
 
67
70
  We welcome issue reports on GitHub! Please provide detailed descriptions to help us reproduce and fix the problem. We aim to address critical issues within 1-5 business days.
68
-
69
- > [!CAUTION]
70
- > **Alpha Software**: QAIL is currently in **alpha**. While we strive for stability, the API is evolving to ensure it remains ergonomic and truly AST-native. **Do not use in production environments yet.**
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "qail-wasm",
3
3
  "type": "module",
4
4
  "description": "QAIL parser and transpiler for JavaScript/TypeScript via WebAssembly",
5
- "version": "0.13.0",
5
+ "version": "0.14.0",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
package/qail_wasm_bg.wasm CHANGED
Binary file