@devvit/permissions 0.8.2 → 0.8.3

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.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +5 -5
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2022 Reddit Inc.
1
+ Copyright (c) 2023 Reddit Inc.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without
4
4
  modification, are permitted provided that the following conditions
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@devvit/permissions",
3
3
  "type": "module",
4
- "version": "0.8.2",
4
+ "version": "0.8.3",
5
5
  "license": "BSD-3-Clause",
6
6
  "main": "./index.js",
7
7
  "types": "./index.d.ts",
@@ -10,12 +10,12 @@
10
10
  "directory": "dist"
11
11
  },
12
12
  "dependencies": {
13
- "@devvit/protos": "0.8.2",
13
+ "@devvit/protos": "0.8.3",
14
14
  "js-yaml": "4.1.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@devvit/eslint-config": "0.8.2",
18
- "@devvit/tsconfig": "0.8.2",
17
+ "@devvit/eslint-config": "0.8.3",
18
+ "@devvit/tsconfig": "0.8.3",
19
19
  "@types/js-yaml": "4.0.5",
20
20
  "eslint": "8.9.0",
21
21
  "typescript": "4.9.3",
@@ -34,5 +34,5 @@
34
34
  "test:unit-with-coverage": "vitest run --coverage",
35
35
  "prepublishOnly": "publish-package-json"
36
36
  },
37
- "gitHead": "ec33385e2ad1e98e003e4d6d4393652029c63764"
37
+ "gitHead": "5b360061f636c38bf9a870b3ad795bf91cc000f7"
38
38
  }