File tree Expand file tree Collapse file tree 4 files changed +17
-16
lines changed
packages/angular2-meteor/atmosphere-packages
angular2-with-blaze-compilers Expand file tree Collapse file tree 4 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 11allow-deny@1.0.5
2- angular2-compilers@0.6.4
2+ angular2-compilers@0.6.5
33babel-compiler@6.8.4
44babel-runtime@0.1.9_1
5- barbatus:css-compiler@0.3.3
5+ barbatus:css-compiler@0.3.4
66barbatus:scss-compiler@3.8.2
77barbatus:typescript@0.5.2
88barbatus:typescript-compiler@0.8.4
@@ -29,7 +29,7 @@ html-tools@1.0.10
2929htmljs@1.0.10
3030id-map@1.0.8
3131jquery@1.11.9
32- local-test:angular2-compilers@0.6.4
32+ local-test:angular2-compilers@0.6.5
3333logging@1.0.14
3434meteor@1.2.17_1
3535minifier-css@1.1.13
Original file line number Diff line number Diff line change 11Package . describe ( {
22 name : 'angular2-compilers' ,
3- version : '0.6.4 ' ,
3+ version : '0.6.5 ' ,
44 summary : 'Angular 2 Templates, HTML and TypeScript compilers for Meteor' ,
55 git : 'https://github.com/Urigo/angular2-meteor/' ,
66 documentation : 'README.md'
Original file line number Diff line number Diff line change 11allow-deny@1.0.5
2- angular2-compilers@0.5.7
3- angular2-css@0.1.0
4- angular2-html-templates@0.5.4
5- angular2-with-blaze-compilers@0.5.8
2+ angular2-with-blaze-compilers@0.6.5
63babel-compiler@6.8.3
74babel-runtime@0.1.9_1
8- barbatus:typescript@0.3.3
9- barbatus:typescript-compiler@0.6.1
5+ barbatus:css-compiler@0.3.4
6+ barbatus:scss-compiler@3.8.2
7+ barbatus:typescript@0.5.2
8+ barbatus:typescript-compiler@0.8.4
109barbatus:typescript-runtime@0.1.2
1110base64@1.0.9
1211binary-heap@1.0.9
@@ -30,12 +29,13 @@ html-tools@1.0.10
3029htmljs@1.0.10
3130id-map@1.0.8
3231jquery@1.11.9
33- local-test:angular2-with-blaze-compilers@0.5.8
32+ local-test:angular2-with-blaze-compilers@0.6.5
3433logging@1.0.13_1
35- meteor@1.1.15_1
34+ meteor@1.2.17_1
35+ minifier-css@1.1.13
3636minimongo@1.0.17
37- modules@0.6.4
38- modules-runtime@0.6.4_1
37+ modules@0.7.6_1
38+ modules-runtime@0.7.6_1
3939mongo@1.1.9_1
4040mongo-id@1.0.5
4141npm-mongo@1.4.44_1
@@ -52,5 +52,6 @@ tinytest@1.0.11
5252tracker@1.0.14
5353ui@1.0.11
5454underscore@1.0.9
55+ urigo:static-html-compiler@0.1.8
5556webapp@1.2.9_1
5657webapp-hashing@1.0.9
Original file line number Diff line number Diff line change 11Package . describe ( {
22 name : 'angular2-with-blaze-compilers' ,
3- version : '0.6.4 ' ,
3+ version : '0.6.5 ' ,
44 summary : 'Angular 2 Templates, HTML and TypeScript compilers for Meteor applications with Blaze' ,
55 git : 'https://github.com/Urigo/angular2-meteor/' ,
66 documentation : 'README.md'
@@ -28,7 +28,7 @@ Package.onUse(function(api) {
2828 // These packages are required by Angular2-Meteor NPM.
2929 // Make sure we have them in this package.
3030 api . imply ( [
31- 'barbatus:typescript@0.5.2' ,
31+ 'barbatus:typescript@0.5.2' ,
3232 'check@1.1.0' ,
3333 'tracker@1.0.13'
3434 ] ) ;
You can’t perform that action at this time.
0 commit comments