@base-framework/base 3.0.174 → 3.0.176

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.
@@ -12,11 +12,6 @@ export class DataPubSub {
12
12
  * @protected
13
13
  */
14
14
  protected callBacks: Map<any, any>;
15
- /**
16
- * @member {number} lastToken
17
- * @protected
18
- */
19
- protected lastToken: number;
20
15
  /**
21
16
  * This will get a subscriber array.
22
17
  *
@@ -11,6 +11,7 @@ export class OneWaySource extends Source {
11
11
  /**
12
12
  * This will setup the data source.
13
13
  *
14
+ * @constructor
14
15
  * @param {object} data
15
16
  */
16
17
  constructor(data: object);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/base",
3
- "version": "3.0.174",
3
+ "version": "3.0.176",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",