lingo.dev 0.99.5 → 0.99.7
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 -2
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +2 -2
- package/build/cli.mjs.map +1 -1
- package/package.json +2 -2
package/build/cli.cjs
CHANGED
|
@@ -7749,7 +7749,7 @@ function createWorkerTask(args) {
|
|
|
7749
7749
|
const processableData = _lodash2.default.chain(sourceData).entries().filter(
|
|
7750
7750
|
([key, value]) => delta.added.includes(key) || delta.updated.includes(key) || !!args.ctx.flags.force
|
|
7751
7751
|
).filter(
|
|
7752
|
-
([key]) => _optionalChain([assignedTask, 'access', _223 => _223.onlyKeys, 'optionalAccess', _224 => _224.some, 'call', _225 => _225(
|
|
7752
|
+
([key]) => !assignedTask.onlyKeys.length || _optionalChain([assignedTask, 'access', _223 => _223.onlyKeys, 'optionalAccess', _224 => _224.some, 'call', _225 => _225(
|
|
7753
7753
|
(pattern) => minimatch(key, pattern)
|
|
7754
7754
|
)])
|
|
7755
7755
|
).fromPairs().value();
|
|
@@ -9127,7 +9127,7 @@ async function renderHero2() {
|
|
|
9127
9127
|
// package.json
|
|
9128
9128
|
var package_default = {
|
|
9129
9129
|
name: "lingo.dev",
|
|
9130
|
-
version: "0.99.
|
|
9130
|
+
version: "0.99.7",
|
|
9131
9131
|
description: "Lingo.dev CLI",
|
|
9132
9132
|
private: false,
|
|
9133
9133
|
publishConfig: {
|