Commit c85f066
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
Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments