frictionless-ts 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
- # @frictionless-ts
1
+ # frictionless-ts
2
2
 
3
3
  frictionless-ts is a fast TypeScript data management framework built on top of the Data Package standard and Polars DataFrames. It supports various formats like CSV, JSON, and Parquet and integrates with data platforms such as CKAN, Zenodo, and GitHub. For more information, please read the [project's documentation](https://frictionlessdata.github.io/frictionless-ts/).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "frictionless-ts",
3
3
  "type": "module",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "exports": "./build/index.js",
6
6
  "sideEffects": false,
7
7
  "files": [
@@ -26,11 +26,11 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "p-all": "^5.0.1",
29
- "@frictionless-ts/dataset": "1.0.1",
30
- "@frictionless-ts/database": "1.0.1",
31
- "@frictionless-ts/document": "1.0.1",
32
- "@frictionless-ts/table": "1.0.1",
33
- "@frictionless-ts/metadata": "1.0.1"
29
+ "@frictionless-ts/dataset": "1.0.2",
30
+ "@frictionless-ts/metadata": "1.0.2",
31
+ "@frictionless-ts/document": "1.0.2",
32
+ "@frictionless-ts/table": "1.0.2",
33
+ "@frictionless-ts/database": "1.0.2"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "tsc"