Skip to content

Commit 0070e40

Browse files
authored
Merge branch '1.x-dev' into allow_to_use_dasherized_keys
2 parents b16f3ef + 54f6612 commit 0070e40

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+1205
-133
lines changed

lib-esm/associations.js

Lines changed: 17 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib-esm/associations.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib-esm/attribute.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib-esm/attribute.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib-esm/local-storage.d.ts renamed to lib-esm/credential-storage.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export declare class NullStorageBackend implements StorageBackend {
88
setItem(key: string, value: string | undefined): void;
99
removeItem(key: string): void;
1010
}
11-
export declare class LocalStorage {
11+
export declare class CredentialStorage {
1212
private _jwtKey;
1313
private _backend;
1414
constructor(jwtKey: string | false, backend?: StorageBackend);

lib-esm/local-storage.js renamed to lib-esm/credential-storage.js

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)