@elliemae/pui-cli 7.27.0 → 7.27.1

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.
@@ -68,5 +68,7 @@ const addRootElement = (id) => {
68
68
  addRootElement("root");
69
69
  (0, import_matchMedia.addMatchMedia)();
70
70
  window.ResizeObserver = import_resize_observer_polyfill.default;
71
- window.emui = {};
72
- window.emui.logger = (0, import_pui_diagnostics.logger)();
71
+ window.emui = {
72
+ logger: (0, import_pui_diagnostics.logger)(),
73
+ _BASE_PATH: new URL(document.baseURI).pathname
74
+ };
@@ -45,5 +45,7 @@ const addRootElement = (id) => {
45
45
  addRootElement("root");
46
46
  addMatchMedia();
47
47
  window.ResizeObserver = ResizeObserver;
48
- window.emui = {};
49
- window.emui.logger = logger();
48
+ window.emui = {
49
+ logger: logger(),
50
+ _BASE_PATH: new URL(document.baseURI).pathname
51
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "7.27.0",
3
+ "version": "7.27.1",
4
4
  "description": "ICE MT UI Platform CLI",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -163,7 +163,7 @@
163
163
  "eslint-import-resolver-babel-module": "~5.3.2",
164
164
  "eslint-import-resolver-typescript": "~3.5.3",
165
165
  "eslint-import-resolver-webpack": "~0.13.2",
166
- "eslint-plugin-compat": "~4.1.0",
166
+ "eslint-plugin-compat": "~4.1.1",
167
167
  "eslint-plugin-eslint-comments": "~3.2.0",
168
168
  "eslint-plugin-import": "~2.27.5",
169
169
  "eslint-plugin-jest": "~27.2.1",
@@ -214,8 +214,8 @@
214
214
  "node-plop": "~0.31.1",
215
215
  "nodemon": "~2.0.20",
216
216
  "normalize-path": "~3.0.0",
217
- "npm-check-updates": "16.6.5",
218
- "pino": "~8.9.0",
217
+ "npm-check-updates": "16.7.2",
218
+ "pino": "~8.10.0",
219
219
  "pino-pretty": "~9.1.1",
220
220
  "plop": "~3.1.2",
221
221
  "postcss": "~8.4.21",