@enervance/insight-cim-model 0.0.441 → 0.0.442

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.
@@ -127,6 +127,6 @@ BusbarSection.sparqlQuery = `
127
127
  OPTIONAL{?bbsUUID cim:Equipment.AdditionalEquipmentContainer ?aecUUIDs .}
128
128
  }
129
129
  }
130
- GROUP BY ?bbsUUID ?baseIRI ?name ?shortName ?ecUUID
130
+ GROUP BY ?bbsUUID ?baseIRI ?mrid ?name ?shortName ?ecUUID
131
131
  `;
132
132
  //# sourceMappingURL=BusbarSection.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enervance/insight-cim-model",
3
- "version": "0.0.441",
3
+ "version": "0.0.442",
4
4
  "description": "CIM data model",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",