Commit 484995f
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments