@devvit/ui-renderer 0.10.21-next-2024-05-13-0af9c0369.0 → 0.10.21-next-2024-05-13-b48ce196f.0

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.min.json CHANGED
@@ -10020,7 +10020,7 @@
10020
10020
  "format": "esm"
10021
10021
  },
10022
10022
  "library/src/blocks/templates/renderImageBlock.ts": {
10023
- "bytes": 2349,
10023
+ "bytes": 2407,
10024
10024
  "imports": [
10025
10025
  {
10026
10026
  "path": "../../node_modules/lit/index.js",
@@ -11152,7 +11152,7 @@
11152
11152
  "format": "esm"
11153
11153
  },
11154
11154
  "library/src/client/devvit-custom-post.ts": {
11155
- "bytes": 10589,
11155
+ "bytes": 10747,
11156
11156
  "imports": [
11157
11157
  {
11158
11158
  "path": "../../node_modules/@reddit/faceplate-ui/templateRenderingStrategy/clientStrategy.js",
@@ -11243,7 +11243,7 @@
11243
11243
  "imports": [],
11244
11244
  "exports": [],
11245
11245
  "inputs": {},
11246
- "bytes": 11917947
11246
+ "bytes": 11918283
11247
11247
  },
11248
11248
  "dist/devvit-custom-post.min.js": {
11249
11249
  "imports": [
@@ -12020,7 +12020,7 @@
12020
12020
  "bytesInOutput": 905
12021
12021
  },
12022
12022
  "library/src/blocks/templates/renderImageBlock.ts": {
12023
- "bytesInOutput": 880
12023
+ "bytesInOutput": 905
12024
12024
  },
12025
12025
  "library/src/blocks/templates/renderIconBlock.ts": {
12026
12026
  "bytesInOutput": 448
@@ -12149,10 +12149,10 @@
12149
12149
  "bytesInOutput": 1710
12150
12150
  },
12151
12151
  "library/src/client/devvit-custom-post.ts": {
12152
- "bytesInOutput": 4341
12152
+ "bytesInOutput": 4510
12153
12153
  }
12154
12154
  },
12155
- "bytes": 4340329
12155
+ "bytes": 4340523
12156
12156
  }
12157
12157
  }
12158
12158
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/ui-renderer",
3
- "version": "0.10.21-next-2024-05-13-0af9c0369.0",
3
+ "version": "0.10.21-next-2024-05-13-b48ce196f.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -58,10 +58,10 @@
58
58
  },
59
59
  "types": "./index.d.ts",
60
60
  "dependencies": {
61
- "@devvit/protos": "0.10.21-next-2024-05-13-0af9c0369.0",
62
- "@devvit/runtime-lite": "0.10.21-next-2024-05-13-0af9c0369.0",
63
- "@devvit/runtimes": "0.10.21-next-2024-05-13-0af9c0369.0",
64
- "@devvit/shared-types": "0.10.21-next-2024-05-13-0af9c0369.0",
61
+ "@devvit/protos": "0.10.21-next-2024-05-13-b48ce196f.0",
62
+ "@devvit/runtime-lite": "0.10.21-next-2024-05-13-b48ce196f.0",
63
+ "@devvit/runtimes": "0.10.21-next-2024-05-13-b48ce196f.0",
64
+ "@devvit/shared-types": "0.10.21-next-2024-05-13-b48ce196f.0",
65
65
  "@dotlottie/player-component": "2.7.2",
66
66
  "compare-versions": "6.1.0",
67
67
  "nice-grpc-web": "3.3.3",
@@ -90,9 +90,9 @@
90
90
  "devDependencies": {
91
91
  "@ampproject/filesize": "4.3.0",
92
92
  "@devvit/eslint-config": "0.10.20",
93
- "@devvit/public-api": "0.10.21-next-2024-05-13-0af9c0369.0",
93
+ "@devvit/public-api": "0.10.21-next-2024-05-13-b48ce196f.0",
94
94
  "@devvit/repo-tools": "0.10.20",
95
- "@devvit/tsconfig": "0.10.21-next-2024-05-13-0af9c0369.0",
95
+ "@devvit/tsconfig": "0.10.21-next-2024-05-13-b48ce196f.0",
96
96
  "@lit-labs/ssr": "^2.2.3",
97
97
  "@lit/localize": "0.11.4",
98
98
  "@open-wc/testing-helpers": "2.3.0",
@@ -134,5 +134,5 @@
134
134
  }
135
135
  },
136
136
  "source": "./src/index.ts",
137
- "gitHead": "1801c65c87f3eff75cc07514465d6f14eb3a2b9f"
137
+ "gitHead": "467433249d543b91a2404d8cefd17d6e71695e3b"
138
138
  }