@base-framework/base 3.0.119 → 3.0.121

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.
@@ -1 +1 @@
1
- export function Pod(callBack: Function): object;
1
+ export function Pod(callBack: Function, extend?: object): object;
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This will store the pod shorthand method alaises.
3
+ *
4
+ * @constant
5
+ * @type {object} SHORTHAND_METHODS
6
+ */
7
+ export const SHORTHAND_METHODS: object;
@@ -3,6 +3,7 @@
3
3
  *
4
4
  * These are some helper functions for the router.
5
5
  *
6
+ * @constant
6
7
  * @type {object} Utils
7
8
  */
8
9
  export const Utils: object;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/base",
3
- "version": "3.0.119",
3
+ "version": "3.0.121",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",