@atomicfinance/types 3.2.5 → 3.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-test.log +1 -1
- package/CHANGELOG.md +12 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@atomicfinance/types:build: cache hit, replaying output [
|
|
1
|
+
@atomicfinance/types:build: cache hit, replaying output [2m903ea9c0d652a133[0m
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@atomicfinance/types:test: cache hit, replaying output [
|
|
1
|
+
@atomicfinance/types:test: cache hit, replaying output [2m443e642b0b864823[0m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atomicfinance/types
|
|
2
2
|
|
|
3
|
+
## 3.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7f6f4a8: Fix rounding error with find payout
|
|
8
|
+
|
|
9
|
+
## 3.3.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 4a512ee: Fix find outcome index for hyperbola payout curve edge case
|
|
14
|
+
|
|
3
15
|
## 3.2.5
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|