@faable/faable 1.5.17-next.24 → 1.5.17-next.25

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.
@@ -11,6 +11,7 @@ const exchangeGithubOidcToken = async (gh_token) => {
11
11
  resource: "https://faable.com",
12
12
  audience: "https://faable.com",
13
13
  scope: "openid email profile",
14
+ client_id: "a6f1381a-2591-4f18-aaa4-b8922ac91fce"
14
15
  });
15
16
  return res.data;
16
17
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faable/faable",
3
- "version": "1.5.17-next.24",
3
+ "version": "1.5.17-next.25",
4
4
  "main": "dist/index.js",
5
5
  "license": "MIT",
6
6
  "author": "Marc Pomar <marc@faable.com>",