Skip to content

Commit 607ffef

Browse files
Stainless Botstainless-app[bot]
authored andcommitted
chore: rebuild project due to codegen change (#65)
1 parent cd78b7e commit 607ffef

File tree

3 files changed

+611
-802
lines changed

3 files changed

+611
-802
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"jest": "^29.4.0",
5252
"prettier": "^3.0.0",
5353
"ts-jest": "^29.1.0",
54-
"ts-morph": "^19.0.0",
5554
"ts-node": "^10.5.0",
5655
"tsc-multi": "^1.1.0",
5756
"tsconfig-paths": "^4.0.0",

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export declare namespace Openlayer {
211211
export { Storage as Storage };
212212
}
213213

214-
export { toFile, fileFromPath } from 'openlayer/uploads';
214+
export { toFile, fileFromPath } from './uploads';
215215
export {
216216
OpenlayerError,
217217
APIError,
@@ -226,6 +226,6 @@ export {
226226
InternalServerError,
227227
PermissionDeniedError,
228228
UnprocessableEntityError,
229-
} from 'openlayer/error';
229+
} from './error';
230230

231231
export default Openlayer;

0 commit comments

Comments
 (0)