Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Jan 2, 2024
1 parent 6f9b769 commit d45cb5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/example/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from 'cypress'

export default defineConfig({
e2e: {
setupNodeEvents(on, config) {
setupNodeEvents() {
// implement node event listeners here
}
}
Expand Down
3 changes: 1 addition & 2 deletions packages/plugin/dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ declare global {
/**
* Initialized the Polkadot extension. If an origin is passed there is no need to authorize the first connection for Dapps of this origin
* @param {InjectedAccount[]} accounts - Accounts to load into the extension.
* @param {string | undefined} origin - Dapp name to automatically share accounts without needing to authorize
* @param {string} origin - Dapp name to allow the accounts for automatically
* @param {string | undefined} origin - Dapp name to automatically share accounts with, without needing to authorize
* @example cy.initExtension([{ address: '7NPoMQbiA6trJKkjB35uk96MeJD4PGWkLQLH7k7hXEkZpiba', name: 'Alice', type: 'sr25519'}], 'Multix')
*/
initExtension: (accounts: InjectedAccountWitMnemonic[], origin?: string) => Chainable<AUTWindow>;
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

0 comments on commit d45cb5f

Please sign in to comment.