Skip to content

Commit 484995f

Browse files
DZakhclaude
andauthored
Bump hypersync-client to 1.3.0 in publish template (#1063)
The publish template (package.json.tmpl) was missed when commit 9df1847 bumped @envio-dev/hypersync-client from 1.1.0 to 1.3.0. This caused the published envio package to ship code calling setLogLevel (added in 1.3.0) while depending on 1.1.0 which doesn't export it, resulting in: TypeError: HypersyncClient.setLogLevel is not a function https://claude.ai/code/session_015XiyqkwVymVPd2JUqEqyzQ Co-authored-by: Claude <noreply@anthropic.com>
1 parent db56dc1 commit 484995f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegenerator/cli/npm/envio/package.json.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@elastic/ecs-pino-format": "1.4.0",
35-
"@envio-dev/hypersync-client": "1.1.0",
35+
"@envio-dev/hypersync-client": "1.3.0",
3636
"@envio-dev/hyperfuel-client": "1.2.2",
3737
"bignumber.js": "9.1.2",
3838
"eventsource": "4.1.0",

0 commit comments

Comments
 (0)