@alterior/di
Advanced tools
Comparing version 3.0.0-beta.7 to 3.0.0-beta.8
import { Annotation } from "@alterior/annotations"; | ||
export declare class InjectableAnnotation extends Annotation { | ||
} | ||
export declare const Injectable: import("../../../../../../../../../Users/Liam/Desktop/Projects/alterior-mvc/alterior/packages/di/node_modules/@alterior/annotations/dist/annotations").AnnotationDecorator<any>; | ||
export declare const Injectable: import("@alterior/annotations/dist/annotations").AnnotationDecorator<[any?]>; | ||
export declare class OptionalAnnotation extends Annotation { | ||
} | ||
export declare const Optional: import("../../../../../../../../../Users/Liam/Desktop/Projects/alterior-mvc/alterior/packages/di/node_modules/@alterior/annotations/dist/annotations").AnnotationDecorator<any>; | ||
export declare const Optional: import("@alterior/annotations/dist/annotations").AnnotationDecorator<[any?]>; | ||
export declare class InjectAnnotation extends Annotation { | ||
@@ -12,2 +12,2 @@ readonly token: any; | ||
} | ||
export declare const Inject: import("../../../../../../../../../Users/Liam/Desktop/Projects/alterior-mvc/alterior/packages/di/node_modules/@alterior/annotations/dist/annotations").AnnotationDecorator<any>; | ||
export declare const Inject: import("@alterior/annotations/dist/annotations").AnnotationDecorator<[any]>; |
"use strict"; | ||
var __extends = (this && this.__extends) || (function () { | ||
var extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
var extendStatics = function (d, b) { | ||
extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
} | ||
return function (d, b) { | ||
@@ -7,0 +10,0 @@ extendStatics(d, b); |
@@ -37,2 +37,2 @@ import { Annotation } from "@alterior/annotations"; | ||
} | ||
export declare const Module: import("../../../../../../../../../Users/Liam/Desktop/Projects/alterior-mvc/alterior/packages/di/node_modules/@alterior/annotations/dist/annotations").AnnotationDecorator<ModuleOptions>; | ||
export declare const Module: import("@alterior/annotations/dist/annotations").AnnotationDecorator<[ModuleOptions?]>; |
"use strict"; | ||
var __extends = (this && this.__extends) || (function () { | ||
var extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
var extendStatics = function (d, b) { | ||
extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
} | ||
return function (d, b) { | ||
@@ -7,0 +10,0 @@ extendStatics(d, b); |
{ | ||
"name": "@alterior/di", | ||
"version": "3.0.0-beta.7", | ||
"version": "3.0.0-beta.8", | ||
"access": "public", | ||
@@ -14,3 +14,3 @@ "publishConfig": { | ||
"prepare": "npm run test", | ||
"test": "exit 0" | ||
"test": "npm run build && exit 0" | ||
}, | ||
@@ -28,10 +28,11 @@ "repository": { | ||
"dependencies": { | ||
"@alterior/annotations": "^3.0.0-beta.7", | ||
"@alterior/common": "^3.0.0-beta.7", | ||
"@alterior/annotations": "^3.0.0-beta.8", | ||
"@alterior/common": "^3.0.0-beta.8", | ||
"injection-js": "^2.2.1" | ||
}, | ||
"devDependencies": { | ||
"reflect-metadata": "^0.1.12" | ||
"reflect-metadata": "^0.1.12", | ||
"typescript": "^3.0.3" | ||
}, | ||
"gitHead": "0b725be47fdfa968cb9737cda7641bcbcd8378f5" | ||
"gitHead": "7d4bb06b064ceeb887e900279012f6c705a0dd9e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
182
0
10690
2