pilas-bloques-models
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -8,3 +8,6 @@ import { Answer } from './user'; | ||
answers: Answer[]; | ||
experimentGroup: ExperimentGroup; | ||
} | ||
declare type ExperimentGroup = 'treatment' | 'control' | 'notAffected'; | ||
export declare const ContextModel: import("@typegoose/typegoose").ReturnModelType<typeof Context, import("@typegoose/typegoose/lib/types").BeAnObject>; | ||
export {}; |
@@ -37,2 +37,6 @@ "use strict"; | ||
], Context.prototype, "answers", void 0); | ||
__decorate([ | ||
typegoose_1.prop(), | ||
__metadata("design:type", String) | ||
], Context.prototype, "experimentGroup", void 0); | ||
Context = __decorate([ | ||
@@ -39,0 +43,0 @@ typegoose_1.modelOptions({ options: { allowMixed: typegoose_1.Severity.ALLOW } }) |
import { Ref } from '@typegoose/typegoose'; | ||
import { Schema } from 'mongoose'; | ||
import { Context } from './context'; | ||
import { StaticAnalysis } from './staticAnalysis'; | ||
import { User } from './user'; | ||
@@ -9,5 +10,3 @@ export declare class BaseSolution { | ||
program: string; | ||
staticAnalysis: { | ||
couldExecute: boolean; | ||
}; | ||
staticAnalysis: StaticAnalysis; | ||
executionResult: { | ||
@@ -14,0 +13,0 @@ isTheProblemSolved: boolean; |
@@ -30,2 +30,3 @@ "use strict"; | ||
var context_1 = require("./context"); | ||
var staticAnalysis_1 = require("./staticAnalysis"); | ||
var user_1 = require("./user"); | ||
@@ -49,3 +50,3 @@ var BaseSolution = /** @class */ (function () { | ||
typegoose_1.prop({ required: true }), | ||
__metadata("design:type", Object) | ||
__metadata("design:type", staticAnalysis_1.StaticAnalysis) | ||
], BaseSolution.prototype, "staticAnalysis", void 0); | ||
@@ -52,0 +53,0 @@ __decorate([ |
{ | ||
"name": "pilas-bloques-models", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "Pilas Bloques models for development.", | ||
@@ -10,3 +10,6 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"prepublish": "rm -Rf dist && tsc" | ||
"prepublish": "rm -Rf dist && tsc", | ||
"release:patch": "npm version patch", | ||
"release:minor": "npm version minor", | ||
"release:major": "npm version major" | ||
}, | ||
@@ -29,5 +32,6 @@ "repository": { | ||
"eslint": "^7.8.1", | ||
"release": "^6.3.1", | ||
"typescript": "^4.0.2" | ||
}, | ||
"types": "dist/index.d.ts" | ||
} | ||
} |
@@ -0,3 +1,7 @@ | ||
¡Hola! :vulcan_salute: Este es un proyecto relacionado a [Pilas Bloques](https://pilasbloques.program.ar) :heart:. En el repositorio de ese proyecto encontrarás las guías sobre [cómo contribuir](https://github.com/Program-AR/pilas-bloques/blob/develop/CONTRIBUTING.md) y el [código de conducta](https://github.com/Program-AR/pilas-bloques/blob/develop/CODE_OF_CONDUCT.md), que son guías que aplican también a este proyecto. | ||
Hi! :vulcan_salute: This is a project related to [Pilas Bloques](https://pilasbloques.program.ar) :heart:. In that project's repository you'll find the [contribution guidelines](https://github.com/Program-AR/pilas-bloques/blob/develop/CONTRIBUTING_en.md) and the [code of conduct](https://github.com/Program-AR/pilas-bloques/blob/develop/CODE_OF_CONDUCT_en.md) which also apply to this project. | ||
# pilasbloques-models | ||
Pilas Bloques models for development. | ||
Pilas Bloques models for development. |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
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
62497
19
549
8
7
3
70
1