Make sure previous usages of injectable id of meta do not break with the
new addition of namespace. Eg. what previously was di.injectManyWithMeta(someInjectionToken) ->
{ id: 'some-id', instance: ... }
...will now become:
{ id: 'some-scope:some-id', instance: ... }
...when a scope is present.
Features
Implement computedInjectManyWithMeta, and add missing type tests to computedInjectMany (a8527c1)
Make the injectable id for "meta" namespaced to avoid collisions (baa52a9)