@devvit/public-api 0.11.11-next-2025-03-24-c0ff6d0a0.0 → 0.11.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/meta.json CHANGED
@@ -7789,7 +7789,7 @@
7789
7789
  "format": "esm"
7790
7790
  },
7791
7791
  "package.json": {
7792
- "bytes": 2758,
7792
+ "bytes": 2720,
7793
7793
  "imports": [],
7794
7794
  "format": "esm",
7795
7795
  "with": {
@@ -10132,7 +10132,7 @@
10132
10132
  "bytesInOutput": 1973
10133
10133
  },
10134
10134
  "package.json": {
10135
- "bytesInOutput": 2861
10135
+ "bytesInOutput": 2821
10136
10136
  },
10137
10137
  "src/devvit/internals/context.ts": {
10138
10138
  "bytesInOutput": 2029
@@ -10330,7 +10330,7 @@
10330
10330
  "bytesInOutput": 3408
10331
10331
  }
10332
10332
  },
10333
- "bytes": 12455648
10333
+ "bytes": 12455524
10334
10334
  }
10335
10335
  }
10336
10336
  }
package/meta.min.json CHANGED
@@ -629,7 +629,7 @@
629
629
  "format": "esm"
630
630
  },
631
631
  "package.json": {
632
- "bytes": 2758,
632
+ "bytes": 2720,
633
633
  "imports": [],
634
634
  "format": "esm",
635
635
  "with": {
@@ -2511,7 +2511,7 @@
2511
2511
  "imports": [],
2512
2512
  "exports": [],
2513
2513
  "inputs": {},
2514
- "bytes": 1058641
2514
+ "bytes": 1058585
2515
2515
  },
2516
2516
  "dist/public-api.min.js": {
2517
2517
  "imports": [
@@ -2867,7 +2867,7 @@
2867
2867
  "bytesInOutput": 848
2868
2868
  },
2869
2869
  "package.json": {
2870
- "bytesInOutput": 2332
2870
+ "bytesInOutput": 2300
2871
2871
  },
2872
2872
  "src/devvit/internals/context.ts": {
2873
2873
  "bytesInOutput": 1087
@@ -3059,7 +3059,7 @@
3059
3059
  "bytesInOutput": 1396
3060
3060
  }
3061
3061
  },
3062
- "bytes": 218687
3062
+ "bytes": 218655
3063
3063
  }
3064
3064
  }
3065
3065
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/public-api",
3
- "version": "0.11.11-next-2025-03-24-c0ff6d0a0.0",
3
+ "version": "0.11.11",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,17 +30,16 @@
30
30
  },
31
31
  "types": "./index.d.ts",
32
32
  "dependencies": {
33
- "@devvit/metrics": "0.11.11-next-2025-03-24-c0ff6d0a0.0",
34
- "@devvit/protos": "0.11.11-next-2025-03-24-c0ff6d0a0.0",
35
- "@devvit/shared-types": "0.11.11-next-2025-03-24-c0ff6d0a0.0",
33
+ "@devvit/protos": "0.11.11",
34
+ "@devvit/shared-types": "0.11.11",
36
35
  "base64-js": "1.5.1",
37
36
  "clone-deep": "4.0.1",
38
37
  "moderndash": "4.0.0"
39
38
  },
40
39
  "devDependencies": {
41
40
  "@ampproject/filesize": "4.3.0",
42
- "@devvit/repo-tools": "0.11.11-next-2025-03-24-c0ff6d0a0.0",
43
- "@devvit/tsconfig": "0.11.11-next-2025-03-24-c0ff6d0a0.0",
41
+ "@devvit/repo-tools": "0.11.11",
42
+ "@devvit/tsconfig": "0.11.11",
44
43
  "@microsoft/api-extractor": "7.41.0",
45
44
  "@reddit/faceplate-ui": "18.0.1",
46
45
  "@types/clone-deep": "4.0.1",
@@ -61,5 +60,5 @@
61
60
  }
62
61
  },
63
62
  "source": "./src/index.ts",
64
- "gitHead": "cff301923b9aa5208f29d002bb2db9d25211020a"
63
+ "gitHead": "81914f37df8507c66479d20447289f8aea7a859f"
65
64
  }