← back to Fantasea Consulting
chore: lint (node --check clean), refactor (drop dead SOCIALS const), v1.1.1 (session close)
af4293c8a6f497019f5bb55b262265bddf7ab3fe · 2026-07-16 17:27:25 -0700 · steve@designerwallcoverings.com
Files touched
M build.mjsM package-lock.jsonM package.json
Diff
commit af4293c8a6f497019f5bb55b262265bddf7ab3fe
Author: steve@designerwallcoverings.com <steve@designerwallcoverings.com>
Date: Thu Jul 16 17:27:25 2026 -0700
chore: lint (node --check clean), refactor (drop dead SOCIALS const), v1.1.1 (session close)
---
build.mjs | 4 ----
package-lock.json | 4 ++--
package.json | 2 +-
3 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/build.mjs b/build.mjs
index 9d516f5..85f2752 100644
--- a/build.mjs
+++ b/build.mjs
@@ -270,10 +270,6 @@ const REAL_VIDEOS = [
['e7NWyVJhOTI','Yacht Parties in Marina del Rey','High-energy social proof for Instagram Reels & TikTok.'],
['iFEdsbjBA70','NCIS Film Shoot Aboard Dandeana','Hollywood credibility — “as seen on screen.” A trust flex competitors can’t match.'],
];
-const SOCIALS = [
- ['YouTube','youtube.com/@fantaseayachts'],['Instagram','instagram.com/fantaseayachts'],
- ['Facebook','facebook.com/FantaSeaYachtsMDR'],['X','x.com/FantaSeaYachts'],['TikTok','tiktok.com'],
-];
const realVidTiles = REAL_VIDEOS.map(v=>`
<div class="rvid">
<div class="rvframe"><iframe src="https://www.youtube-nocookie.com/embed/${v[0]}" title="${v[1]}" loading="lazy" allow="accelerometer;autoplay;clipboard-write;encrypted-media;gyroscope;picture-in-picture" allowfullscreen></iframe></div>
diff --git a/package-lock.json b/package-lock.json
index 1e4e188..49f7719 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "fantasea-consulting",
- "version": "1.1.0",
+ "version": "1.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "fantasea-consulting",
- "version": "1.1.0",
+ "version": "1.1.1",
"license": "ISC",
"dependencies": {
"express": "^5.2.1"
diff --git a/package.json b/package.json
index 9754c16..e41dcbb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "fantasea-consulting",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "",
"main": "server.js",
"scripts": {
← b188119 chore: version bump v1.1.0 (session close — real video integ
·
back to Fantasea Consulting
·
Gate fantasea-consulting behind unified fleet Basic Auth (ad cfcfc96 →