ow-eengine-power 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.
- package/dist/OW_EEngine_Power.js +2 -1
- package/dist/OW_EEngine_Power.umd.cjs +48 -48
- package/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/OW_EEngine_Power.js
CHANGED
|
@@ -44381,5 +44381,6 @@ export {
|
|
|
44381
44381
|
Av as InsulatorInfo,
|
|
44382
44382
|
bv as OWEEgineManager,
|
|
44383
44383
|
Sv as TowerInfo,
|
|
44384
|
-
wv as TowerLineInfo
|
|
44384
|
+
wv as TowerLineInfo,
|
|
44385
|
+
od as drawModel
|
|
44385
44386
|
};
|