ugcinc-render 1.8.32 → 1.8.33

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/dist/index.js CHANGED
@@ -2678,7 +2678,7 @@ function ScreenshotAnimation({
2678
2678
  textShadow: "0 0 4px black"
2679
2679
  },
2680
2680
  children: [
2681
- "v1.8.31 | phase2: ",
2681
+ "v1.8.33 | phase2: ",
2682
2682
  Math.round(phase2TimeMs),
2683
2683
  "ms"
2684
2684
  ]
package/dist/index.mjs CHANGED
@@ -1815,7 +1815,7 @@ function ScreenshotAnimation({
1815
1815
  textShadow: "0 0 4px black"
1816
1816
  },
1817
1817
  children: [
1818
- "v1.8.31 | phase2: ",
1818
+ "v1.8.33 | phase2: ",
1819
1819
  Math.round(phase2TimeMs),
1820
1820
  "ms"
1821
1821
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc-render",
3
- "version": "1.8.32",
3
+ "version": "1.8.33",
4
4
  "description": "Unified rendering package for UGC Inc - shared types, components, and compositions for pixel-perfect client/server rendering",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",