Where is the repo of meteorhacks:inject-initial

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.

There is no official updated version of this package, as far as I know.
We forked the package locally and migrated it, including its tests. See the discussion here: Looking for help migrating packages to Meteor 3.0 - #30 by illustreets and also the previous post referred there.

If someone wants to maintain the updated version and publish it, happy to pass on the updated source. Note: it will only work with Meteor 3.x and (presumably) above.

There is a MCP fork:

@copleykj mentioned that he is going to look into upgrading this package soon.

Thanks for your help.
As mentionned by @illustreets inject-data does not have the method : rawModHtml (whereas inject-initial has it)