@tstdl/base 0.86.0-beta7 → 0.86.0-beta8

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.
@@ -96,7 +96,7 @@ let Application = class Application2 {
96
96
  this.registerModule(module2);
97
97
  }
98
98
  run(...optionsFunctionsAndModules) {
99
- const options = optionsFunctionsAndModules.length > 0 && (0, import_type_guards.isNotFunction)(optionsFunctionsAndModules[0]) ? optionsFunctionsAndModules[0] : void 0;
99
+ const options = optionsFunctionsAndModules.length > 0 && (0, import_type_guards.isObject)(optionsFunctionsAndModules[0]) ? optionsFunctionsAndModules[0] : void 0;
100
100
  const functionsAndModules = (0, import_type_guards.isUndefined)(options) ? optionsFunctionsAndModules : optionsFunctionsAndModules.slice(1);
101
101
  void this._run(functionsAndModules, options);
102
102
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tstdl/base",
3
- "version": "0.86.0-beta7",
3
+ "version": "0.86.0-beta8",
4
4
  "author": "Patrick Hein",
5
5
  "publishConfig": {
6
6
  "access": "public"