@transifex/native 5.3.0-alpha.0 → 5.4.0
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/README.md +3 -0
- package/dist/browser.native.js +1 -1
- package/dist/browser.native.js.map +1 -1
- package/dist/node.native.d.ts +1 -1
- package/dist/node.native.js +1 -1
- package/dist/node.native.js.map +1 -1
- package/package.json +1 -1
- package/src/TxNative.js +2 -0
- package/src/index.d.ts +1 -1
package/README.md
CHANGED
|
@@ -317,6 +317,9 @@ params: Object({
|
|
|
317
317
|
// Replace the existing string tags with the tags of this request
|
|
318
318
|
overrideTags: Boolean,
|
|
319
319
|
|
|
320
|
+
// Replace the existing string occurrences with the occurrences of this request
|
|
321
|
+
overrideOccurrences: Boolean,
|
|
322
|
+
|
|
320
323
|
// If true, when wait for processing to be complete before
|
|
321
324
|
// resolving this promise
|
|
322
325
|
noWait: Boolean,
|