@enervance/insight-cim-model 0.0.244 → 0.0.246

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.
@@ -126,7 +126,7 @@ INTEGRALEquivalentInjection.sparqlQuery = `
126
126
 
127
127
  OPTIONAL{?mrid cim:EquivalentInjection.regulationStatus ?regulationStatus .}
128
128
  OPTIONAL{?mrid cim:EquivalentInjection.regulationTarget ?regulationTarget .}
129
- OPTIONAL{?esUUID cim:PowerSystemResource.PSRType ?ptUUID .}
129
+ OPTIONAL{?mrid cim:PowerSystemResource.PSRType ?ptUUID .}
130
130
  OPTIONAL{?mrid cim:Equipment.EquipmentContainer ?ecUUID .}
131
131
  }
132
132
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enervance/insight-cim-model",
3
- "version": "0.0.244",
3
+ "version": "0.0.246",
4
4
  "description": "CIM data model",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",