@lingo.dev/_sdk 0.9.0 → 0.9.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/build/index.cjs +2 -2
- package/build/index.mjs +2 -2
- package/package.json +2 -2
package/build/index.cjs
CHANGED
@@ -392,7 +392,7 @@ var ReplexicaEngine = (_class = class _ReplexicaEngine extends LingoDotDevEngine
|
|
392
392
|
super(config);
|
393
393
|
if (!_ReplexicaEngine.hasWarnedDeprecation) {
|
394
394
|
console.warn(
|
395
|
-
"ReplexicaEngine is deprecated and will be removed in a future release. Please use LingoDotDevEngine instead. See https://
|
395
|
+
"ReplexicaEngine is deprecated and will be removed in a future release. Please use LingoDotDevEngine instead. See https://lingo.dev/cli for more information."
|
396
396
|
);
|
397
397
|
_ReplexicaEngine.hasWarnedDeprecation = true;
|
398
398
|
}
|
@@ -404,7 +404,7 @@ var LingoEngine = (_class2 = class _LingoEngine extends LingoDotDevEngine {
|
|
404
404
|
super(config);
|
405
405
|
if (!_LingoEngine.hasWarnedDeprecation) {
|
406
406
|
console.warn(
|
407
|
-
"LingoEngine is deprecated and will be removed in a future release. Please use LingoDotDevEngine instead. See https://
|
407
|
+
"LingoEngine is deprecated and will be removed in a future release. Please use LingoDotDevEngine instead. See https://lingo.dev/cli for more information."
|
408
408
|
);
|
409
409
|
_LingoEngine.hasWarnedDeprecation = true;
|
410
410
|
}
|
package/build/index.mjs
CHANGED
@@ -392,7 +392,7 @@ var ReplexicaEngine = class _ReplexicaEngine extends LingoDotDevEngine {
|
|
392
392
|
super(config);
|
393
393
|
if (!_ReplexicaEngine.hasWarnedDeprecation) {
|
394
394
|
console.warn(
|
395
|
-
"ReplexicaEngine is deprecated and will be removed in a future release. Please use LingoDotDevEngine instead. See https://
|
395
|
+
"ReplexicaEngine is deprecated and will be removed in a future release. Please use LingoDotDevEngine instead. See https://lingo.dev/cli for more information."
|
396
396
|
);
|
397
397
|
_ReplexicaEngine.hasWarnedDeprecation = true;
|
398
398
|
}
|
@@ -404,7 +404,7 @@ var LingoEngine = class _LingoEngine extends LingoDotDevEngine {
|
|
404
404
|
super(config);
|
405
405
|
if (!_LingoEngine.hasWarnedDeprecation) {
|
406
406
|
console.warn(
|
407
|
-
"LingoEngine is deprecated and will be removed in a future release. Please use LingoDotDevEngine instead. See https://
|
407
|
+
"LingoEngine is deprecated and will be removed in a future release. Please use LingoDotDevEngine instead. See https://lingo.dev/cli for more information."
|
408
408
|
);
|
409
409
|
_LingoEngine.hasWarnedDeprecation = true;
|
410
410
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lingo.dev/_sdk",
|
3
|
-
"version": "0.9.
|
3
|
+
"version": "0.9.2",
|
4
4
|
"description": "Lingo.dev JS SDK",
|
5
5
|
"private": false,
|
6
6
|
"publishConfig": {
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"@paralleldrive/cuid2": "^2.2.2",
|
22
22
|
"jsdom": "^25.0.1",
|
23
23
|
"zod": "^3.24.1",
|
24
|
-
"@lingo.dev/_spec": "0.
|
24
|
+
"@lingo.dev/_spec": "0.36.0"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
27
|
"@types/jsdom": "^21.1.7",
|