@monkvision/types
Advanced tools
Comparing version 4.0.14 to 4.0.15
@@ -80,3 +80,6 @@ import { MonkEntity, MonkEntityType } from './entity'; | ||
WIPER_FRONT = "wiper_front", | ||
WHEEL = "wheel" | ||
WHEEL = "wheel", | ||
CAR_INSIDE = "car_inside", | ||
DAMAGED_CAR_INSIDE = "damaged_car_inside", | ||
HANDLE_BACK_CENTER = "handle_back_center" | ||
} | ||
@@ -83,0 +86,0 @@ /** |
@@ -84,2 +84,5 @@ "use strict"; | ||
VehiclePart["WHEEL"] = "wheel"; | ||
VehiclePart["CAR_INSIDE"] = "car_inside"; | ||
VehiclePart["DAMAGED_CAR_INSIDE"] = "damaged_car_inside"; | ||
VehiclePart["HANDLE_BACK_CENTER"] = "handle_back_center"; | ||
})(VehiclePart = exports.VehiclePart || (exports.VehiclePart = {})); |
{ | ||
"name": "@monkvision/types", | ||
"version": "4.0.14", | ||
"version": "4.0.15", | ||
"license": "BSD-3-Clause-Clear", | ||
@@ -29,6 +29,6 @@ "packageManager": "yarn@3.2.4", | ||
"devDependencies": { | ||
"@monkvision/eslint-config-base": "4.0.14", | ||
"@monkvision/eslint-config-typescript": "4.0.14", | ||
"@monkvision/prettier-config": "4.0.14", | ||
"@monkvision/typescript-config": "4.0.14", | ||
"@monkvision/eslint-config-base": "4.0.15", | ||
"@monkvision/eslint-config-typescript": "4.0.15", | ||
"@monkvision/prettier-config": "4.0.15", | ||
"@monkvision/typescript-config": "4.0.15", | ||
"@types/node": "^18.11.9", | ||
@@ -67,3 +67,3 @@ "@typescript-eslint/eslint-plugin": "^5.43.0", | ||
"homepage": "https://github.com/monkvision/monkjs", | ||
"gitHead": "ef206bab4a5ad0e8a8f94dee02ea4315ba1d9c7c" | ||
"gitHead": "4ef0d6668a20018d374cc8c0588864670a973c2b" | ||
} |
118426
3375