@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.
package/build/index.mjs 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 = Z2.enum(bucketTypes);
359
360
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingo.dev/_spec",
3
- "version": "0.39.1",
3
+ "version": "0.39.3",
4
4
  "description": "Lingo.dev open specification",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -18,7 +18,7 @@
18
18
  "author": "",
19
19
  "license": "Apache-2.0",
20
20
  "dependencies": {
21
- "zod": "^3.24.1",
21
+ "zod": "^3.25.76",
22
22
  "zod-to-json-schema": "^3.24.5"
23
23
  },
24
24
  "devDependencies": {