@metamask-previews/json-rpc-engine 10.2.2-preview-658f090af → 10.2.2-preview-980f677
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 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/json-rpc-engine",
|
|
3
|
-
"version": "10.2.2-preview-
|
|
3
|
+
"version": "10.2.2-preview-980f677",
|
|
4
4
|
"description": "A tool for processing JSON-RPC messages",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -60,7 +60,6 @@
|
|
|
60
60
|
"lint:eslint": "eslint . --ext js,ts",
|
|
61
61
|
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write && yarn lint:dependencies && yarn lint:changelog",
|
|
62
62
|
"lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore --no-error-on-unmatched-pattern",
|
|
63
|
-
"publish:preview": "yarn npm publish --tag preview",
|
|
64
63
|
"since-latest-release": "../../scripts/since-latest-release.sh",
|
|
65
64
|
"test": "NODE_OPTIONS=--experimental-vm-modules jest --reporters=jest-silent-reporter",
|
|
66
65
|
"test:clean": "NODE_OPTIONS=--experimental-vm-modules jest --clearCache",
|