@hapl/api-queries 0.1.122 → 0.1.123

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/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v0.1.123 (Mon Feb 07 2022)
2
+
3
+ #### ⚠️ Pushed to `main`
4
+
5
+ - hotfix ([@yeshkarluk](https://github.com/yeshkarluk))
6
+
7
+ #### Authors: 1
8
+
9
+ - Ivan Ignatev ([@yeshkarluk](https://github.com/yeshkarluk))
10
+
11
+ ---
12
+
1
13
  # v0.1.122 (Mon Feb 07 2022)
2
14
 
3
15
  #### ⚠️ Pushed to `main`
@@ -6,7 +6,7 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'defau
6
6
 
7
7
  var axios = _interopDefault(require('axios'));
8
8
  var qs = _interopDefault(require('qs'));
9
- var nanoid = require('nanoid');
9
+ var nonSecure = require('nanoid/non-secure');
10
10
  var chunk = _interopDefault(require('lodash/chunk'));
11
11
 
12
12
  function getPasswordRequest(_ref) {
@@ -4690,7 +4690,7 @@ function findActualEventsRowRequest(_ref) {
4690
4690
  var ids = [];
4691
4691
  var byId = {};
4692
4692
  data.data.forEach(function (entity) {
4693
- var _id = nanoid.nanoid();
4693
+ var _id = nonSecure.nanoid();
4694
4694
 
4695
4695
  byId[_id] = _extends({}, entity, {
4696
4696
  _id: _id