@enervance/insight-cim-model 0.0.269-beta2 → 0.0.269-beta3

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.
@@ -7,7 +7,7 @@ class TbBdConverterUtilities {
7
7
  return tslib_1.__awaiter(this, void 0, void 0, function* () {
8
8
  try {
9
9
  const netzbereiche = yield mySqlConnection.execQuery(`SELECT *
10
- FROM Netzbereich;
10
+ FROM netz_netzbereich;
11
11
  `);
12
12
  return {
13
13
  status: 'success',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enervance/insight-cim-model",
3
- "version": "0.0.269-beta2",
3
+ "version": "0.0.269-beta3",
4
4
  "description": "CIM data model",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",