@angular/language-service 4.4.6 → 4.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v4.4.6
2
+ * @license Angular v4.4.7
3
3
  * (c) 2010-2017 Google, Inc. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -2634,7 +2634,7 @@ function create(info /* ts.server.PluginCreateInfo */) {
2634
2634
  /**
2635
2635
  * @stable
2636
2636
  */
2637
- var VERSION = new Version('4.4.6');
2637
+ var VERSION = new Version('4.4.7');
2638
2638
  /**
2639
2639
  * @license
2640
2640
  * Copyright Google Inc. All Rights Reserved.