Hello,
When updating meteor packages with Meteor 3.0.0 - I got this :
The following top-level dependencies were not updated to the very latest version available:
* meteorhacks:inject-initial 1.0.3 (1.0.5 is available)
The git repo shows : 1.0.4
Do you know where the 1.0.5 changelog is ? Is this a meteor-community maintained package now ?
Thanks for your help.
Edit : With meteor 2.15 I do not have this, the package is properly on meteorhacks:inject-initial@1.0.5
Edit 2 : With Meteor 3, forcing to meteorhacks:inject-initial@1.0.5 fails with this error :
=> Errors while upgrading packages:
While selecting package versions:
error: Conflict: Constraint webapp@1.1.4 is not satisfied by webapp 2.0.0-beta300.7.
Constraints on package "webapp":
* webapp@2.0.0-beta300.7 <- top level
* webapp@~2.0.0-beta300.7 <- top level
* webapp@2.0.0-beta300.7 <- routepolicy 1.1.2-beta300.7 <- ddp-server 3.0.0-beta300.7 <- ddp 1.4.2-beta300.7 <- accounts-base
3.0.0-beta300.7
* webapp@2.0.0-beta300.7 <- routepolicy 1.1.2-beta300.7 <- meteorhacks:inject-initial 1.0.5
* webapp@1.13.6 || 2.0.0-beta300.0 <- ostrio:files 3.0.0-beta.5
* webapp@2.0.0-beta300.7 <- mongo 2.0.0-beta300.7 <- accounts-base 3.0.0-beta300.7
* webapp@2.0.0-beta300.7 <- ddp-server 3.0.0-beta300.7 <- ddp 1.4.2-beta300.7 <- accounts-base 3.0.0-beta300.7
* webapp@1.3.10 || 2.0.0-beta300.0 <- ostrio:cookies 2.8.1 <- ostrio:files 3.0.0-beta.5
* webapp@1.1.4 <- meteorhacks:inject-initial 1.0.5
* webapp@2.0.0-beta300.7 <- autoupdate 2.0.0-beta300.7 <- hot-code-push 1.0.5-beta300.7 <- meteor-base 1.5.2-beta300.7 <-
rationalk:mail 0.0.0
* webapp@2.0.0-beta300.7 <- meteor-base 1.5.2-beta300.7 <- rationalk:mail 0.0.0
* webapp@2.0.0-alpha300.18 <- montiapm:agent 3.0.0-beta.4
So this is clearly a version number of webapp to update in meteorhacks:inject-initial.