@metamask-previews/messenger 2.0.0-preview-2b93102 → 2.0.0-preview-48f22dbe8
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.
- package/package.json +6 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/messenger",
|
|
3
|
-
"version": "2.0.0-preview-
|
|
3
|
+
"version": "2.0.0-preview-48f22dbe8",
|
|
4
4
|
"description": "A type-safe message bus library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -48,10 +48,12 @@
|
|
|
48
48
|
"lint:tsconfigs:fix": "tsx ../../scripts/lint-tsconfigs/lint-tsconfigs.mts --fix",
|
|
49
49
|
"since-latest-release": "../../scripts/since-latest-release.sh",
|
|
50
50
|
"test": "yarn test:unit && yarn test:types",
|
|
51
|
-
"test:clean": "
|
|
51
|
+
"test:clean": "yarn test:unit:clean && yarn test:types",
|
|
52
52
|
"test:types": "tstyche",
|
|
53
53
|
"test:unit": "NODE_OPTIONS=--experimental-vm-modules jest --reporters=jest-silent-reporter",
|
|
54
|
-
"test:
|
|
54
|
+
"test:unit:clean": "NODE_OPTIONS=--experimental-vm-modules jest --clearCache",
|
|
55
|
+
"test:unit:verbose": "NODE_OPTIONS=--experimental-vm-modules jest --verbose",
|
|
56
|
+
"test:verbose": "yarn test:unit:verbose && yarn test:types",
|
|
55
57
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
56
58
|
},
|
|
57
59
|
"dependencies": {
|
|
@@ -65,7 +67,7 @@
|
|
|
65
67
|
"immer": "^9.0.6",
|
|
66
68
|
"jest": "^30.4.2",
|
|
67
69
|
"ts-jest": "^29.4.11",
|
|
68
|
-
"tstyche": "5.0.2",
|
|
70
|
+
"tstyche": "^5.0.2",
|
|
69
71
|
"tsx": "^4.20.5",
|
|
70
72
|
"typedoc": "^0.25.13",
|
|
71
73
|
"typedoc-plugin-missing-exports": "^2.0.0",
|