@types/angular-mocks
Advanced tools
Comparing version 1.5.5 to 1.5.6
@@ -110,3 +110,3 @@ // Type definitions for Angular JS 1.5 (ngMock, ngMockE2E module) | ||
// https://github.com/johnpapa/angular-styleguide/blob/master/a1/README.md#accessible-members-up-top | ||
<T, TBinding>(componentName: string, locals: { $scope: IScope, [key: string]: any }, bindings?: TBinding, ident?: string): T; | ||
<T, TBinding>(componentName: string, locals: { $scope?: IScope, [key: string]: any }, bindings?: TBinding, ident?: string): T; | ||
} | ||
@@ -113,0 +113,0 @@ |
{ | ||
"name": "@types/angular-mocks", | ||
"version": "1.5.5", | ||
"version": "1.5.6", | ||
"description": "TypeScript definitions for Angular JS 1.5 (ngMock, ngMockE2E module)", | ||
@@ -16,4 +16,5 @@ "license": "MIT", | ||
}, | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "f1094e7f460ee7c56946e74be1f10423e6a86f3ffe366c24ca50bbc8d59b1011" | ||
"typesPublisherContentHash": "4f9c565902643517455bcc94215b9d7e2e6a97c74f713d09b6f304834612233b" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 16:15:22 GMT | ||
* Last updated: Tue, 15 Nov 2016 19:11:23 GMT | ||
* File structure: ModuleAugmentation | ||
@@ -14,0 +14,0 @@ * Library Dependencies: angular |
@@ -10,4 +10,4 @@ { | ||
], | ||
"libraryMajorVersion": "1", | ||
"libraryMinorVersion": "5", | ||
"libraryMajorVersion": 1, | ||
"libraryMinorVersion": 5, | ||
"libraryName": "Angular JS 1.5 (ngMock, ngMockE2E module)", | ||
@@ -33,3 +33,3 @@ "typingsPackageName": "angular-mocks", | ||
"hasPackageJson": false, | ||
"contentHash": "f1094e7f460ee7c56946e74be1f10423e6a86f3ffe366c24ca50bbc8d59b1011" | ||
"contentHash": "4f9c565902643517455bcc94215b9d7e2e6a97c74f713d09b6f304834612233b" | ||
} |
25397