@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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atproto/aws
2
2
 
3
+ ## 0.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @atproto/repo@0.3.2
9
+
3
10
  ## 0.1.1
4
11
 
5
12
  ### Patch Changes
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])).optional()
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",