Skip to content

Commit

Permalink
Merge branch 'dn-readme-fix' of github.com:KILTprotocol/kilt-extensio…
Browse files Browse the repository at this point in the history
…n-api into dn-readme-fix
  • Loading branch information
Dudleyneedham committed Feb 16, 2024
2 parents 21866b9 + d12e5e0 commit 7611b14
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
KILT Extension API is a JavaScript/TypeScript library that provides helper functions for interacting with KILT enabled extensions.
It facilitates seamless communication between your application and KILT extensions.

For more information about [KILT Extension APIs](https://docs.kilt.io/docs/develop/sdk/integrate/kilt-extension-api), please visit our official documentation.
The KILT Extension library documentation is currently under-development.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kiltprotocol/kilt-extension-api",
"version": "0.1.0",
"version": "0.1.0-alpha.3",
"main": "./index.js",
"types": "./index.d.ts",
"type": "commonjs",
Expand Down
8 changes: 7 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@
*/

export { getExtensions, watchExtensions, initializeKiltExtensionAPI } from './getExtension/index.js'
export { InjectedWindowProvider, IEncryptedMessageV1, PubSubSessionV1, PubSubSessionV2, ApiWindow } from './types'
export {
InjectedWindowProvider,
IEncryptedMessageV1,
PubSubSessionV1,
PubSubSessionV2,
ApiWindow,
} from './types/index.js'

0 comments on commit 7611b14

Please sign in to comment.