epicshop 6.85.1 → 6.85.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.
|
@@ -430,9 +430,7 @@ export async function setVideos(options = {}) {
|
|
|
430
430
|
const updated = plannedEdits.filter((edit) => edit.outcome === 'updated').length;
|
|
431
431
|
const unchanged = plannedEdits.filter((edit) => edit.outcome === 'unchanged').length;
|
|
432
432
|
if (remoteLessons.length > requiredLessonSlots) {
|
|
433
|
-
const extras = remoteLessons
|
|
434
|
-
.slice(requiredLessonSlots)
|
|
435
|
-
.map((lesson) => formatProductLessonUrl({
|
|
433
|
+
const extras = remoteLessons.slice(requiredLessonSlots).map((lesson) => formatProductLessonUrl({
|
|
436
434
|
productHost,
|
|
437
435
|
productSlug,
|
|
438
436
|
moduleType: remoteModuleType,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "epicshop",
|
|
3
|
-
"version": "6.85.
|
|
3
|
+
"version": "6.85.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"build:watch": "nx watch --projects=epicshop -- nx run \\$NX_PROJECT_NAME:build"
|
|
106
106
|
},
|
|
107
107
|
"dependencies": {
|
|
108
|
-
"@epic-web/workshop-utils": "6.85.
|
|
108
|
+
"@epic-web/workshop-utils": "6.85.3",
|
|
109
109
|
"@inquirer/prompts": "^8.2.0",
|
|
110
110
|
"@sentry/node": "^10.38.0",
|
|
111
111
|
"chalk": "^5.6.2",
|