skapi-js 1.0.149 → 1.0.150

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/Types.d.ts CHANGED
@@ -191,7 +191,6 @@ export type Service = {
191
191
  template_welcome: {
192
192
  url: string;
193
193
  subject: string;
194
- subscri: any;
195
194
  };
196
195
  timestamp: number;
197
196
  triggers: {
package/js/main/skapi.js CHANGED
@@ -25,7 +25,7 @@ export default class Skapi {
25
25
  set user(value) {
26
26
  }
27
27
  constructor(service, owner, options, __etc) {
28
- this.__version = '1.0.149';
28
+ this.__version = '1.0.150';
29
29
  this.session = null;
30
30
  this.connection = null;
31
31
  this.host = 'skapi';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skapi-js",
3
- "version": "1.0.149",
3
+ "version": "1.0.150",
4
4
  "description": "Skapi: Backend API for HTML frontend.",
5
5
  "main": "dist/skapi.module.js",
6
6
  "types": "js/Main.d.ts",