@devvit/public-api 0.10.23-next-2024-07-02-c8b9ec453.0 → 0.11.0-next-2024-07-02-df758fd0b.0

Sign up to get free protection for your applications and to get access to all the features.
package/meta.json CHANGED
@@ -11697,7 +11697,7 @@
11697
11697
  "format": "esm"
11698
11698
  },
11699
11699
  "package.json": {
11700
- "bytes": 2843,
11700
+ "bytes": 2837,
11701
11701
  "imports": []
11702
11702
  },
11703
11703
  "src/devvit/internals/context.ts": {
@@ -14337,7 +14337,7 @@
14337
14337
  "bytesInOutput": 1973
14338
14338
  },
14339
14339
  "package.json": {
14340
- "bytesInOutput": 2954
14340
+ "bytesInOutput": 2948
14341
14341
  },
14342
14342
  "src/devvit/internals/context.ts": {
14343
14343
  "bytesInOutput": 1628
@@ -14514,7 +14514,7 @@
14514
14514
  "bytesInOutput": 4450
14515
14515
  }
14516
14516
  },
14517
- "bytes": 14937017
14517
+ "bytes": 14937003
14518
14518
  }
14519
14519
  }
14520
14520
  }
package/meta.min.json CHANGED
@@ -2990,7 +2990,7 @@
2990
2990
  "format": "esm"
2991
2991
  },
2992
2992
  "package.json": {
2993
- "bytes": 2843,
2993
+ "bytes": 2837,
2994
2994
  "imports": []
2995
2995
  },
2996
2996
  "src/devvit/internals/context.ts": {
@@ -4689,7 +4689,7 @@
4689
4689
  "imports": [],
4690
4690
  "exports": [],
4691
4691
  "inputs": {},
4692
- "bytes": 1167454
4692
+ "bytes": 1167448
4693
4693
  },
4694
4694
  "dist/public-api.min.js": {
4695
4695
  "imports": [
@@ -5317,7 +5317,7 @@
5317
5317
  "bytesInOutput": 848
5318
5318
  },
5319
5319
  "package.json": {
5320
- "bytesInOutput": 2401
5320
+ "bytesInOutput": 2395
5321
5321
  },
5322
5322
  "src/devvit/internals/context.ts": {
5323
5323
  "bytesInOutput": 872
@@ -5485,7 +5485,7 @@
5485
5485
  "bytesInOutput": 2135
5486
5486
  }
5487
5487
  },
5488
- "bytes": 248829
5488
+ "bytes": 248823
5489
5489
  }
5490
5490
  }
5491
5491
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/public-api",
3
- "version": "0.10.23-next-2024-07-02-c8b9ec453.0",
3
+ "version": "0.11.0-next-2024-07-02-df758fd0b.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.10.23-next-2024-07-02-c8b9ec453.0",
34
- "@devvit/shared-types": "0.10.23-next-2024-07-02-c8b9ec453.0",
33
+ "@devvit/protos": "0.11.0-next-2024-07-02-df758fd0b.0",
34
+ "@devvit/shared-types": "0.11.0-next-2024-07-02-df758fd0b.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.10.23-next-2024-07-02-c8b9ec453.0",
43
- "@devvit/repo-tools": "0.10.23-next-2024-07-02-c8b9ec453.0",
44
- "@devvit/tsconfig": "0.10.23-next-2024-07-02-c8b9ec453.0",
42
+ "@devvit/eslint-config": "0.11.0-next-2024-07-02-df758fd0b.0",
43
+ "@devvit/repo-tools": "0.11.0-next-2024-07-02-df758fd0b.0",
44
+ "@devvit/tsconfig": "0.11.0-next-2024-07-02-df758fd0b.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": "79d52c3dd5e3fd6f24bd95f472b0396dad3ed507"
67
+ "gitHead": "8cd09cf7901debac15b23f48a781de2eabd919dd"
68
68
  }