lingo.dev 0.111.6 → 0.111.8
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/cli.cjs +10 -1
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +10 -1
- package/build/cli.mjs.map +1 -1
- package/build/locale-codes.cjs +3 -0
- package/build/locale-codes.cjs.map +1 -0
- package/build/locale-codes.d.cts +1 -0
- package/build/locale-codes.d.ts +1 -0
- package/build/locale-codes.mjs +3 -0
- package/build/locale-codes.mjs.map +1 -0
- package/build/sdk.d.cts +1 -0
- package/build/sdk.d.ts +1 -0
- package/package.json +13 -4
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// src/locale-codes/index.ts
|
|
2
|
+
var __locales = require('@lingo.dev/_locales'); _createStarExport(__locales);
|
|
3
|
+
//# sourceMappingURL=locale-codes.cjs.map
|
|
@@ -0,0 +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\";"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@lingo.dev/_locales';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@lingo.dev/_locales';
|
|
@@ -0,0 +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":[]}
|
package/build/sdk.d.cts
CHANGED
package/build/sdk.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lingo.dev",
|
|
3
|
-
"version": "0.111.
|
|
3
|
+
"version": "0.111.8",
|
|
4
4
|
"description": "Lingo.dev CLI",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -63,6 +63,11 @@
|
|
|
63
63
|
"types": "./build/react/react-router.d.ts",
|
|
64
64
|
"import": "./build/react/react-router.mjs",
|
|
65
65
|
"require": "./build/react/react-router.cjs"
|
|
66
|
+
},
|
|
67
|
+
"./locale-codes": {
|
|
68
|
+
"types": "./build/locale-codes.d.ts",
|
|
69
|
+
"import": "./build/locale-codes.mjs",
|
|
70
|
+
"require": "./build/locale-codes.cjs"
|
|
66
71
|
}
|
|
67
72
|
},
|
|
68
73
|
"typesVersions": {
|
|
@@ -90,6 +95,9 @@
|
|
|
90
95
|
],
|
|
91
96
|
"react/react-router": [
|
|
92
97
|
"./build/react/react-router.d.ts"
|
|
98
|
+
],
|
|
99
|
+
"locale-codes": [
|
|
100
|
+
"./build/locale-codes.d.ts"
|
|
93
101
|
]
|
|
94
102
|
}
|
|
95
103
|
},
|
|
@@ -191,10 +199,11 @@
|
|
|
191
199
|
"xpath": "^0.0.34",
|
|
192
200
|
"yaml": "^2.7.0",
|
|
193
201
|
"zod": "^3.25.76",
|
|
194
|
-
"@lingo.dev/_compiler": "0.7.
|
|
202
|
+
"@lingo.dev/_compiler": "0.7.9",
|
|
203
|
+
"@lingo.dev/_locales": "0.1.0",
|
|
195
204
|
"@lingo.dev/_react": "0.5.0",
|
|
196
|
-
"@lingo.dev/_sdk": "0.12.
|
|
197
|
-
"@lingo.dev/_spec": "0.40.
|
|
205
|
+
"@lingo.dev/_sdk": "0.12.2",
|
|
206
|
+
"@lingo.dev/_spec": "0.40.2"
|
|
198
207
|
},
|
|
199
208
|
"devDependencies": {
|
|
200
209
|
"@types/babel__generator": "^7.27.0",
|