@atproto/aws 0.1.1 → 0.1.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/CHANGELOG.md +7 -0
- package/dist/index.js +4 -1
- package/dist/index.js.map +3 -3
- package/package.json +10 -4
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -142535,7 +142535,7 @@ var lexObject = z.object({
|
|
|
142535
142535
|
description: z.string().optional(),
|
|
142536
142536
|
required: z.string().array().optional(),
|
|
142537
142537
|
nullable: z.string().array().optional(),
|
|
142538
|
-
properties: z.record(z.union([lexRefVariant, lexIpldType, lexArray, lexBlob, lexPrimitive]))
|
|
142538
|
+
properties: z.record(z.union([lexRefVariant, lexIpldType, lexArray, lexBlob, lexPrimitive]))
|
|
142539
142539
|
}).strict().superRefine(requiredPropertiesRefinement);
|
|
142540
142540
|
var lexXrpcParameters = z.object({
|
|
142541
142541
|
type: z.literal("params"),
|
|
@@ -142660,6 +142660,9 @@ var lexiconDoc = z.object({
|
|
|
142660
142660
|
});
|
|
142661
142661
|
var discriminatedObject = z.object({ $type: z.string() });
|
|
142662
142662
|
|
|
142663
|
+
// ../common/src/dates.ts
|
|
142664
|
+
var import_iso_datestring_validator2 = __toESM(require_dist2());
|
|
142665
|
+
|
|
142663
142666
|
// ../../node_modules/.pnpm/cborg@1.10.2/node_modules/cborg/esm/lib/is.js
|
|
142664
142667
|
var typeofs = [
|
|
142665
142668
|
"string",
|