@tolgee/cli
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -283,2 +283,6 @@ import { createMachine, send, assign } from 'xstate'; | ||
{ | ||
actions: 'decrementDoubleJsxDepth', | ||
cond: (_ctx, e) => e.token === '/>', | ||
}, | ||
{ | ||
actions: 'decrementJsxDepth', | ||
@@ -364,2 +368,5 @@ }, | ||
}), | ||
decrementDoubleJsxDepth: assign({ | ||
jsxDepth: (ctx, _evt) => ctx.jsxDepth - 2, | ||
}), | ||
decrementJsxDepth: assign({ | ||
@@ -366,0 +373,0 @@ jsxDepth: (ctx, _evt) => ctx.jsxDepth - 1, |
{ | ||
"name": "@tolgee/cli", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "A tool to interact with the Tolgee Platform through CLI", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
921759
4899