Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
kyxyes committed Feb 28, 2023
1 parent 3154679 commit bda9a69
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions docs/oidc-client-ts.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1121,9 +1121,6 @@ export type UserSignedOutCallback = () => Promise<void> | void;
// @public (undocumented)
export type UserUnloadedCallback = () => Promise<void> | void;

// @public (undocumented)
export const Version: string;

// @public (undocumented)
export class WebStorageStateStore implements StateStore {
constructor({ prefix, store, }?: {
Expand Down
7 changes: 0 additions & 7 deletions src/Version.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ export type {
} from "./UserManagerEvents";
export { UserManagerSettingsStore } from "./UserManagerSettings";
export type { UserManagerSettings } from "./UserManagerSettings";
export { Version } from "./Version";
export { WebStorageStateStore } from "./WebStorageStateStore";
export { DpopKeypair } from "./TokenClient";

0 comments on commit bda9a69

Please sign in to comment.