Skip to content

Commit

Permalink
keyword additions (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-kadhe authored Mar 28, 2024
1 parent d7a4817 commit df432fd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# clickhouse-schema

## 1.0.2

### Patch Changes

- Update package json to add keywords

## 1.0.1

### Patch Changes
Expand Down
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"name": "clickhouse-schema",
"description": "Clickhouse-Schema is a TypeScript library that simplifies working with ClickHouse databases by allowing developers to effortlessly define table schemas in TypeScript. This approach not only ensures robust type safety but also significantly reduces development time by automating the generation of TypeScript types that mirror your ClickHouse schemas.",
"version": "1.0.1",
"version": "1.0.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand All @@ -23,6 +23,16 @@
"changeset": "changeset",
"changeset_version": "changeset version"
},
"keywords": [
"clickhouse-schema",
"clickhouse-type-safety",
"clickhouse-types",
"clickhouse-type-inference",
"infer-clickhouse-types",
"clickhouse-schema-type-inference",
"clickhouse-type-inference",
"type-safety"
],
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@types/jest": "^29.5.12",
Expand Down

1 comment on commit df432fd

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 186/186
🟢 Branches 100% 25/25
🟢 Functions 100% 77/77
🟢 Lines 100% 164/164

Test suite run success

24 tests passing in 2 suites.

Report generated by 🧪jest coverage report action from df432fd

Please sign in to comment.