@fuel-ts/utils
Advanced tools
Comparing version 0.0.0-pr-3475-20241212204104 to 0.0.0-pr-3477-20241213154445
@@ -222,3 +222,3 @@ "use strict"; | ||
var import_math2 = require("@fuel-ts/math"); | ||
var setupTestMatchers = () => { | ||
var setupTestMatchers = (expect) => { | ||
expect.extend({ | ||
@@ -225,0 +225,0 @@ toEqualBn(received, expected) { |
import type { BN, BNInput } from '@fuel-ts/math'; | ||
import type { ExpectStatic as GlobalExpectStatic } from 'vitest'; | ||
interface Matchers<R = BN> { | ||
@@ -14,4 +15,4 @@ toEqualBn: (expected: BNInput) => R; | ||
} | ||
export declare const setupTestMatchers: () => void; | ||
export declare const setupTestMatchers: (expect: GlobalExpectStatic) => void; | ||
export {}; | ||
//# sourceMappingURL=vitest.matchers.d.ts.map |
{ | ||
"name": "@fuel-ts/utils", | ||
"version": "0.0.0-pr-3475-20241212204104", | ||
"version": "0.0.0-pr-3477-20241213154445", | ||
"description": "Utilities (and test utilities) collection", | ||
@@ -45,6 +45,6 @@ "author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)", | ||
"fflate": "^0.8.2", | ||
"@fuel-ts/errors": "0.0.0-pr-3475-20241212204104", | ||
"@fuel-ts/interfaces": "0.0.0-pr-3475-20241212204104", | ||
"@fuel-ts/math": "0.0.0-pr-3475-20241212204104", | ||
"@fuel-ts/versions": "0.0.0-pr-3475-20241212204104" | ||
"@fuel-ts/errors": "0.0.0-pr-3477-20241213154445", | ||
"@fuel-ts/interfaces": "0.0.0-pr-3477-20241213154445", | ||
"@fuel-ts/math": "0.0.0-pr-3477-20241213154445", | ||
"@fuel-ts/versions": "0.0.0-pr-3477-20241213154445" | ||
}, | ||
@@ -51,0 +51,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1343295
13494
+ Added@fuel-ts/errors@0.0.0-pr-3477-20241213154445(transitive)
+ Added@fuel-ts/interfaces@0.0.0-pr-3477-20241213154445(transitive)
+ Added@fuel-ts/math@0.0.0-pr-3477-20241213154445(transitive)
+ Added@fuel-ts/versions@0.0.0-pr-3477-20241213154445(transitive)
- Removed@fuel-ts/errors@0.0.0-pr-3475-20241212204104(transitive)
- Removed@fuel-ts/interfaces@0.0.0-pr-3475-20241212204104(transitive)
- Removed@fuel-ts/math@0.0.0-pr-3475-20241212204104(transitive)
- Removed@fuel-ts/versions@0.0.0-pr-3475-20241212204104(transitive)