webext-messenger 0.9.1 → 0.9.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "webext-messenger",
|
3
|
-
"version": "0.9.
|
3
|
+
"version": "0.9.2",
|
4
4
|
"description": "Browser Extension component messaging framework",
|
5
5
|
"keywords": [],
|
6
6
|
"repository": "pixiebrix/extension-messaging",
|
@@ -8,7 +8,7 @@
|
|
8
8
|
"author": "Federico Brigante for PixieBrix <federico@pixiebrix.com> (https://www.pixiebrix.com)",
|
9
9
|
"type": "module",
|
10
10
|
"exports": "./distribution/index.js",
|
11
|
-
"types": "distribution/index.
|
11
|
+
"types": "distribution/index.d.ts",
|
12
12
|
"files": [
|
13
13
|
"distribution/index.js",
|
14
14
|
"distribution/index.d.ts"
|