@plyaz/auth 1.0.1 → 1.0.2
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/commits.txt +1 -1
- package/dist/index.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/package.json +2 -1
- package/release_message.txt +28 -0
package/commits.txt
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -15236,7 +15236,7 @@ __name(date4, "date");
|
|
|
15236
15236
|
// node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/classic/external.js
|
|
15237
15237
|
config(en_default());
|
|
15238
15238
|
|
|
15239
|
-
// node_modules/.pnpm/@plyaz+types@1.
|
|
15239
|
+
// node_modules/.pnpm/@plyaz+types@1.46.0_@types+react@18.3.27_next@16.1.1_react-dom@18.3.1_react@18.3.1/node_modules/@plyaz/types/dist/index.js
|
|
15240
15240
|
var __defProp2 = Object.defineProperty;
|
|
15241
15241
|
var __name2 = /* @__PURE__ */ __name((target, value) => __defProp2(target, "name", { value, configurable: true }), "__name");
|
|
15242
15242
|
var DEFAULT_PASSWORD = 8;
|
|
@@ -15534,7 +15534,8 @@ external_exports.object({
|
|
|
15534
15534
|
channel: NotificationChannelSchema.optional(),
|
|
15535
15535
|
category: NotificationCategorySchema.optional(),
|
|
15536
15536
|
provider: external_exports.string().max(MAX_PROVIDER_LENGTH).optional(),
|
|
15537
|
-
providerMessageId: external_exports.string().max(MAX_STRING_LENGTH).optional()
|
|
15537
|
+
providerMessageId: external_exports.string().max(MAX_STRING_LENGTH).optional(),
|
|
15538
|
+
status: NotificationStatusSchema.optional()
|
|
15538
15539
|
});
|
|
15539
15540
|
var MIN_NAME_LENGTH = 2;
|
|
15540
15541
|
var MAX_NAME_LENGTH = 50;
|