Skip to content

Commit

Permalink
🔥 Remove lots of stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 committed Dec 3, 2024
1 parent 3336c1a commit 2bf6147
Show file tree
Hide file tree
Showing 91 changed files with 2 additions and 8,927 deletions.
1 change: 0 additions & 1 deletion packages/blob/src/consts.ts

This file was deleted.

46 changes: 0 additions & 46 deletions packages/blob/src/error.ts

This file was deleted.

26 changes: 2 additions & 24 deletions packages/blob/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,24 +1,2 @@
export * from "./lib";
// Typescript 5 will add 'export type *'
export type {
AccessToken,
AccessTokenRole,
AuthType,
Credentials,
PipelineType,
RepoDesignation,
RepoFullName,
RepoId,
RepoType,
SpaceHardwareFlavor,
SpaceResourceConfig,
SpaceResourceRequirement,
SpaceRuntime,
SpaceSdk,
SpaceStage,
} from "./types/public";
export { HubApiError, InvalidApiResponseFormatError } from "./error";
/**
* Only exported for E2Es convenience
*/
export { sha256 as __internal_sha256 } from "./utils/sha256";
export * from "./utils/createBlob";
export * from "./utils/WebBlob";
137 changes: 0 additions & 137 deletions packages/blob/src/lib/cache-management.spec.ts

This file was deleted.

Loading

0 comments on commit 2bf6147

Please sign in to comment.