@devvit/permissions 0.10.8-next-2023-10-18-5b18cc01e.0 → 0.10.8-next-2023-10-18-3fec9f6e8.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@devvit/permissions",
|
3
|
-
"version": "0.10.8-next-2023-10-18-
|
3
|
+
"version": "0.10.8-next-2023-10-18-3fec9f6e8.0",
|
4
4
|
"license": "BSD-3-Clause",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -23,13 +23,13 @@
|
|
23
23
|
},
|
24
24
|
"types": "./index.d.ts",
|
25
25
|
"dependencies": {
|
26
|
-
"@devvit/protos": "0.10.8-next-2023-10-18-
|
26
|
+
"@devvit/protos": "0.10.8-next-2023-10-18-3fec9f6e8.0",
|
27
27
|
"js-yaml": "4.1.0"
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
30
|
"@devvit/eslint-config": "0.10.7",
|
31
31
|
"@devvit/repo-tools": "0.10.7",
|
32
|
-
"@devvit/tsconfig": "0.10.8-next-2023-10-18-
|
32
|
+
"@devvit/tsconfig": "0.10.8-next-2023-10-18-3fec9f6e8.0",
|
33
33
|
"@types/js-yaml": "4.0.5",
|
34
34
|
"eslint": "8.9.0",
|
35
35
|
"typescript": "4.9.3",
|
@@ -39,5 +39,5 @@
|
|
39
39
|
"directory": "dist"
|
40
40
|
},
|
41
41
|
"source": "./src/index.ts",
|
42
|
-
"gitHead": "
|
42
|
+
"gitHead": "2b44b1c13729d0a220a6df8aa15080a051a222e7"
|
43
43
|
}
|