@alchemist/ecsrx
Advanced tools
Comparing version 0.3.2 to 0.3.4
@@ -11,2 +11,3 @@ import { Vue } from 'vue-property-decorator'; | ||
readonly allowedTypes: ITypesToShow; | ||
relayValidation(isValid: any, modelErrors: any): void; | ||
} |
@@ -13,2 +13,3 @@ import { Vue } from "vue-property-decorator"; | ||
readonly allowedGenericTypes: ITypesToShow; | ||
onStateChanged(): void; | ||
} |
@@ -10,2 +10,3 @@ import { Vue } from 'vue-property-decorator'; | ||
readonly allowedTypes: ITypesToShow; | ||
relayValidation(isValid: any, modelErrors: any): void; | ||
} |
{ | ||
"name": "@alchemist/ecsrx", | ||
"version": "0.3.2", | ||
"version": "0.3.4", | ||
"main": "dist/index.js", | ||
@@ -19,3 +19,3 @@ "types": "dist/index.d.ts", | ||
"@alchemist/core": "^0.5.6", | ||
"@alchemist/dotnet": "^0.4.7", | ||
"@alchemist/dotnet": "^0.4.11", | ||
"@treacherous/core": "^0.17.7", | ||
@@ -22,0 +22,0 @@ "@treacherous/decorators": "^0.2.4", |
Sorry, the diff of this file is too big to display
219046
53
3998
Updated@alchemist/dotnet@^0.4.11