@metamask-previews/polling-controller 16.0.8-preview-8b1e39b → 16.0.8-preview-72f0609be
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 +1 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/polling-controller",
|
|
3
|
-
"version": "16.0.8-preview-
|
|
3
|
+
"version": "16.0.8-preview-72f0609be",
|
|
4
4
|
"description": "Polling Controller is the base for controllers that polling by networkClientId",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -44,8 +44,6 @@
|
|
|
44
44
|
"build:docs": "typedoc",
|
|
45
45
|
"changelog:update": "../../scripts/update-changelog.sh @metamask/polling-controller",
|
|
46
46
|
"changelog:validate": "../../scripts/validate-changelog.sh @metamask/polling-controller",
|
|
47
|
-
"lint:tsconfigs": "tsx ../../scripts/lint-tsconfigs/lint-tsconfigs.mts",
|
|
48
|
-
"lint:tsconfigs:fix": "tsx ../../scripts/lint-tsconfigs/lint-tsconfigs.mts --fix",
|
|
49
47
|
"since-latest-release": "../../scripts/since-latest-release.sh",
|
|
50
48
|
"test": "NODE_OPTIONS=--experimental-vm-modules jest --reporters=jest-silent-reporter",
|
|
51
49
|
"test:clean": "NODE_OPTIONS=--experimental-vm-modules jest --clearCache",
|
|
@@ -68,7 +66,6 @@
|
|
|
68
66
|
"deepmerge": "^4.2.2",
|
|
69
67
|
"jest": "^29.7.0",
|
|
70
68
|
"ts-jest": "^29.2.5",
|
|
71
|
-
"tsx": "^4.20.5",
|
|
72
69
|
"typedoc": "^0.25.13",
|
|
73
70
|
"typedoc-plugin-missing-exports": "^2.0.0",
|
|
74
71
|
"typescript": "~5.3.3"
|