@homeworksenergy/utility-service 1.1.0 → 1.1.2

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.
Files changed (2) hide show
  1. package/index.js +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -141,7 +141,6 @@ const isHWEUser = (user)=>{
141
141
  module.exports = {
142
142
  decodeEventType,
143
143
  getHweCode,
144
- getDetailTableNameForEventType,
145
144
  getEventTypeForDepartment,
146
145
  // Multi day
147
146
  getDefaultStartEndTimes,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homeworksenergy/utility-service",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Event type Transaction",
5
5
  "main": "index.js",
6
6
  "scripts": {