angular2-bootstrap-confirm
Advanced tools
Comparing version 0.11.0 to 0.11.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.11.1"></a> | ||
## [0.11.1](https://github.com/mattlewis92/angular2-bootstrap-confirm/compare/v0.11.0...v0.11.1) (2016-09-24) | ||
### Bug Fixes | ||
* **aot:** fix typescript errors when using aot ([6827be0](https://github.com/mattlewis92/angular2-bootstrap-confirm/commit/6827be0)) | ||
<a name="0.11.0"></a> | ||
@@ -7,0 +17,0 @@ # [0.11.0](https://github.com/mattlewis92/angular2-bootstrap-confirm/compare/v0.10.2...v0.11.0) (2016-09-24) |
@@ -0,1 +1,2 @@ | ||
/// <reference types="core-js" /> | ||
import { TemplateRef } from '@angular/core'; | ||
@@ -2,0 +3,0 @@ /** |
@@ -7,5 +7,5 @@ import { AfterViewInit } from '@angular/core'; | ||
export declare class ConfirmPopover implements AfterViewInit { | ||
private options; | ||
options: PopoverConfirmOptions; | ||
constructor(options: PopoverConfirmOptions); | ||
ngAfterViewInit(): void; | ||
} |
{ | ||
"name": "angular2-bootstrap-confirm", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"description": "An angular2 bootstrap confirmation popover", | ||
@@ -9,3 +9,2 @@ "main": "./dist/umd/angular2-bootstrap-confirm.js", | ||
"scripts": { | ||
"prestart": "typings install", | ||
"start": "concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"", | ||
@@ -16,3 +15,2 @@ "build:demo": "webpack -p", | ||
"build:position": "webpack --config webpack.config.position.js && cp ./node_modules/@ng-bootstrap/ng-bootstrap/util/positioning.d.ts ./position/position.d.ts", | ||
"pretest": "typings install", | ||
"test": "karma start", | ||
@@ -56,2 +54,8 @@ "test:watch": "karma start --watch", | ||
"@ng-bootstrap/ng-bootstrap": "~1.0.0-alpha.0", | ||
"@types/chai": "~3.4.33", | ||
"@types/chai-dom": "0.0.4", | ||
"@types/core-js": "~0.9.34", | ||
"@types/jasmine": "~2.2.34", | ||
"@types/sinon": "~1.16.30", | ||
"@types/sinon-chai": "~2.7.27", | ||
"awesome-typescript-loader": "~2.2.4", | ||
@@ -64,5 +68,5 @@ "chai": "~3.5.0", | ||
"conventional-changelog-cli": "~1.2.0", | ||
"core-js": "~2.4.1", | ||
"cz-conventional-changelog": "~1.2.0", | ||
"del-cli": "~0.2.0", | ||
"es6-shim": "~0.35.0", | ||
"ghooks": "~1.3.0", | ||
@@ -79,3 +83,2 @@ "imports-loader": "~0.6.5", | ||
"phantomjs-prebuilt": "~2.1.7", | ||
"reflect-metadata": "~0.1.3", | ||
"rxjs": "5.0.0-beta.12", | ||
@@ -90,3 +93,2 @@ "sinon": "~1.17.4", | ||
"typescript": "~2.0.2", | ||
"typings": "~1.4.0", | ||
"validate-commit-msg": "~2.8.0", | ||
@@ -93,0 +95,0 @@ "webpack": "~2.1.0-beta.22", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
159975
1584
0
49