Skip to content

Commit

Permalink
Merge pull request #244 from blocknative/release/1.9.7
Browse files Browse the repository at this point in the history
Release/1.9.7
  • Loading branch information
lnbc1QWFyb24 authored Dec 2, 2022
2 parents 692bdea + cc7b0de commit caf968c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bnc-notify",
"version": "1.9.6-0.0.2",
"version": "1.9.7",
"description": "Show web3 users realtime transaction notifications",
"keywords": [
"ethereum",
Expand Down Expand Up @@ -40,7 +40,7 @@
"eslint-plugin-prettier": "^3.1.3",
"prettier": "^2.0.5",
"rollup": "^2.3.4",
"rollup-plugin-svelte": "^5.0.3",
"rollup-plugin-svelte": "^6.1.1",
"svelte": "^3.12.1",
"svelte-check": "^1.0.0",
"svelte-i18n": "^1.1.2-beta",
Expand Down
3 changes: 3 additions & 0 deletions src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,11 @@ export interface AppStore {
version: string
dappId?: string
name?: string
system?: System
networkId?: number
apiUrl?: string
nodeSynced: boolean
transactionHandler?: TransactionHandler
onerror?: ErrorHandler
mobilePosition: 'bottom' | 'top'
desktopPosition: 'bottomLeft' | 'bottomRight' | 'topLeft' | 'topRight'
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3949,10 +3949,10 @@ rimraf@^3.0.2:
dependencies:
glob "^7.1.3"

rollup-plugin-svelte@^5.0.3:
version "5.2.3"
resolved "https://registry.yarnpkg.com/rollup-plugin-svelte/-/rollup-plugin-svelte-5.2.3.tgz#efdc15e3e3fdd9b9f1100fdc14a8532b4e587bc8"
integrity sha512-513vOht9A93OV7fvmpIq8mD1JFgTZ5LidmpULKM2Od9P1l8oI5KwvO32fwCnASuVJS1EkRfvCnS7vKQ8DF4srg==
rollup-plugin-svelte@^6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/rollup-plugin-svelte/-/rollup-plugin-svelte-6.1.1.tgz#66362cf0500fb7a848283ebcf19d289a60ef0871"
integrity sha512-ijnm0pH1ScrY4uxwaNXBpNVejVzpL2769hIEbAlnqNUWZrffLspu5/k9/l/Wsj3NrEHLQ6wCKGagVJonyfN7ow==
dependencies:
require-relative "^0.8.7"
rollup-pluginutils "^2.8.2"
Expand Down

0 comments on commit caf968c

Please sign in to comment.