@monkvision/types
Advanced tools
Comparing version 4.0.5 to 4.0.6
@@ -27,2 +27,1 @@ "use strict"; | ||
})(MonkApiPermission = exports.MonkApiPermission || (exports.MonkApiPermission = {})); | ||
//# sourceMappingURL=api.js.map |
@@ -52,2 +52,1 @@ "use strict"; | ||
})(CameraResolution = exports.CameraResolution || (exports.CameraResolution = {})); | ||
//# sourceMappingURL=camera.js.map |
@@ -22,2 +22,1 @@ "use strict"; | ||
})(PhotoCaptureTutorialOption = exports.PhotoCaptureTutorialOption || (exports.PhotoCaptureTutorialOption = {})); | ||
//# sourceMappingURL=config.js.map |
@@ -8,2 +8,1 @@ "use strict"; | ||
exports.monkLanguages = ['fr', 'en', 'de', 'nl']; | ||
//# sourceMappingURL=i18n.js.map |
@@ -27,2 +27,1 @@ "use strict"; | ||
__exportStar(require("./typeUtils"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -26,2 +26,1 @@ "use strict"; | ||
})(InteractiveStatus = exports.InteractiveStatus || (exports.InteractiveStatus = {})); | ||
//# sourceMappingURL=jsx.js.map |
@@ -153,2 +153,1 @@ "use strict"; | ||
})(SteeringWheelPosition = exports.SteeringWheelPosition || (exports.SteeringWheelPosition = {})); | ||
//# sourceMappingURL=sights.js.map |
@@ -70,2 +70,1 @@ "use strict"; | ||
})(CurrencyCode = exports.CurrencyCode || (exports.CurrencyCode = {})); | ||
//# sourceMappingURL=common.js.map |
@@ -20,2 +20,1 @@ "use strict"; | ||
})(DamageType = exports.DamageType || (exports.DamageType = {})); | ||
//# sourceMappingURL=damage.js.map |
@@ -21,2 +21,1 @@ "use strict"; | ||
})(MonkEntityType = exports.MonkEntityType || (exports.MonkEntityType = {})); | ||
//# sourceMappingURL=entity.js.map |
@@ -218,2 +218,1 @@ "use strict"; | ||
]; | ||
//# sourceMappingURL=image.js.map |
@@ -31,2 +31,1 @@ "use strict"; | ||
__exportStar(require("./wheelAnalysis"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=inspection.js.map |
@@ -85,2 +85,1 @@ "use strict"; | ||
})(VehiclePart = exports.VehiclePart || (exports.VehiclePart = {})); | ||
//# sourceMappingURL=part.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=partOperation.js.map |
@@ -34,2 +34,1 @@ "use strict"; | ||
})(RepairOperationType = exports.RepairOperationType || (exports.RepairOperationType = {})); | ||
//# sourceMappingURL=pricingV2.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=renderedOutput.js.map |
@@ -22,2 +22,1 @@ "use strict"; | ||
})(SeverityResultTargetType = exports.SeverityResultTargetType || (exports.SeverityResultTargetType = {})); | ||
//# sourceMappingURL=severityResult.js.map |
@@ -52,2 +52,1 @@ "use strict"; | ||
})(TaskName = exports.TaskName || (exports.TaskName = {})); | ||
//# sourceMappingURL=task.js.map |
@@ -12,2 +12,1 @@ "use strict"; | ||
})(MileageUnit = exports.MileageUnit || (exports.MileageUnit = {})); | ||
//# sourceMappingURL=vehicle.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=view.js.map |
@@ -26,2 +26,1 @@ "use strict"; | ||
})(WheelName = exports.WheelName || (exports.WheelName = {})); | ||
//# sourceMappingURL=wheelAnalysis.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=colors.js.map |
@@ -21,2 +21,1 @@ "use strict"; | ||
__exportStar(require("./theme"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=palette.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=theme.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=utils.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=typeUtils.js.map |
@@ -18,2 +18,1 @@ "use strict"; | ||
})(DeviceOrientation = exports.DeviceOrientation || (exports.DeviceOrientation = {})); | ||
//# sourceMappingURL=utils.js.map |
{ | ||
"name": "@monkvision/types", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"license": "BSD-3-Clause-Clear", | ||
@@ -29,6 +29,6 @@ "packageManager": "yarn@3.2.4", | ||
"devDependencies": { | ||
"@monkvision/eslint-config-base": "4.0.5", | ||
"@monkvision/eslint-config-typescript": "4.0.5", | ||
"@monkvision/prettier-config": "4.0.5", | ||
"@monkvision/typescript-config": "4.0.5", | ||
"@monkvision/eslint-config-base": "4.0.6", | ||
"@monkvision/eslint-config-typescript": "4.0.6", | ||
"@monkvision/prettier-config": "4.0.6", | ||
"@monkvision/typescript-config": "4.0.6", | ||
"@types/node": "^18.11.9", | ||
@@ -67,3 +67,3 @@ "@typescript-eslint/eslint-plugin": "^5.43.0", | ||
"homepage": "https://github.com/monkvision/monkjs", | ||
"gitHead": "30e00a8645b7ab3fc058bcdcb2be9fc4d1ca1494" | ||
"gitHead": "58246b49b0381fd201b1078c72d0edbe929b9308" | ||
} |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
0
118126
61