Skip to content

Commit 0a3d3e7

Browse files
authored
bump: update to Kth 0.74.0 and version 2.10.0 (#18)
1 parent 0231ae7 commit 0a3d3e7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knuth/js-wasm",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"publishConfig": {
55
"access": "public"
66
},

src/kth.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/kth.wasm

-5.39 KB
Binary file not shown.

tests/Kth.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ describe('Kth', () => {
4646
expect(config.typeSizesPointer).toEqual(4);
4747

4848
// Library and Version Information
49-
expect(config.cppapiVersion).toEqual('0.73.0');
50-
expect(config.capiVersion).toEqual('0.73.0'); // C-API version
51-
expect(config.wasmLibraryVersion).toEqual('2.9.0');
49+
expect(config.cppapiVersion).toEqual('0.74.0');
50+
expect(config.capiVersion).toEqual('0.74.0'); // C-API version
51+
expect(config.wasmLibraryVersion).toEqual('2.10.0');
5252

5353
// Specific Platform Information
5454
expect(config.microarchitectureId).toEqual('');

0 commit comments

Comments
 (0)