lingo.dev 0.92.4 → 0.92.5
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 +2 -1
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +2 -1
- package/build/cli.mjs.map +1 -1
- package/package.json +2 -1
package/build/cli.cjs
CHANGED
|
@@ -6291,7 +6291,7 @@ async function renderHero() {
|
|
|
6291
6291
|
// package.json
|
|
6292
6292
|
var package_default = {
|
|
6293
6293
|
name: "lingo.dev",
|
|
6294
|
-
version: "0.92.
|
|
6294
|
+
version: "0.92.5",
|
|
6295
6295
|
description: "Lingo.dev CLI",
|
|
6296
6296
|
private: false,
|
|
6297
6297
|
publishConfig: {
|
|
@@ -6392,6 +6392,7 @@ var package_default = {
|
|
|
6392
6392
|
"mdast-util-from-markdown": "^2.0.2",
|
|
6393
6393
|
"mdast-util-gfm": "^3.1.0",
|
|
6394
6394
|
"micromark-extension-gfm": "^3.0.0",
|
|
6395
|
+
"node-machine-id": "^1.1.12",
|
|
6395
6396
|
"node-webvtt": "^1.9.4",
|
|
6396
6397
|
"object-hash": "^3.0.0",
|
|
6397
6398
|
octokit: "^4.0.2",
|