shogun-core 2.0.3 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/shogun-core.js +2 -2
- package/dist/browser/shogun-core.js.map +1 -1
- package/dist/core.js +2 -2
- package/dist/index.js +1 -1
- package/dist/types/core.d.ts +3 -3
- package/dist/types/gundb/db.d.ts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/dist/types/plugins/base.d.ts +2 -2
- package/dist/types/plugins/index.d.ts +1 -1
- package/dist/types/plugins/nostr/nostrConnectorPlugin.d.ts +1 -1
- package/dist/types/plugins/nostr/types.d.ts +2 -2
- package/dist/types/plugins/oauth/oauthPlugin.d.ts +1 -1
- package/dist/types/plugins/oauth/types.d.ts +2 -2
- package/dist/types/plugins/web3/types.d.ts +2 -2
- package/dist/types/plugins/web3/web3ConnectorPlugin.d.ts +1 -1
- package/dist/types/plugins/webauthn/types.d.ts +2 -2
- package/dist/types/plugins/webauthn/webauthnPlugin.d.ts +1 -1
- package/dist/types/utils/errorHandler.d.ts +1 -1
- package/package.json +1 -1
- /package/dist/{types → interfaces}/common.js +0 -0
- /package/dist/{types → interfaces}/events.js +0 -0
- /package/dist/{types → interfaces}/plugin.js +0 -0
- /package/dist/{types → interfaces}/shogun.js +0 -0
- /package/dist/types/{types → interfaces}/common.d.ts +0 -0
- /package/dist/types/{types → interfaces}/events.d.ts +0 -0
- /package/dist/types/{types → interfaces}/plugin.d.ts +0 -0
- /package/dist/types/{types → interfaces}/shogun.d.ts +0 -0
|
@@ -43289,7 +43289,7 @@ class EventEmitter {
|
|
|
43289
43289
|
}
|
|
43290
43290
|
}
|
|
43291
43291
|
|
|
43292
|
-
;// ./src/
|
|
43292
|
+
;// ./src/interfaces/events.ts
|
|
43293
43293
|
|
|
43294
43294
|
/**
|
|
43295
43295
|
* Extended EventEmitter class with typed events for Shogun
|
|
@@ -43719,7 +43719,7 @@ class ShogunStorage {
|
|
|
43719
43719
|
}
|
|
43720
43720
|
}
|
|
43721
43721
|
|
|
43722
|
-
;// ./src/
|
|
43722
|
+
;// ./src/interfaces/shogun.ts
|
|
43723
43723
|
/**
|
|
43724
43724
|
* Standard plugin categories in ShogunCore
|
|
43725
43725
|
*/
|