Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/eight-wasps-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@dpkit/all": minor
---

Renamed dpkit to @dpkit/all
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Project is a monorepo with the following packages:
- `@dpkit/table`: Table-related functionality
- `@dpkit/cli`: Command-line interface for running tasks
- `@dpkit/<name>`: Domain-specific functionality
- `dpkit`: All-in-one package that re-exports all functionality
- `@dpkit/all`: All-in-one package that re-exports all functionality

## Development Environment

Expand All @@ -27,8 +27,8 @@ Project is a monorepo with the following packages:

1. Clone the repository
```bash
git clone https://github.com/yourusername/dpkit.ts.git dpkit
cd dpkit
git clone https://github.com/yourusername/dpkit-typescript.ts.git dpkit-typescript
cd dpkit-typescript
```

2. Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion dpkit/CHANGELOG.md → all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dpkit
# @dpkit/all

## 0.8.0

Expand Down
2 changes: 1 addition & 1 deletion dpkit/README.md → all/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# dpkit
# @dpkit/all

dpkit 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 visit the [documentation portal](https://dpkit.datist.io).
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion dpkit/package.json → all/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "dpkit",
"name": "@dpkit/all",
"type": "module",
"version": "0.8.0",
"exports": "./build/index.js",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
36 changes: 0 additions & 36 deletions cli/CHANGELOG.md

This file was deleted.

3 changes: 0 additions & 3 deletions cli/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions cli/commander.d.ts

This file was deleted.

62 changes: 0 additions & 62 deletions cli/commands/dialect/errors.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions cli/commands/dialect/index.ts

This file was deleted.

34 changes: 0 additions & 34 deletions cli/commands/dialect/infer.tsx

This file was deleted.

52 changes: 0 additions & 52 deletions cli/commands/dialect/show.tsx

This file was deleted.

63 changes: 0 additions & 63 deletions cli/commands/dialect/validate.tsx

This file was deleted.

41 changes: 0 additions & 41 deletions cli/commands/file/copy.ts

This file was deleted.

Loading