@devvit/shared-types 0.11.0-next-2024-07-23-33a24e1e5.0 → 0.11.0-next-2024-07-23-845bcde11.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-23-33a24e1e5.0",
3
+ "version": "0.11.0-next-2024-07-23-845bcde11.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-23-33a24e1e5.0",
27
+ "@devvit/protos": "0.11.0-next-2024-07-23-845bcde11.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-23-33a24e1e5.0",
33
- "@devvit/repo-tools": "0.11.0-next-2024-07-23-33a24e1e5.0",
34
- "@devvit/tsconfig": "0.11.0-next-2024-07-23-33a24e1e5.0",
32
+ "@devvit/eslint-config": "0.11.0-next-2024-07-23-845bcde11.0",
33
+ "@devvit/repo-tools": "0.11.0-next-2024-07-23-845bcde11.0",
34
+ "@devvit/tsconfig": "0.11.0-next-2024-07-23-845bcde11.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": "18d340f49c2079d4cb7d18d04e939fe8ee9039e7"
48
+ "gitHead": "a87e22eb3295e782a9e41b0f73037779cbd05c88"
49
49
  }
@@ -9,6 +9,7 @@
9
9
  "type": "array",
10
10
  "items": {
11
11
  "type": "object",
12
+ "additionalProperties": false,
12
13
  "properties": {
13
14
  "sku": {
14
15
  "description": "The product sku used as a unique identifier",
@@ -20,7 +21,7 @@
20
21
  "description": "The product display name",
21
22
  "maxLength": 50,
22
23
  "type": "string",
23
- "pattern": "^(?!\\s)[a-zA-Z0-9\\s]+(?<!\\s)$"
24
+ "pattern": ".*"
24
25
  },
25
26
  "description": {
26
27
  "description": "The product description",