Skip to content

Commit

Permalink
chore: recreate yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
iosh committed Aug 15, 2024
1 parent 61b2757 commit b1b9c26
Show file tree
Hide file tree
Showing 3 changed files with 4,110 additions and 4,706 deletions.
8 changes: 2 additions & 6 deletions packages/service-worker/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
// // # imports
import {
IS_PROD_MODE,
IS_TEST_MODE,
isManifestV3,
} from '@fluent-wallet/inner-utils'
import {IS_PROD_MODE, IS_TEST_MODE} from '@fluent-wallet/inner-utils'
import {EXT_STORAGE} from '@fluent-wallet/consts'

import {isManifestV3} from './env'
import {defRpcEngine} from '@fluent-wallet/rpc-engine'
import {persist as persistToExtStorageHandler} from '../background/src/persist-db-to-ext-storage'
import {
Expand Down
2 changes: 1 addition & 1 deletion scripts/webpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const defaultConfig = {
'process.env.SENTRY_DSN': JSON.stringify(
process.env.SNOWPACK_PUBLIC_SENTRY_DSN || '',
),
'process.env.PACKAGE_VERSION': packageJson.version,
'process.env.PACKAGE_VERSION': JSON.stringify(packageJson.version),
},
}),
// Plugin to not generate js bundle for manifest entry
Expand Down
Loading

0 comments on commit b1b9c26

Please sign in to comment.