@c8y/bootstrap 1024.0.0 → 1024.1.5

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.
@@ -2,8 +2,8 @@ import { bootstrapGetRemotes, loadRemotes } from '../plugins/plugins';
2
2
  import { ensureLoggedInIfRequired } from '../login-check/login-check';
3
3
  import { loadOptions, applyOptions } from '../resolvers/options-resolver';
4
4
  export async function loadMetaDataAndPerformBootstrap(loadBootstrapModule) {
5
- const options = await loadOptions();
6
- await applyOptions({
5
+ let options = await loadOptions();
6
+ options = await applyOptions({
7
7
  ...options
8
8
  });
9
9
  const loggedIn = await ensureLoggedInIfRequired(options);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c8y/bootstrap",
3
- "version": "1024.0.0",
3
+ "version": "1024.1.5",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Cumulocity",
6
6
  "description": "Bootstrap layer",