@digilogiclabs/platform-core 1.12.0 → 1.13.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/dist/auth.d.mts CHANGED
@@ -142,7 +142,7 @@ declare function errorResponse(error: unknown, options?: {
142
142
  */
143
143
  declare function zodErrorResponse(error: {
144
144
  issues: Array<{
145
- path: (string | number)[];
145
+ path: PropertyKey[];
146
146
  message: string;
147
147
  }>;
148
148
  }): Response;
package/dist/auth.d.ts CHANGED
@@ -142,7 +142,7 @@ declare function errorResponse(error: unknown, options?: {
142
142
  */
143
143
  declare function zodErrorResponse(error: {
144
144
  issues: Array<{
145
- path: (string | number)[];
145
+ path: PropertyKey[];
146
146
  message: string;
147
147
  }>;
148
148
  }): Response;