v0.5.0
The central Spectrum App Platform project is now a build-time define instead of a hard-coded constant.
centralProjectIdreadsSPECTRUM_CENTRAL_PROJECT_ID, defaulting tospectrumtasks-81c63.defaultCentralFunctionsBaseUrlreadsSPECTRUM_CENTRAL_FUNCTIONS_BASE_URL, defaulting tohttps://us-central1-$centralProjectId.cloudfunctions.net, so overriding only the project id moves the endpoint with it.
Both defaults are exactly the values 0.4.1 shipped, so a build that passes no defines is unchanged. An overridden base URL still has to be https, since it carries a bearer token.
This exists so another team can run a Spectrum app against their own central platform by setting a build flag, instead of forking this package and re-tagging it on every release.