@stablelib/int
Advanced tools
Comparing version
@@ -5,3 +5,3 @@ // Copyright (C) 2016 Dmitry Chestnykh | ||
import { describe, expect, it } from 'vitest'; | ||
import { mul, add, sub } from "./int"; | ||
import { mul, add, sub } from "./int.js"; | ||
@@ -8,0 +8,0 @@ describe("int.mul", () => { |
// Copyright (C) 2016 Dmitry Chestnykh | ||
// MIT License. See LICENSE file for details. | ||
import { describe, expect, it } from 'vitest'; | ||
import { mul, add, sub } from "./int"; | ||
import { mul, add, sub } from "./int.js"; | ||
describe("int.mul", () => { | ||
@@ -6,0 +6,0 @@ it("should overflow", () => { |
{ | ||
"name": "@stablelib/int", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Integer number utilities", | ||
@@ -21,3 +21,3 @@ "main": "./lib/int.js", | ||
}, | ||
"gitHead": "ecfe9109b3c05419fd3ffc16da6c8255b08ad64f" | ||
"gitHead": "99bee56f6af6211d037c35e3eef749f3c1e84502" | ||
} |
Sorry, the diff of this file is not supported yet
10787
0.06%