@navservice/core 1.73.0 → 1.75.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.
package/build/es/index.js CHANGED
@@ -155,7 +155,7 @@ const _environment = class {
155
155
  window.sessionStorage.setItem("ENVIRONMENT", props);
156
156
  }
157
157
  static get get() {
158
- return window.sessionStorage.get("ENVIRONMENT");
158
+ return window.sessionStorage.getItem("ENVIRONMENT");
159
159
  }
160
160
  };
161
161
  const utils_environment = _environment;
@@ -235,7 +235,7 @@ const _environment = class _environment {
235
235
  return;
236
236
  }
237
237
  static get get() {
238
- return window.sessionStorage.get("ENVIRONMENT");
238
+ return window.sessionStorage.getItem("ENVIRONMENT");
239
239
  }
240
240
  };
241
241
  /* export default */ const utils_environment = (_environment);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navservice/core",
3
- "version": "1.73.0",
3
+ "version": "1.75.0",
4
4
  "description": "Service core de todos os micro serviços",
5
5
  "type": "module",
6
6
  "exports": {