WildcatIP / other.js

The Chatternet feature platform
GNU Affero General Public License v3.0
7 stars 1 forks source link

Create a mechanism for embedders to discover required other.js version #55

Open tonygentilcore opened 7 years ago

tonygentilcore commented 7 years ago

@kharmabum points out that reading feature.dependencies.otherjs is too late to work for the embedder b/c that implies it has already injected some version of other.js. We should have a standard way to do this.

One possibility is replacing dependencies with something like require('other3.x'). Need to investigate the most idiomatic way to do this.

kharmabum commented 7 years ago

This mechanism should also return the version of the feature, words/commands, description, and any other manifesty attributes (author, source, hash, etc).