skapi-js 1.1.1 → 1.1.2

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/js/main/skapi.js CHANGED
@@ -68,7 +68,7 @@ export default class Skapi {
68
68
  }
69
69
  }
70
70
  constructor(service, owner, options, __etc) {
71
- this.__version = '1.1.1';
71
+ this.__version = '1.1.2';
72
72
  this.session = null;
73
73
  this.connection = null;
74
74
  this.__my_unique_ids = {};
@@ -6,6 +6,7 @@ declare class Queuecumber {
6
6
  private onProgress?;
7
7
  private completed;
8
8
  private runningBatches;
9
+ private runningSlots;
9
10
  private get batchToProcess();
10
11
  private get batchProcessFinished();
11
12
  constructor(option?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skapi-js",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Serverless Backend API for HTML frontend.",
5
5
  "main": "js/Main.js",
6
6
  "browser": "dist/skapi.js",
@@ -33,7 +33,7 @@
33
33
  "homepage": "https://www.skapi.com",
34
34
  "dependencies": {
35
35
  "amazon-cognito-identity-js": "^6.3.12",
36
- "queuecumber": "^1.0.10"
36
+ "queuecumber": "^1.0.11"
37
37
  },
38
38
  "devDependencies": {
39
39
  "basic-node-server": "^1.0.16",