@driveflux/pdf 1.3.5 → 1.3.7

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.
@@ -501,7 +501,7 @@ export var subscription = {
501
501
  object: 'vehicle',
502
502
  make: 'Proton',
503
503
  vehicleModel: 'X90',
504
- vehicleVariant: '1.5 Flagship',
504
+ variant: '1.5 Flagship',
505
505
  year: 2024,
506
506
  featured: false,
507
507
  searchRankScore: 600,
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "commonjs"
3
+ }
@@ -25,7 +25,7 @@ var Details = function(param) {
25
25
  },
26
26
  {
27
27
  key: tDetails.vehicle.model,
28
- value: "".concat((_subscription_vehicle1 = subscription.vehicle) === null || _subscription_vehicle1 === void 0 ? void 0 : _subscription_vehicle1.vehicleModel, " ").concat((_subscription_vehicle2 = subscription.vehicle) === null || _subscription_vehicle2 === void 0 ? void 0 : _subscription_vehicle2.vehicleVariant)
28
+ value: "".concat((_subscription_vehicle1 = subscription.vehicle) === null || _subscription_vehicle1 === void 0 ? void 0 : _subscription_vehicle1.vehicleModel, " ").concat((_subscription_vehicle2 = subscription.vehicle) === null || _subscription_vehicle2 === void 0 ? void 0 : _subscription_vehicle2.variant)
29
29
  },
30
30
  {
31
31
  key: tDetails.vehicle.year,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/pdf",
3
- "version": "1.3.5",
3
+ "version": "1.3.7",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -12,7 +12,7 @@
12
12
  "dist"
13
13
  ],
14
14
  "dependencies": {
15
- "@driveflux/db": "1.8.5",
15
+ "@driveflux/db": "1.8.7",
16
16
  "@driveflux/env": "1.3.0",
17
17
  "@driveflux/format-money": "5.3.0",
18
18
  "@driveflux/time": "4.3.0",