@base-framework/base 3.0.256 → 3.0.257

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.
@@ -11,7 +11,8 @@ export class Model extends Data {
11
11
  /**
12
12
  * This will extend the model to a child model.
13
13
  *
14
- * @param {object} [settings]
14
+ * @static
15
+ * @param {object} [settings={}]
15
16
  * @returns {object}
16
17
  */
17
18
  static extend(settings?: object): object;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/base",
3
- "version": "3.0.256",
3
+ "version": "3.0.257",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",