@metamask/gator-permissions-snap 1.0.0 → 1.1.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.
- package/CHANGELOG.md +21 -1
- package/dist/bundle.js +1 -1
- package/dist/preinstalled-snap.json +1 -1
- package/package.json +20 -18
- package/snap.manifest.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/gator-permissions-snap",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Grants 7715 permissions from a DeleGator smart account",
|
|
5
5
|
"homepage": "https://github.com/MetaMask/snap-7715-permissions/tree/main/packages/permissions-kernel-snap#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"clean": "rimraf dist",
|
|
36
36
|
"lint": "yarn lint:eslint",
|
|
37
37
|
"lint:complete": "yarn lint:eslint && yarn lint:constraints && yarn lint:misc --check && yarn lint:dependencies --check && yarn lint:changelog",
|
|
38
|
-
"lint:changelog": "auto-changelog validate --prettier",
|
|
38
|
+
"lint:changelog": "auto-changelog validate --prettier --tag-prefix \"@metamask/gator-permissions-snap@\"",
|
|
39
39
|
"lint:constraints": "yarn constraints",
|
|
40
|
-
"lint:dependencies": "depcheck && yarn dedupe",
|
|
41
|
-
"lint:eslint": "eslint . --cache
|
|
40
|
+
"lint:dependencies": "depcheck && yarn dedupe --check",
|
|
41
|
+
"lint:eslint": "eslint . --cache",
|
|
42
42
|
"lint:fix": "yarn lint:eslint --fix && yarn lint:constraints --fix && yarn lint:misc --write && yarn lint:dependencies && yarn lint:changelog",
|
|
43
43
|
"lint:misc": "prettier '**/*.json' '**/*.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore --no-error-on-unmatched-pattern",
|
|
44
44
|
"prepublishOnly": "mm-snap manifest",
|
|
@@ -58,28 +58,30 @@
|
|
|
58
58
|
"@jest/globals": "29.7.0",
|
|
59
59
|
"@metamask/7715-permissions-shared": "0.1.0",
|
|
60
60
|
"@metamask/auto-changelog": "5.0.2",
|
|
61
|
-
"@metamask/eslint-config": "
|
|
62
|
-
"@metamask/eslint-config-jest": "
|
|
63
|
-
"@metamask/eslint-config-nodejs": "
|
|
64
|
-
"@metamask/eslint-config-typescript": "
|
|
61
|
+
"@metamask/eslint-config": "15.0.0",
|
|
62
|
+
"@metamask/eslint-config-jest": "15.0.0",
|
|
63
|
+
"@metamask/eslint-config-nodejs": "15.0.0",
|
|
64
|
+
"@metamask/eslint-config-typescript": "15.0.0",
|
|
65
65
|
"@metamask/snaps-cli": "8.1.1",
|
|
66
|
-
"@metamask/snaps-jest": "9.
|
|
66
|
+
"@metamask/snaps-jest": "9.7.0",
|
|
67
67
|
"@types/react": "18.2.4",
|
|
68
68
|
"@types/react-dom": "18.2.4",
|
|
69
69
|
"dotenv": "17.2.0",
|
|
70
|
-
"eslint": "
|
|
71
|
-
"eslint-config-prettier": "9.1.0",
|
|
72
|
-
"eslint-
|
|
73
|
-
"eslint-plugin-
|
|
74
|
-
"eslint-plugin-
|
|
75
|
-
"eslint-plugin-
|
|
76
|
-
"eslint-plugin-
|
|
77
|
-
"eslint-plugin-
|
|
70
|
+
"eslint": "^9.11.0",
|
|
71
|
+
"eslint-config-prettier": "^9.1.0",
|
|
72
|
+
"eslint-import-resolver-typescript": "^3.6.3",
|
|
73
|
+
"eslint-plugin-import-x": "^4.3.0",
|
|
74
|
+
"eslint-plugin-jest": "^28.8.3",
|
|
75
|
+
"eslint-plugin-jsdoc": "^50.2.4",
|
|
76
|
+
"eslint-plugin-n": "^17.10.3",
|
|
77
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
78
|
+
"eslint-plugin-promise": "^7.1.0",
|
|
78
79
|
"ethers": "5.8.0",
|
|
79
80
|
"jest": "29.7.0",
|
|
80
81
|
"rimraf": "6.0.1",
|
|
81
82
|
"ts-jest": "29.4.0",
|
|
82
|
-
"typescript": "5.8.3"
|
|
83
|
+
"typescript": "5.8.3",
|
|
84
|
+
"typescript-eslint": "^8.39.0"
|
|
83
85
|
},
|
|
84
86
|
"packageManager": "yarn@4.10.1",
|
|
85
87
|
"engines": {
|
package/snap.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.1.1",
|
|
3
3
|
"description": "Grants 7715 permissions from a DeleGator smart account",
|
|
4
4
|
"proposedName": "Gator Permissions",
|
|
5
5
|
"repository": {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"url": "https://github.com/MetaMask/snap-7715-permissions.git"
|
|
8
8
|
},
|
|
9
9
|
"source": {
|
|
10
|
-
"shasum": "
|
|
10
|
+
"shasum": "fpaO75haJKsI/s9ZaNtSAdObevSfncEQJTpdG58B1Mk=",
|
|
11
11
|
"location": {
|
|
12
12
|
"npm": {
|
|
13
13
|
"filePath": "dist/bundle.js",
|