ugly-app 0.1.72 → 0.1.74

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.
@@ -1,2 +1,2 @@
1
- export declare const CLI_VERSION = "0.1.72";
1
+ export declare const CLI_VERSION = "0.1.74";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // Auto-generated by prebuild — do not edit manually
2
- export const CLI_VERSION = "0.1.72";
2
+ export const CLI_VERSION = "0.1.74";
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugly-app",
3
- "version": "0.1.72",
3
+ "version": "0.1.74",
4
4
  "type": "module",
5
5
  "main": "./dist/server/index.js",
6
6
  "exports": {
@@ -135,7 +135,7 @@ function HomePageBody({
135
135
  eventName: 'CTA_CLICK',
136
136
  sessionId: sessionId.current,
137
137
  properties: { page: 'home' },
138
- }).catch(() => {});
138
+ }).catch((_e: unknown) => undefined);
139
139
 
140
140
  openLogin();
141
141
  }