@fxjs/orm
Advanced tools
Comparing version 1.6.6 to 1.6.7
@@ -178,3 +178,3 @@ /// <reference types="fibjs" /> | ||
interface InstanceAssociationItem_HasMany extends InstanceAssociationItem { | ||
props: ModelPropertyDefinitionHash | ||
props: ResolvedModelPropertyDefinitionHash | ||
hooks: Hooks | ||
@@ -279,3 +279,3 @@ field?: OrigDetailedModelProperty | ||
type ComplexModelPropertyDefinition = ModelPropertyDefinition | | ||
String | Boolean | Number | Date | object | Class_Buffer | any[] | ||
String | Boolean | Number | Date | Class_Buffer | any[] | ||
// for compatibility | ||
@@ -287,2 +287,5 @@ type OrigModelPropertyDefinition = ComplexModelPropertyDefinition | ||
} | ||
interface ResolvedModelPropertyDefinitionHash { | ||
[key: string]: ModelPropertyDefinition | ||
} | ||
@@ -289,0 +292,0 @@ type OrigAggreteGenerator = (...args: any[]) => IAggregated |
v1.6.6 / 2018-11-30 | ||
v1.6.7 / 2018-12-02 | ||
================== | ||
* typo fix. | ||
v1.6.6 / 2018-11-30 | ||
=================== | ||
* Release v1.6.6 | ||
* fix .npmignore | ||
@@ -6,0 +12,0 @@ |
{ | ||
"name": "@fxjs/orm", | ||
"version": "1.6.6", | ||
"version": "1.6.7", | ||
"description": "Object Relational Mapping for fibjs", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
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
262798
6512