i18n-keyless-core 1.12.5 → 1.12.6

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "i18n-keyless-core",
3
3
  "private": false,
4
- "version": "1.12.5",
4
+ "version": "1.12.6",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",
package/dist/service.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import MyPQueue from "./my-pqueue";
2
2
  import packageJson from "./package.json";
3
3
  import { api } from "./api";
4
- export const queue = new MyPQueue({ concurrency: 5 });
4
+ export const queue = new MyPQueue({ concurrency: 30 });
5
5
  /**
6
6
  * Gets a translation for the specified key from the store
7
7
  * @param key - The translation key (text in primary language)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "i18n-keyless-core",
3
3
  "private": false,
4
- "version": "1.12.5",
4
+ "version": "1.12.6",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",