webext-messenger 0.19.0 → 0.19.1

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 (1) hide show
  1. package/package.json +20 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webext-messenger",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "description": "Browser Extension component messaging framework",
5
5
  "keywords": [],
6
6
  "repository": "pixiebrix/webext-messenger",
@@ -78,7 +78,8 @@
78
78
  "overrides": [
79
79
  {
80
80
  "files": [
81
- "*.test.ts"
81
+ "*.test.ts",
82
+ "testingApi.ts"
82
83
  ],
83
84
  "rules": {
84
85
  "@typescript-eslint/no-explicit-any": "off",
@@ -97,36 +98,36 @@
97
98
  ]
98
99
  },
99
100
  "dependencies": {
100
- "p-retry": "^5.1.0",
101
+ "p-retry": "^5.1.1",
101
102
  "serialize-error": "^11.0.0",
102
- "type-fest": "^2.12.1",
103
+ "type-fest": "^2.13.0",
103
104
  "webext-detect-page": "^4.0.1",
104
105
  "webext-tools": "^1.1.0"
105
106
  },
106
107
  "devDependencies": {
107
- "@parcel/config-webextension": "^2.4.0",
108
- "@sindresorhus/tsconfig": "^2.0.0",
109
- "@types/chrome": "^0.0.180",
108
+ "@parcel/config-webextension": "^2.6.0",
109
+ "@sindresorhus/tsconfig": "^3.0.1",
110
+ "@types/chrome": "^0.0.188",
110
111
  "@types/tape": "^4.13.2",
111
- "@types/webextension-polyfill": "^0.8.3",
112
- "@typescript-eslint/eslint-plugin": "^5.17.0",
113
- "@typescript-eslint/parser": "^5.17.0",
112
+ "@types/webextension-polyfill": "^0.9.0",
113
+ "@typescript-eslint/eslint-plugin": "^5.27.0",
114
+ "@typescript-eslint/parser": "^5.27.0",
114
115
  "buffer": "^6.0.3",
115
- "eslint": "^8.12.0",
116
+ "eslint": "^8.17.0",
116
117
  "eslint-config-prettier": "^8.5.0",
117
- "eslint-config-xo": "^0.40.0",
118
- "eslint-config-xo-typescript": "^0.50.0",
119
- "eslint-plugin-import": "^2.25.4",
120
- "eslint-plugin-unicorn": "^41.0.1",
118
+ "eslint-config-xo": "^0.41.0",
119
+ "eslint-config-xo-typescript": "^0.51.1",
120
+ "eslint-plugin-import": "^2.26.0",
121
+ "eslint-plugin-unicorn": "^42.0.0",
121
122
  "events": "^3.3.0",
122
123
  "npm-run-all": "^4.1.5",
123
- "parcel": "^2.4.0",
124
+ "parcel": "^2.6.0",
124
125
  "path-browserify": "^1.0.1",
125
126
  "process": "^0.11.10",
126
127
  "stream-browserify": "^3.0.0",
127
- "tape": "^5.5.2",
128
- "typescript": "^4.6.3",
129
- "webext-content-scripts": "^1.0.1",
128
+ "tape": "^5.5.3",
129
+ "typescript": "^4.7.3",
130
+ "webext-content-scripts": "^1.0.2",
130
131
  "webextension-polyfill": "^0.9.0"
131
132
  },
132
133
  "alias": {