@lingo.dev/_sdk 0.9.1 → 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 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://docs.lingo.dev/migration for more information."
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://docs.lingo.dev/migration for more information."
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://docs.lingo.dev/migration for more information."
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://docs.lingo.dev/migration for more information."
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.1",
3
+ "version": "0.9.2",
4
4
  "description": "Lingo.dev JS SDK",
5
5
  "private": false,
6
6
  "publishConfig": {