Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add @stdlib/number-float64-base-normalize dependency #986

Merged
merged 1 commit into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"prepack": "yarn prebuild"
},
"dependencies": {
"@segment/tsub": "^2",
"@segment/tsub": "2.0.0",
"@stdlib/number-float64-base-normalize": "0.0.8",
"deepmerge": "^4.3.1",
"js-base64": "^3.7.5",
"uuid": "^9.0.1"
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3620,7 +3620,8 @@ __metadata:
resolution: "@segment/analytics-react-native@workspace:packages/core"
dependencies:
"@segment/sovran-react-native": "npm:^1.1.0"
"@segment/tsub": "npm:^2"
"@segment/tsub": "npm:2.0.0"
"@stdlib/number-float64-base-normalize": "npm:0.0.8"
"@types/uuid": "npm:^9.0.7"
deepmerge: "npm:^4.3.1"
jest: "npm:^29.7.0"
Expand Down Expand Up @@ -3675,7 +3676,7 @@ __metadata:
languageName: unknown
linkType: soft

"@segment/tsub@npm:^2":
"@segment/tsub@npm:2.0.0, @segment/tsub@npm:^2":
version: 2.0.0
resolution: "@segment/tsub@npm:2.0.0"
dependencies:
Expand Down Expand Up @@ -4754,6 +4755,21 @@ __metadata:
languageName: node
linkType: hard

"@stdlib/number-float64-base-normalize@npm:0.0.8":
version: 0.0.8
resolution: "@stdlib/number-float64-base-normalize@npm:0.0.8"
dependencies:
"@stdlib/constants-float64-smallest-normal": "npm:^0.0.x"
"@stdlib/math-base-assert-is-infinite": "npm:^0.0.x"
"@stdlib/math-base-assert-is-nan": "npm:^0.0.x"
"@stdlib/math-base-special-abs": "npm:^0.0.x"
"@stdlib/types": "npm:^0.0.x"
"@stdlib/utils-define-nonenumerable-read-only-property": "npm:^0.0.x"
checksum: 10c0/8b0f4d9d4cb7ca66636d22799ebb157a7b682374f1595f1c9124bf432d628a34984fd98ab9d73224b52e6d64584f4d33589adf4dbd50c839cc4a9920536bc7a6
conditions: (os=aix | os=darwin | os=freebsd | os=linux | os=macos | os=openbsd | os=sunos | os=win32 | os=windows)
languageName: node
linkType: hard

"@stdlib/number-float64-base-normalize@npm:^0.0.x":
version: 0.0.9
resolution: "@stdlib/number-float64-base-normalize@npm:0.0.9"
Expand Down
Loading