@epic-web/workshop-utils 6.85.1 → 6.85.2

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.
@@ -212,10 +212,6 @@ async function getEpicVideoInfo({ epicVideoEmbed, accessToken, request, timings,
212
212
  videoInfoLog.error(`unsupported host for video URL: ${epicUrl.host}`);
213
213
  return null;
214
214
  }
215
- // this may be temporary until the /tutorials/ endpoint supports /api
216
- if (epicUrl.pathname.startsWith('/tutorials/')) {
217
- epicUrl.pathname = epicUrl.pathname.replace(/^\/tutorials\//, '/workshops/');
218
- }
219
215
  const epicPathSegments = epicUrl.pathname.split('/').filter(Boolean);
220
216
  if (epicPathSegments.at(-1) === 'embed') {
221
217
  epicPathSegments.pop();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epic-web/workshop-utils",
3
- "version": "6.85.1",
3
+ "version": "6.85.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },