@nshiab/simple-data-analysis-core 0.0.17 → 0.0.19

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/esm/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @module
3
3
  *
4
- * The Simple Data Analysis Library
4
+ * The Simple Data Analysis (Core) Library
5
5
  *
6
6
  * To install the library with Deno, use:
7
7
  * ```bash
package/esm/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @module
3
3
  *
4
- * The Simple Data Analysis Library
4
+ * The Simple Data Analysis (Core) Library
5
5
  *
6
6
  * To install the library with Deno, use:
7
7
  * ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nshiab/simple-data-analysis-core",
3
- "version": "0.0.17",
3
+ "version": "0.0.19",
4
4
  "description": "The core functionalities of the simple-data-analysis library, with only one dependency: DuckDB.",
5
5
  "repository": {
6
6
  "type": "git",
package/script/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @module
3
3
  *
4
- * The Simple Data Analysis Library
4
+ * The Simple Data Analysis (Core) Library
5
5
  *
6
6
  * To install the library with Deno, use:
7
7
  * ```bash
package/script/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @module
4
4
  *
5
- * The Simple Data Analysis Library
5
+ * The Simple Data Analysis (Core) Library
6
6
  *
7
7
  * To install the library with Deno, use:
8
8
  * ```bash