@lingo.dev/_spec 0.39.1 → 0.39.3

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.
@@ -137,7 +137,8 @@
137
137
  "po",
138
138
  "vue-json",
139
139
  "typescript",
140
- "txt"
140
+ "txt",
141
+ "json-dictionary"
141
142
  ]
142
143
  },
143
144
  "default": {}
package/build/index.cjs CHANGED
@@ -353,7 +353,8 @@ var bucketTypes = [
353
353
  "po",
354
354
  "vue-json",
355
355
  "typescript",
356
- "txt"
356
+ "txt",
357
+ "json-dictionary"
357
358
  ];
358
359
  var bucketTypeSchema = _zod2.default.enum(bucketTypes);
359
360