@genesislcap/foundation-comms 14.259.0 → 14.259.1-alpha-7046515.0

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.
@@ -133,8 +133,8 @@ let DefaultMessageBuilder = class DefaultMessageBuilder {
133
133
  return {
134
134
  SOURCE_REF: this.uuid.createId(),
135
135
  MESSAGE_TYPE: EventMessageType.EVENT_LOGOUT,
136
- SESSION_AUTH_TOKEN: (_a = loginResult.authToken) !== null && _a !== void 0 ? _a : this.session.getSessionStorageItem('authToken'),
137
- SESSION_ID: (_b = loginResult.sessionId) !== null && _b !== void 0 ? _b : this.session.getSessionStorageItem('sessionId'),
136
+ SESSION_AUTH_TOKEN: (_a = loginResult === null || loginResult === void 0 ? void 0 : loginResult.authToken) !== null && _a !== void 0 ? _a : this.session.getSessionStorageItem('authToken'),
137
+ SESSION_ID: (_b = loginResult === null || loginResult === void 0 ? void 0 : loginResult.sessionId) !== null && _b !== void 0 ? _b : this.session.getSessionStorageItem('sessionId'),
138
138
  };
139
139
  }
140
140
  createDataLogonMessage(resourceName, params) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-comms",
3
3
  "description": "Genesis Foundation UI Comms",
4
- "version": "14.259.0",
4
+ "version": "14.259.1-alpha-7046515.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -75,23 +75,23 @@
75
75
  }
76
76
  },
77
77
  "devDependencies": {
78
- "@genesislcap/foundation-testing": "14.259.0",
79
- "@genesislcap/genx": "14.259.0",
80
- "@genesislcap/rollup-builder": "14.259.0",
81
- "@genesislcap/ts-builder": "14.259.0",
82
- "@genesislcap/uvu-playwright-builder": "14.259.0",
83
- "@genesislcap/vite-builder": "14.259.0",
84
- "@genesislcap/webpack-builder": "14.259.0",
78
+ "@genesislcap/foundation-testing": "14.259.1-alpha-7046515.0",
79
+ "@genesislcap/genx": "14.259.1-alpha-7046515.0",
80
+ "@genesislcap/rollup-builder": "14.259.1-alpha-7046515.0",
81
+ "@genesislcap/ts-builder": "14.259.1-alpha-7046515.0",
82
+ "@genesislcap/uvu-playwright-builder": "14.259.1-alpha-7046515.0",
83
+ "@genesislcap/vite-builder": "14.259.1-alpha-7046515.0",
84
+ "@genesislcap/webpack-builder": "14.259.1-alpha-7046515.0",
85
85
  "@types/js-cookie": "^3.0.2",
86
86
  "@types/json-schema": "^7.0.11",
87
87
  "@types/webappsec-credential-management": "^0.6.2",
88
88
  "rimraf": "^5.0.0"
89
89
  },
90
90
  "dependencies": {
91
- "@genesislcap/foundation-broadcast-channel": "14.259.0",
92
- "@genesislcap/foundation-logger": "14.259.0",
93
- "@genesislcap/foundation-user": "14.259.0",
94
- "@genesislcap/foundation-utils": "14.259.0",
91
+ "@genesislcap/foundation-broadcast-channel": "14.259.1-alpha-7046515.0",
92
+ "@genesislcap/foundation-logger": "14.259.1-alpha-7046515.0",
93
+ "@genesislcap/foundation-user": "14.259.1-alpha-7046515.0",
94
+ "@genesislcap/foundation-utils": "14.259.1-alpha-7046515.0",
95
95
  "@microsoft/fast-element": "1.14.0",
96
96
  "@microsoft/fast-foundation": "2.49.6",
97
97
  "analytics": "^0.8.0",
@@ -111,5 +111,5 @@
111
111
  "publishConfig": {
112
112
  "access": "public"
113
113
  },
114
- "gitHead": "6656bbcddf94db7587bab3339ca021718ce54709"
114
+ "gitHead": "97ec6659c386f65924855db3e63c382095e1def0"
115
115
  }