Skip to content

Commit

Permalink
rename clientPkey file
Browse files Browse the repository at this point in the history
  • Loading branch information
mj3cheun committed Mar 15, 2024
1 parent 2e51e94 commit cba9916
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion projects/js-upload-api/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";
export { Client } from "./Client.js";
export { ClientPKey } from "./ClientPkey.js";
export { ClientPKey } from "./ClientPKey.js";
export { ClientType } from "./types.js";
export { FileType, File, EdgeFile, NodeFile } from "./File.js";
export { Dataset } from "./Dataset.js";
Expand Down
2 changes: 1 addition & 1 deletion projects/js-upload-api/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Client } from "./Client.js";
import { ClientPKey } from "./ClientPkey.js";
import { ClientPKey } from "./ClientPKey.js";

/**
* @internal
Expand Down

0 comments on commit cba9916

Please sign in to comment.