@hellocoop/express 1.2.1 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -52,7 +52,7 @@ const configure = function (config) {
52
52
  _configuration.provider_hint = config.provider_hint;
53
53
  exports.isConfigured = true;
54
54
  if (!_configuration.clientId) {
55
- const message = 'No HELLO_CLIENT_ID was in environment or client_id in hello.config.ts';
55
+ const message = 'No HELLO_CLIENT_ID was in environment or client_id in hello.config';
56
56
  _configuration.error = [message];
57
57
  console.error(message);
58
58
  exports.isConfigured = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hellocoop/express",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "Express SDK for Hellō https://hello.dev",
5
5
  "repository": {
6
6
  "type": "git",