diff --git a/@types/Module/index.d.ts b/@types/Module/index.d.ts index db466e0..4a10cc6 100644 --- a/@types/Module/index.d.ts +++ b/@types/Module/index.d.ts @@ -2,16 +2,20 @@ declare module Module { export function register( moduleName: string, moduleProperties: { - defaults: any; - getStyles: Function; - getTranslations: Function; - getTemplate: Function; - getTemplateData: Function; - start: Function; - scheduleUpdate: Function; - loadData: Function; - socketNotificationReceived: Function; + data?: any; + defaults?: any; + getDom?: Function; getHeader?: Function; + getScripts?: Function; + getStyles?: Function; + getTemplate?: Function; + getTemplateData?: Function; + getTranslations?: Function; + loadData?: Function; + notificationReceived?: Function; + scheduleUpdate?: Function; + socketNotificationReceived?: Function; + start?: Function; } ): void; } diff --git a/package-lock.json b/package-lock.json index c87d5a5..bee3af7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3146,9 +3146,9 @@ } }, "node_modules/path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "dev": true }, "node_modules/path-type": { @@ -6829,9 +6829,9 @@ "dev": true }, "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "dev": true }, "path-type": {