Skip to content

Commit 0394089

Browse files
zoo-github-actions-auth[bot]github-actions[bot]Irev-Dev
authored
Update api spec (#222)
* YOYO NEW API SPEC! * add small patch fix * update mass in test * Generated new lib * bump v --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Kurt Hutten Irev-Dev <[email protected]>
1 parent 868d2dd commit 0394089

File tree

5 files changed

+246
-65
lines changed

5 files changed

+246
-65
lines changed

__tests__/main.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('Testing create_file_mass', () => {
1515
if ('error_code' in response) throw 'error';
1616

1717
const { status, mass } = response;
18-
expect(mass).toBe(103.75396340798275);
18+
expect(mass).toBe(103.7539631347172);
1919
expect(status).toBe('completed');
2020
});
2121
it("shouldn't throw when using a client", async () => {
@@ -30,7 +30,7 @@ describe('Testing create_file_mass', () => {
3030
if ('error_code' in response) throw 'error';
3131

3232
const { status, mass } = response;
33-
expect(mass).toBe(103.75396340798275);
33+
expect(mass).toBe(103.7539631347172);
3434
expect(status).toBe('completed');
3535
});
3636
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kittycad/lib",
3-
"version": "0.0.55",
3+
"version": "0.0.56",
44
"description": "Javascript library for KittyCAD API",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)