lingo.dev 0.111.8 → 0.111.10

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.
@@ -1 +1 @@
1
- {"version":3,"sources":["/home/runner/work/lingo.dev/lingo.dev/packages/cli/build/locale-codes.cjs","../src/locale-codes/index.ts"],"names":[],"mappings":"AAAA;ACEA,6EAAc","file":"/home/runner/work/lingo.dev/lingo.dev/packages/cli/build/locale-codes.cjs","sourcesContent":[null,"// Re-export everything but with type checking\nexport type * from \"@lingo.dev/_locales\";\nexport * from \"@lingo.dev/_locales\";"]}
1
+ {"version":3,"sources":["/home/runner/work/lingo.dev/lingo.dev/packages/cli/build/locale-codes.cjs","../src/locale-codes/index.ts"],"names":[],"mappings":"AAAA;ACEA,6EAAc","file":"/home/runner/work/lingo.dev/lingo.dev/packages/cli/build/locale-codes.cjs","sourcesContent":[null,"// Re-export everything but with type checking\nexport type * from \"@lingo.dev/_locales\";\nexport * from \"@lingo.dev/_locales\";\n"]}
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/locale-codes/index.ts"],"sourcesContent":["// Re-export everything but with type checking\nexport type * from \"@lingo.dev/_locales\";\nexport * from \"@lingo.dev/_locales\";"],"mappings":";AAEA,cAAc;","names":[]}
1
+ {"version":3,"sources":["../src/locale-codes/index.ts"],"sourcesContent":["// Re-export everything but with type checking\nexport type * from \"@lingo.dev/_locales\";\nexport * from \"@lingo.dev/_locales\";\n"],"mappings":";AAEA,cAAc;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lingo.dev",
3
- "version": "0.111.8",
3
+ "version": "0.111.10",
4
4
  "description": "Lingo.dev CLI",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -200,8 +200,8 @@
200
200
  "yaml": "^2.7.0",
201
201
  "zod": "^3.25.76",
202
202
  "@lingo.dev/_compiler": "0.7.9",
203
- "@lingo.dev/_locales": "0.1.0",
204
203
  "@lingo.dev/_react": "0.5.0",
204
+ "@lingo.dev/_locales": "0.1.0",
205
205
  "@lingo.dev/_sdk": "0.12.2",
206
206
  "@lingo.dev/_spec": "0.40.2"
207
207
  },