Commit bdbb52b
authored
Version Packages (#458)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## [email protected]
### Minor Changes
-
[#429](#429)
[`1703535`](1703535)
Thanks [@bytesizedroll](https://github.com/bytesizedroll)! - Adding Jira
package
### Patch Changes
-
[#459](#459)
[`98c0ebc`](98c0ebc)
Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix:
preserve large integers in YAML to JSON conversion
Fixes TestSetDurablePipelineInputFromYAML_WithPathResolution by
preventing
large integers from being converted to scientific notation during JSON
marshaling, which causes issues when unmarshaling to big.Int.
**Problem:**
- YAML parsing converts large numbers like `2000000000000000000000` to
`float64(2e+21)`
- JSON marshaling converts `float64(2e+21)` to scientific notation
`"2e+21"`
- big.Int cannot unmarshal scientific notation, causing errors
---------
Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>1 parent 98c0ebc commit bdbb52b
File tree
4 files changed
+21
-20
lines changed- .changeset
4 files changed
+21
-20
lines changedThis file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
3 | 23 | | |
4 | 24 | | |
5 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments