@devvit/public-api 0.11.0-next-2024-08-01-8accf308b.0 → 0.11.0-next-2024-08-01-3d10bfd31.0

Sign up to get free protection for your applications and to get access to all the features.
package/meta.json CHANGED
@@ -11269,7 +11269,7 @@
11269
11269
  "format": "esm"
11270
11270
  },
11271
11271
  "../shared-types/dist/Header.js": {
11272
- "bytes": 1994,
11272
+ "bytes": 2030,
11273
11273
  "imports": [],
11274
11274
  "format": "esm"
11275
11275
  },
@@ -14290,7 +14290,7 @@
14290
14290
  "bytesInOutput": 86
14291
14291
  },
14292
14292
  "../shared-types/dist/Header.js": {
14293
- "bytesInOutput": 1317
14293
+ "bytesInOutput": 1353
14294
14294
  },
14295
14295
  "src/devvit/internals/blocks/useChannel.ts": {
14296
14296
  "bytesInOutput": 4056
@@ -14530,7 +14530,7 @@
14530
14530
  "bytesInOutput": 370
14531
14531
  }
14532
14532
  },
14533
- "bytes": 14790920
14533
+ "bytes": 14791028
14534
14534
  }
14535
14535
  }
14536
14536
  }
package/meta.min.json CHANGED
@@ -2598,7 +2598,7 @@
2598
2598
  "format": "esm"
2599
2599
  },
2600
2600
  "../shared-types/dist/Header.js": {
2601
- "bytes": 1994,
2601
+ "bytes": 2030,
2602
2602
  "imports": [],
2603
2603
  "format": "esm"
2604
2604
  },
@@ -4738,7 +4738,7 @@
4738
4738
  "imports": [],
4739
4739
  "exports": [],
4740
4740
  "inputs": {},
4741
- "bytes": 1184990
4741
+ "bytes": 1185038
4742
4742
  },
4743
4743
  "dist/public-api.min.js": {
4744
4744
  "imports": [
@@ -5321,7 +5321,7 @@
5321
5321
  "bytesInOutput": 1537
5322
5322
  },
5323
5323
  "../shared-types/dist/Header.js": {
5324
- "bytesInOutput": 971
5324
+ "bytesInOutput": 1001
5325
5325
  },
5326
5326
  "src/apis/ui/helpers/getFormValues.ts": {
5327
5327
  "bytesInOutput": 436
@@ -5549,7 +5549,7 @@
5549
5549
  "bytesInOutput": 178
5550
5550
  }
5551
5551
  },
5552
- "bytes": 249620
5552
+ "bytes": 249650
5553
5553
  }
5554
5554
  }
5555
5555
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/public-api",
3
- "version": "0.11.0-next-2024-08-01-8accf308b.0",
3
+ "version": "0.11.0-next-2024-08-01-3d10bfd31.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-08-01-8accf308b.0",
34
- "@devvit/shared-types": "0.11.0-next-2024-08-01-8accf308b.0",
33
+ "@devvit/protos": "0.11.0-next-2024-08-01-3d10bfd31.0",
34
+ "@devvit/shared-types": "0.11.0-next-2024-08-01-3d10bfd31.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-08-01-8accf308b.0",
43
- "@devvit/repo-tools": "0.11.0-next-2024-08-01-8accf308b.0",
44
- "@devvit/tsconfig": "0.11.0-next-2024-08-01-8accf308b.0",
42
+ "@devvit/eslint-config": "0.11.0-next-2024-08-01-3d10bfd31.0",
43
+ "@devvit/repo-tools": "0.11.0-next-2024-08-01-3d10bfd31.0",
44
+ "@devvit/tsconfig": "0.11.0-next-2024-08-01-3d10bfd31.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": "338b1e5a58c49ad3096b40794b1fa77d64fe7072"
67
+ "gitHead": "91672be770477ac0bd151cecea920b6c5def7bdc"
68
68
  }