@devvit/shared-types 0.11.0-next-2024-07-30-8f65a4fa6.0 → 0.11.0-next-2024-07-30-0415fdb14.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/shared-types",
3
- "version": "0.11.0-next-2024-07-30-8f65a4fa6.0",
3
+ "version": "0.11.0-next-2024-07-30-0415fdb14.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,14 +24,14 @@
24
24
  },
25
25
  "types": "./index.d.ts",
26
26
  "dependencies": {
27
- "@devvit/protos": "0.11.0-next-2024-07-30-8f65a4fa6.0",
27
+ "@devvit/protos": "0.11.0-next-2024-07-30-0415fdb14.0",
28
28
  "jsonschema": "1.4.1",
29
29
  "uuid": "9.0.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@devvit/eslint-config": "0.11.0-next-2024-07-30-8f65a4fa6.0",
33
- "@devvit/repo-tools": "0.11.0-next-2024-07-30-8f65a4fa6.0",
34
- "@devvit/tsconfig": "0.11.0-next-2024-07-30-8f65a4fa6.0",
32
+ "@devvit/eslint-config": "0.11.0-next-2024-07-30-0415fdb14.0",
33
+ "@devvit/repo-tools": "0.11.0-next-2024-07-30-0415fdb14.0",
34
+ "@devvit/tsconfig": "0.11.0-next-2024-07-30-0415fdb14.0",
35
35
  "@types/redis-mock": "0.17.1",
36
36
  "@types/uuid": "9.0.0",
37
37
  "eslint": "8.9.0",
@@ -45,5 +45,5 @@
45
45
  "directory": "dist"
46
46
  },
47
47
  "source": "./src/index.ts",
48
- "gitHead": "b6e254fbefbe5506377a5892bffaff2d10ce1f9c"
48
+ "gitHead": "593f58d29fb9ccae0ddbaff1a04b1db8c4317a60"
49
49
  }
@@ -1,5 +1,5 @@
1
1
  import jsonschema from 'jsonschema/lib/index.js';
2
- import productSchema from './products.schema.json' assert { type: 'json' };
2
+ import productSchema from './products.schema.json' with { type: 'json' };
3
3
  /**
4
4
  * This function validates the `products.json` file of a devvit project and returns the parsed
5
5
  * objects