@vocab/phrase
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -158,2 +158,3 @@ 'use strict'; | ||
formData.append('update_translations', 'true'); | ||
formData.append('update_descriptions', 'true'); | ||
for (const [locale, index] of Object.entries(localeMapping)) { | ||
@@ -160,0 +161,0 @@ formData.append(`locale_mapping[${locale}]`, index); |
@@ -158,2 +158,3 @@ 'use strict'; | ||
formData.append('update_translations', 'true'); | ||
formData.append('update_descriptions', 'true'); | ||
for (const [locale, index] of Object.entries(localeMapping)) { | ||
@@ -160,0 +161,0 @@ formData.append(`locale_mapping[${locale}]`, index); |
@@ -146,2 +146,3 @@ import { promises } from 'fs'; | ||
formData.append('update_translations', 'true'); | ||
formData.append('update_descriptions', 'true'); | ||
for (const [locale, index] of Object.entries(localeMapping)) { | ||
@@ -148,0 +149,0 @@ formData.append(`locale_mapping[${locale}]`, index); |
{ | ||
"name": "@vocab/phrase", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"main": "dist/vocab-phrase.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/vocab-phrase.esm.js", |
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
57959
1022