Skip to content

Commit

Permalink
(fix): RecordsClient doesn't depend on root index (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored Jul 13, 2024
1 parent d300a6b commit 01e44f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/api",
"version": "1.9.2",
"version": "1.9.3",
"private": false,
"repository": "https://github.com/FlatFilers/flatfile-node",
"main": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/wrapper/RecordsClient.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pako from "pako";
import urlJoin from "url-join";
import { Flatfile } from "..";
import * as Flatfile from "../api/index";
import { Records as FernRecords } from "../api/resources/records/client/Client";
import * as core from "../core";
import * as environments from "../environments";
Expand Down

0 comments on commit 01e44f5

Please sign in to comment.