Skip to content

Commit c85f066

Browse files
authored
Bump @clickhouse/datatype-parser to 0.1.2 in the rowbinary skill (#895)
## Summary Updates the `@clickhouse/datatype-parser` dependency in the `clickhouse-js-node-rowbinary-parser` skill from `^0.1.1` to `^0.1.2`, matching the current in-repo `packages/datatype-parser` version. - **`package.json`** — dependency range `^0.1.1` → `^0.1.2`. - **`package-lock.json`** — root requirement plus the `@clickhouse/datatype-parser` entry (`version`, `resolved`, `integrity`) updated to 0.1.2. Integrity derived from an `npm pack` of the in-repo workspace on Node 24 (matching the publish workflow), so it should match the registry publish. Note: `0.1.2` is not yet on npm — this is intended to land alongside the datatype-parser publish workflow run, consistent with the standalone-package release flow. The skill's CI exercises the parser via a locally-packed tarball (`npm install <tarball> --no-save`), which verifies against this checkout. ## Checklist - [ ] A human-readable description of the changes was provided to include in CHANGELOG Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent c2f3ae0 commit c85f066

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

skills/clickhouse-js-node-rowbinary-parser/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

skills/clickhouse-js-node-rowbinary-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"prepack": "cp ../../LICENSE . && npm run build"
6363
},
6464
"dependencies": {
65-
"@clickhouse/datatype-parser": "^0.1.1"
65+
"@clickhouse/datatype-parser": "^0.1.2"
6666
},
6767
"devDependencies": {
6868
"@types/node": "^26.0.0",

0 commit comments

Comments
 (0)