@devvit/public-api 0.11.0-next-2024-07-16-6c1ae0e68.0 → 0.11.0-next-2024-07-16-9c3bb9dc1.0

Sign up to get free protection for your applications and to get access to all the features.
package/meta.json CHANGED
@@ -11357,7 +11357,7 @@
11357
11357
  "format": "esm"
11358
11358
  },
11359
11359
  "../shared-types/dist/Header.js": {
11360
- "bytes": 1857,
11360
+ "bytes": 1905,
11361
11361
  "imports": [],
11362
11362
  "format": "esm"
11363
11363
  },
@@ -14374,7 +14374,7 @@
14374
14374
  "bytesInOutput": 86
14375
14375
  },
14376
14376
  "../shared-types/dist/Header.js": {
14377
- "bytesInOutput": 1229
14377
+ "bytesInOutput": 1277
14378
14378
  },
14379
14379
  "src/devvit/internals/blocks/useChannel.ts": {
14380
14380
  "bytesInOutput": 4138
@@ -14614,7 +14614,7 @@
14614
14614
  "bytesInOutput": 4358
14615
14615
  }
14616
14616
  },
14617
- "bytes": 15143498
14617
+ "bytes": 15143634
14618
14618
  }
14619
14619
  }
14620
14620
  }
package/meta.min.json CHANGED
@@ -2598,7 +2598,7 @@
2598
2598
  "format": "esm"
2599
2599
  },
2600
2600
  "../shared-types/dist/Header.js": {
2601
- "bytes": 1857,
2601
+ "bytes": 1905,
2602
2602
  "imports": [],
2603
2603
  "format": "esm"
2604
2604
  },
@@ -4725,7 +4725,7 @@
4725
4725
  "imports": [],
4726
4726
  "exports": [],
4727
4727
  "inputs": {},
4728
- "bytes": 1181403
4728
+ "bytes": 1181466
4729
4729
  },
4730
4730
  "dist/public-api.min.js": {
4731
4731
  "imports": [
@@ -5309,7 +5309,7 @@
5309
5309
  "bytesInOutput": 1537
5310
5310
  },
5311
5311
  "../shared-types/dist/Header.js": {
5312
- "bytesInOutput": 907
5312
+ "bytesInOutput": 949
5313
5313
  },
5314
5314
  "src/apis/ui/helpers/getFormValues.ts": {
5315
5315
  "bytesInOutput": 436
@@ -5537,7 +5537,7 @@
5537
5537
  "bytesInOutput": 2083
5538
5538
  }
5539
5539
  },
5540
- "bytes": 251450
5540
+ "bytes": 251492
5541
5541
  }
5542
5542
  }
5543
5543
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/public-api",
3
- "version": "0.11.0-next-2024-07-16-6c1ae0e68.0",
3
+ "version": "0.11.0-next-2024-07-16-9c3bb9dc1.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,8 +30,8 @@
30
30
  },
31
31
  "types": "./index.d.ts",
32
32
  "dependencies": {
33
- "@devvit/protos": "0.11.0-next-2024-07-16-6c1ae0e68.0",
34
- "@devvit/shared-types": "0.11.0-next-2024-07-16-6c1ae0e68.0",
33
+ "@devvit/protos": "0.11.0-next-2024-07-16-9c3bb9dc1.0",
34
+ "@devvit/shared-types": "0.11.0-next-2024-07-16-9c3bb9dc1.0",
35
35
  "base64-js": "1.5.1",
36
36
  "clone-deep": "4.0.1",
37
37
  "core-js": "3.27.2",
@@ -39,9 +39,9 @@
39
39
  },
40
40
  "devDependencies": {
41
41
  "@ampproject/filesize": "4.3.0",
42
- "@devvit/eslint-config": "0.11.0-next-2024-07-16-6c1ae0e68.0",
43
- "@devvit/repo-tools": "0.11.0-next-2024-07-16-6c1ae0e68.0",
44
- "@devvit/tsconfig": "0.11.0-next-2024-07-16-6c1ae0e68.0",
42
+ "@devvit/eslint-config": "0.11.0-next-2024-07-16-9c3bb9dc1.0",
43
+ "@devvit/repo-tools": "0.11.0-next-2024-07-16-9c3bb9dc1.0",
44
+ "@devvit/tsconfig": "0.11.0-next-2024-07-16-9c3bb9dc1.0",
45
45
  "@microsoft/api-extractor": "7.41.0",
46
46
  "@reddit/faceplate-ui": "11.3.3",
47
47
  "@types/clone-deep": "4.0.1",
@@ -64,5 +64,5 @@
64
64
  }
65
65
  },
66
66
  "source": "./src/index.ts",
67
- "gitHead": "9a760931273d57ac292ae1f9c15682f7c61cb8fc"
67
+ "gitHead": "c6a5dd7ea73dd164d70ecc546609be491467fe40"
68
68
  }