@likewatt/models-front 1.40.0 → 1.41.0

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.
@@ -445,9 +445,9 @@ export declare const SiteConstants: {
445
445
  readonly '>250kVA': ">250kVA";
446
446
  };
447
447
  readonly CSPE: {
448
- readonly '<36kVA': 3.20625;
449
- readonly '<=250kVA': 2.56875;
450
- readonly '>250kVA': 2.25;
448
+ readonly '<36kVA': 2.998;
449
+ readonly '<=250kVA': 2.579;
450
+ readonly '>250kVA': 2.579;
451
451
  };
452
452
  readonly basePrices: readonly [{
453
453
  readonly power: 3;
@@ -132,9 +132,9 @@ exports.SiteConstants = {
132
132
  '>250kVA': '>250kVA',
133
133
  },
134
134
  CSPE: {
135
- '<36kVA': 3.20625,
136
- '<=250kVA': 2.56875,
137
- '>250kVA': 2.25,
135
+ '<36kVA': 2.998,
136
+ '<=250kVA': 2.579,
137
+ '>250kVA': 2.579,
138
138
  },
139
139
  basePrices: [
140
140
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@likewatt/models-front",
3
- "version": "1.40.0",
3
+ "version": "1.41.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",