Comparing version 1.0.4 to 1.1.0
@@ -1,1 +0,1 @@ | ||
export * from './src/amp-dash/amp-dash.module'; | ||
export * from './src/amp-dash/amp-dash'; |
{ | ||
"name": "amp-dash", | ||
"description": "An Angular2 typing component", | ||
"version": "1.0.4", | ||
"version": "1.1.0", | ||
"main": "index.ts", | ||
@@ -13,3 +13,4 @@ "license": "MIT", | ||
"test-travis": "ng test --single-run", | ||
"lint": "ng lint" | ||
"lint": "ng lint", | ||
"prepublish": "tsc -p src/amp-dash/" | ||
}, | ||
@@ -26,12 +27,16 @@ "author": { | ||
"dependencies": { | ||
"@angular/common": "^2.4.0", | ||
"@angular/core": "^2.4.0" | ||
"@angular/common": "^4.1.0", | ||
"@angular/core": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"@angular/compiler": "^2.4.0", | ||
"@angular/cli": "1.0.0-beta.32.3", | ||
"@angular/compiler-cli": "^2.4.0", | ||
"@angular/platform-browser": "^2.4.0", | ||
"@angular/platform-browser-dynamic": "^2.4.0", | ||
"@angular/router": "^3.4.10", | ||
"@angular/animations": "^4.1.0", | ||
"@angular/compiler": "^4.1.0", | ||
"@angular/compiler-cli": "^4.1.0", | ||
"@angular/forms": "^4.1.0", | ||
"@angular/http": "^4.1.0", | ||
"@angular/platform-browser": "^4.1.0", | ||
"@angular/platform-browser-dynamic": "^4.1.0", | ||
"@angular/platform-server": "^4.1.0", | ||
"@angular/router": "^4.1.0", | ||
"@types/core-js": "^0.9.41", | ||
"@types/jasmine": "2.5.38", | ||
@@ -50,6 +55,7 @@ "@types/node": "~6.0.60", | ||
"tslint": "~4.4.2", | ||
"typescript": "~2.0.0", | ||
"typescript": "^2.3.1", | ||
"typings": "^2.1.1", | ||
"core-js": "^2.4.1", | ||
"zone.js": "^0.7.6" | ||
"zone.js": "^0.8.4" | ||
} | ||
} |
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
47727
27
23
518
1
+ Added@angular/common@4.4.7(transitive)
+ Added@angular/core@4.4.7(transitive)
+ Addedtslib@1.14.1(transitive)
+ Addedzone.js@0.8.29(transitive)
- Removed@angular/common@2.4.10(transitive)
- Removed@angular/core@2.4.10(transitive)
- Removedzone.js@0.7.8(transitive)
Updated@angular/common@^4.1.0
Updated@angular/core@^4.1.0