@vrplatform/log 2.0.84 → 2.0.85

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.
@@ -192,7 +192,7 @@ type AccountSignupCompletedProps = MaybePartial<{
192
192
  type OnboardingAccountSettingsSetProps = MaybePartial<{
193
193
  tenantId: string;
194
194
  userId: string;
195
- start: Date;
195
+ start: string;
196
196
  country: string;
197
197
  currency: string;
198
198
  }>;
@@ -192,7 +192,7 @@ type AccountSignupCompletedProps = MaybePartial<{
192
192
  type OnboardingAccountSettingsSetProps = MaybePartial<{
193
193
  tenantId: string;
194
194
  userId: string;
195
- start: Date;
195
+ start: string;
196
196
  country: string;
197
197
  currency: string;
198
198
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vrplatform/log",
3
- "version": "2.0.84",
3
+ "version": "2.0.85",
4
4
  "main": "build/main/index.js",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -273,7 +273,7 @@ type AccountSignupCompletedProps = MaybePartial<{
273
273
  type OnboardingAccountSettingsSetProps = MaybePartial<{
274
274
  tenantId: string;
275
275
  userId: string;
276
- start: Date;
276
+ start: string;
277
277
  country: string;
278
278
  currency: string;
279
279
  }>;