@dword-design/base-config-web-extension 4.0.2 → 4.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -96,8 +96,8 @@ export default defineBaseConfig(function () {
96
96
  import { defineWebExtConfig } from 'wxt';
97
97
 
98
98
  export default defineWebExtConfig({
99
- keepProfileChanges: true,
100
99
  chromiumProfile: 'userdata', // chromiumArgs: ['--user-data-dir=userdata'] doesn't keep sessions across dev restarts
100
+ keepProfileChanges: true,
101
101
  });\n
102
102
  `
103
103
  })]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base-config-web-extension",
3
- "version": "4.0.2",
3
+ "version": "4.0.4",
4
4
  "repository": "dword-design/base-config-web-extension",
5
5
  "funding": "https://github.com/sponsors/dword-design",
6
6
  "license": "MIT",
@@ -57,7 +57,7 @@
57
57
  "get-port": "^7.1.0"
58
58
  },
59
59
  "peerDependencies": {
60
- "depcheck": "*"
60
+ "@dword-design/depcheck": "*"
61
61
  },
62
62
  "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
63
63
  "engines": {