eservices-core 1.0.540 → 1.0.542

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * eservices-core v1.0.540
2
+ * eservices-core v1.0.542
3
3
  * (c) 2023 ESERVICES
4
4
  */
5
5
  'use strict';
@@ -5230,7 +5230,7 @@ function debounce(fn, delay = 1000) {
5230
5230
  return (...args) => {
5231
5231
  // @ts-ignore
5232
5232
  clearTimeout(timeout);
5233
- timeout = setTimeout(() => fn(args), delay);
5233
+ timeout = setTimeout(() => fn(...args), delay);
5234
5234
  };
5235
5235
  }
5236
5236
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eservices-core",
3
- "version": "1.0.540",
3
+ "version": "1.0.542",
4
4
  "description": "Core library",
5
5
  "author": "",
6
6
  "scripts": {
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "peerDependencies": {
48
48
  "date-and-time": "^2.0.1",
49
- "jenesius-vue-form": "^2.3.1",
49
+ "jenesius-vue-form": "^2.3.3",
50
50
  "jenesius-vue-modal": "^1.5.0",
51
51
  "socket.io-client": "^4.5.2",
52
52
  "vue": "3.2.45",