@base-framework/base 3.0.428 → 3.0.430

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.
@@ -236,9 +236,9 @@ export class BasicData {
236
236
  * This will delete a property value or the model data.
237
237
  *
238
238
  * @param {object|string|null} [attrName]
239
- * @returns {void}
239
+ * @returns {object} this
240
240
  */
241
- delete(attrName?: object | string | null): void;
241
+ delete(attrName?: object | string | null): object;
242
242
  /**
243
243
  * This will get the value of an attribute.
244
244
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/base",
3
- "version": "3.0.428",
3
+ "version": "3.0.430",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",