@automapper/classes
Advanced tools
Comparing version 6.0.0 to 6.0.1
{ | ||
"name": "@automapper/classes/experimental/transformer-plugin", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"sideEffects": false, | ||
@@ -29,6 +29,6 @@ "publishConfig": { | ||
"peerDependencies": { | ||
"@automapper/classes": "6.0.0", | ||
"@automapper/core": "6.0.0", | ||
"@automapper/types": "6.0.0" | ||
"@automapper/classes": "6.0.1", | ||
"@automapper/core": "6.0.1", | ||
"@automapper/types": "6.0.1" | ||
} | ||
} |
{ | ||
"name": "@automapper/classes/mapped-types", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"sideEffects": false, | ||
@@ -29,6 +29,6 @@ "publishConfig": { | ||
"peerDependencies": { | ||
"@automapper/classes": "6.0.0", | ||
"@automapper/core": "6.0.0", | ||
"@automapper/types": "6.0.0" | ||
"@automapper/classes": "6.0.1", | ||
"@automapper/core": "6.0.1", | ||
"@automapper/types": "6.0.1" | ||
} | ||
} |
{ | ||
"name": "@automapper/classes", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"peerDependencies": { | ||
"reflect-metadata": "~0.1.13", | ||
"@automapper/core": "6.0.0", | ||
"@automapper/types": "6.0.0" | ||
"@automapper/core": "6.0.1", | ||
"@automapper/types": "6.0.1" | ||
}, | ||
@@ -9,0 +9,0 @@ "sideEffects": false, |
import type { ClassInstanceStorage, ClassMetadataStorage } from '../storages'; | ||
import type { Constructible } from '../types'; | ||
import type { PrimitiveWithDate } from '@automapper/types'; | ||
export declare function exploreMetadata(metadataStorage: ClassMetadataStorage, instanceStorage: ClassInstanceStorage, ...models: Constructible[]): void; | ||
export declare function getMetadataList(model: Constructible): [string, { | ||
typeFn: any; | ||
depth?: number; | ||
isGetterOnly?: boolean; | ||
}][]; | ||
export declare function getMetadataList(model: Constructible): [ | ||
string, | ||
{ | ||
typeFn: () => Constructible | PrimitiveWithDate; | ||
depth?: number; | ||
isGetterOnly?: boolean; | ||
} | ||
][]; |
@@ -1,1 +0,1 @@ | ||
export declare function isDerivedSourcePathOnSourceClasses(sourceProto: Record<string, unknown>): (sourceObj: any, sourcePath: string[]) => boolean; | ||
export declare function isDerivedSourcePathOnSourceClasses(sourceProto: Record<string, unknown>): (sourceObj: unknown, sourcePath: string[]) => boolean; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
118810
1411