From e02b91cd74abf66ac52912a766349a648f8aa7a6 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Mon, 7 Oct 2024 23:10:30 +0000 Subject: [PATCH] add jetty Signed-off-by: Ian Chen --- dist/index.js | 9 +++++---- index.js | 3 ++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/dist/index.js b/dist/index.js index b6351ae..c1a391f 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1369,7 +1369,8 @@ async function run(_local, _lib, _branch) { {name: 'fortress', label: '🏯 fortress'}, {name: 'garden', label: '🌱 garden'}, {name: 'harmonic', label: '🎵 harmonic'}, - {name: 'ionic', label: '🏛️ ionic'} + {name: 'ionic', label: '🏛️ ionic'}, + {name: 'jetty', label: '🪵 jetty'} ]; for (const collection of collections) { @@ -14068,8 +14069,8 @@ class OidcClient { const res = yield httpclient .getJson(id_token_url) .catch(error => { - throw new Error(`Failed to get ID Token. \n - Error Code : ${error.statusCode}\n + throw new Error(`Failed to get ID Token. \n + Error Code : ${error.statusCode}\n Error Message: ${error.result.message}`); }); const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value; @@ -33943,4 +33944,4 @@ const lowercaseKeys = (obj) => Object.keys(obj).reduce((c, k) => ((c[k.toLowerCa /***/ }) -/******/ }); \ No newline at end of file +/******/ }); diff --git a/index.js b/index.js index 27ffdd2..164f608 100644 --- a/index.js +++ b/index.js @@ -37,7 +37,8 @@ async function run(_local, _lib, _branch) { {name: 'fortress', label: '🏯 fortress'}, {name: 'garden', label: '🌱 garden'}, {name: 'harmonic', label: '🎵 harmonic'}, - {name: 'ionic', label: '🏛️ ionic'} + {name: 'ionic', label: '🏛️ ionic'}, + {name: 'jetty', label: '🪵 jetty'} ]; for (const collection of collections) {