pilas-bloques-models
Advanced tools
Comparing version 1.2.16 to 1.2.17
declare type ExpectResult = Record<string, string | boolean | number>; | ||
declare class Score { | ||
expectResults: ExpectResult[]; | ||
expectResults: ExpectResult; | ||
percentage: number; | ||
@@ -5,0 +5,0 @@ } |
@@ -19,3 +19,3 @@ "use strict"; | ||
typegoose_1.prop(), | ||
__metadata("design:type", Array) | ||
__metadata("design:type", Object) | ||
], Score.prototype, "expectResults", void 0); | ||
@@ -22,0 +22,0 @@ __decorate([ |
{ | ||
"name": "pilas-bloques-models", | ||
"version": "1.2.16", | ||
"version": "1.2.17", | ||
"description": "Pilas Bloques models for development.", | ||
@@ -13,3 +13,4 @@ "main": "dist/index.js", | ||
"release:minor": "npm version minor", | ||
"release:major": "npm version major" | ||
"release:major": "npm version major", | ||
"prepublishOnly": "npm run prepublish && npm run release:$npm_config_type && git push origin" | ||
}, | ||
@@ -36,2 +37,2 @@ "repository": { | ||
"types": "dist/index.d.ts" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
63559