@hpcc-js/wasm-duckdb 1.18.2 → 1.18.4
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 +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -641,7 +641,7 @@ This package includes full TypeScript type definitions for type-safe development
|
|
|
641
641
|
|
|
642
642
|
## Reference
|
|
643
643
|
|
|
644
|
-
* [API Documentation](https://hpcc-systems.github.io/hpcc-js-wasm/duckdb/src/duckdb/classes/DuckDB.html)
|
|
644
|
+
* [API Documentation](https://hpcc-systems.github.io/hpcc-js-wasm/docs/duckdb/src/duckdb/classes/DuckDB.html)
|
|
645
645
|
* [DuckDB Documentation](https://duckdb.org/docs/)
|
|
646
646
|
* [DuckDB WASM](https://github.com/duckdb/duckdb-wasm)
|
|
647
647
|
|