@enervance/insight-cim-model 0.0.427 → 0.0.428

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.
@@ -133,7 +133,7 @@ AMPRIONWire.sparqlQuery = `
133
133
  OPTIONAL { ?mrid amp:AMPRIONWire.absorptivity ?absorptivity .}
134
134
  OPTIONAL { ?mrid amp:AMPRIONWire.emissivity ?emissivity .}
135
135
  OPTIONAL { ?mrid amp:AMPRIONWire.isolation ?isolationEnum .}
136
- OPTIONAL { ?mrid amp:AMPRIONWire.phase ?phaseEnum .}
136
+ OPTIONAL { ?mrid amp:Asset.phase ?phaseEnum .}
137
137
  OPTIONAL { ?mrid amp:AMPRIONWire.operatingType ?operatingTypeEnum .}
138
138
  OPTIONAL { ?mrid amp:AMPRIONWire.layout ?layoutEnum .}
139
139
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enervance/insight-cim-model",
3
- "version": "0.0.427",
3
+ "version": "0.0.428",
4
4
  "description": "CIM data model",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",