@localess/cli 0.0.1-dev.20260217090947 → 0.0.1-dev.20260217094502
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/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -280,6 +280,7 @@ function localessClient(options) {
|
|
|
280
280
|
},
|
|
281
281
|
body: JSON.stringify(body)
|
|
282
282
|
});
|
|
283
|
+
console.log(LOG_GROUP, "updateTranslations : ", await response.json());
|
|
283
284
|
if (options.debug) {
|
|
284
285
|
console.log(LOG_GROUP, "updateTranslations status : ", response.status);
|
|
285
286
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -257,6 +257,7 @@ function localessClient(options) {
|
|
|
257
257
|
},
|
|
258
258
|
body: JSON.stringify(body)
|
|
259
259
|
});
|
|
260
|
+
console.log(LOG_GROUP, "updateTranslations : ", await response.json());
|
|
260
261
|
if (options.debug) {
|
|
261
262
|
console.log(LOG_GROUP, "updateTranslations status : ", response.status);
|
|
262
263
|
}
|