diff --git a/edge-apps/.bun-create/edge-app-template/package.json b/edge-apps/.bun-create/edge-app-template/package.json index 786e967c0..10f7a7971 100644 --- a/edge-apps/.bun-create/edge-app-template/package.json +++ b/edge-apps/.bun-create/edge-app-template/package.json @@ -22,7 +22,7 @@ "prettier": "../.prettierrc.json", "devDependencies": { "@playwright/test": "^1.58.0", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.9", "@types/jsdom": "^27.0.0", "bun-types": "^1.3.9", diff --git a/edge-apps/asset-metadata/bun.lock b/edge-apps/asset-metadata/bun.lock index 17c928494..1454a1933 100644 --- a/edge-apps/asset-metadata/bun.lock +++ b/edge-apps/asset-metadata/bun.lock @@ -6,7 +6,7 @@ "name": "asset-metadata", "devDependencies": { "@playwright/test": "^1.58.0", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.9", "@types/jsdom": "^27.0.0", "bun-types": "^1.3.9", @@ -430,7 +430,7 @@ "@rollup/rollup-win32-x64-msvc": ["@rollup/rollup-win32-x64-msvc@4.60.1", "", { "os": "win32", "cpu": "x64" }, "sha512-lWMnixq/QzxyhTV6NjQJ4SFo1J6PvOX8vUx5Wb4bBPsEb+8xZ89Bz6kOXpfXj9ak9AHTQVQzlgzBEc1SyM27xQ=="], - "@screenly/edge-apps": ["@screenly/edge-apps@0.1.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.ts" } }, "sha512-JarR7bvOjVkgCtmIU/GNTUbBDdNYAS2BYlPHAoZPpb5AKs2zetcfj46bn7+e+cGuGiDOCEIjQVkhmro5yDNKYA=="], + "@screenly/edge-apps": ["@screenly/edge-apps@1.0.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.js" } }, "sha512-BssCQgXvOFg3hUJKWnrYM6ydPCcYhGp0/et2LD+IFeGWvYsLHBAxGoc4Zl0xkugI4esrVTac+55usEj38lTeYw=="], "@swc/core": ["@swc/core@1.15.24", "", { "dependencies": { "@swc/counter": "^0.1.3", "@swc/types": "^0.1.26" }, "optionalDependencies": { "@swc/core-darwin-arm64": "1.15.24", "@swc/core-darwin-x64": "1.15.24", "@swc/core-linux-arm-gnueabihf": "1.15.24", "@swc/core-linux-arm64-gnu": "1.15.24", "@swc/core-linux-arm64-musl": "1.15.24", "@swc/core-linux-ppc64-gnu": "1.15.24", "@swc/core-linux-s390x-gnu": "1.15.24", "@swc/core-linux-x64-gnu": "1.15.24", "@swc/core-linux-x64-musl": "1.15.24", "@swc/core-win32-arm64-msvc": "1.15.24", "@swc/core-win32-ia32-msvc": "1.15.24", "@swc/core-win32-x64-msvc": "1.15.24" }, "peerDependencies": { "@swc/helpers": ">=0.5.17" }, "optionalPeers": ["@swc/helpers"] }, "sha512-5Hj8aNasue7yusUt8LGCUe/AjM7RMAce8ZoyDyiFwx7Al+GbYKL+yE7g4sJk8vEr1dKIkTRARkNIJENc4CjkBQ=="], diff --git a/edge-apps/asset-metadata/package.json b/edge-apps/asset-metadata/package.json index ee9426e6b..20a3ecf47 100644 --- a/edge-apps/asset-metadata/package.json +++ b/edge-apps/asset-metadata/package.json @@ -22,7 +22,7 @@ "prettier": "../.prettierrc.json", "devDependencies": { "@playwright/test": "^1.58.0", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.9", "@types/jsdom": "^27.0.0", "bun-types": "^1.3.9", diff --git a/edge-apps/calendar/bun.lock b/edge-apps/calendar/bun.lock index fd90e613e..b43262083 100644 --- a/edge-apps/calendar/bun.lock +++ b/edge-apps/calendar/bun.lock @@ -6,7 +6,7 @@ "name": "calendar", "devDependencies": { "@playwright/test": "^1.59.1", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.11", "@types/jsdom": "^28.0.1", "bun-types": "^1.3.11", @@ -430,7 +430,7 @@ "@rollup/rollup-win32-x64-msvc": ["@rollup/rollup-win32-x64-msvc@4.59.0", "", { "os": "win32", "cpu": "x64" }, "sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA=="], - "@screenly/edge-apps": ["@screenly/edge-apps@0.1.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.ts" } }, "sha512-JarR7bvOjVkgCtmIU/GNTUbBDdNYAS2BYlPHAoZPpb5AKs2zetcfj46bn7+e+cGuGiDOCEIjQVkhmro5yDNKYA=="], + "@screenly/edge-apps": ["@screenly/edge-apps@1.0.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.js" } }, "sha512-BssCQgXvOFg3hUJKWnrYM6ydPCcYhGp0/et2LD+IFeGWvYsLHBAxGoc4Zl0xkugI4esrVTac+55usEj38lTeYw=="], "@swc/core": ["@swc/core@1.15.18", "", { "dependencies": { "@swc/counter": "^0.1.3", "@swc/types": "^0.1.25" }, "optionalDependencies": { "@swc/core-darwin-arm64": "1.15.18", "@swc/core-darwin-x64": "1.15.18", "@swc/core-linux-arm-gnueabihf": "1.15.18", "@swc/core-linux-arm64-gnu": "1.15.18", "@swc/core-linux-arm64-musl": "1.15.18", "@swc/core-linux-x64-gnu": "1.15.18", "@swc/core-linux-x64-musl": "1.15.18", "@swc/core-win32-arm64-msvc": "1.15.18", "@swc/core-win32-ia32-msvc": "1.15.18", "@swc/core-win32-x64-msvc": "1.15.18" }, "peerDependencies": { "@swc/helpers": ">=0.5.17" }, "optionalPeers": ["@swc/helpers"] }, "sha512-z87aF9GphWp//fnkRsqvtY+inMVPgYW3zSlXH1kJFvRT5H/wiAn+G32qW5l3oEk63KSF1x3Ov0BfHCObAmT8RA=="], diff --git a/edge-apps/calendar/package.json b/edge-apps/calendar/package.json index ec6c0584a..ad1b18696 100644 --- a/edge-apps/calendar/package.json +++ b/edge-apps/calendar/package.json @@ -8,7 +8,7 @@ "predev": "bun run generate-mock-data", "dev": "run-p dev:app cors-proxy-server", "dev:app": "edge-apps-scripts dev", - "cors-proxy-server": "bun ./node_modules/@screenly/edge-apps/scripts/cors-proxy-server.ts", + "cors-proxy-server": "edge-apps-scripts cors-proxy", "build": "edge-apps-scripts build", "build:dev": "edge-apps-scripts build:dev", "build:prod": "edge-apps-scripts build", @@ -24,7 +24,7 @@ "prettier": "../.prettierrc.json", "devDependencies": { "@playwright/test": "^1.59.1", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.11", "@types/jsdom": "^28.0.1", "bun-types": "^1.3.11", diff --git a/edge-apps/cap-alerting/bun.lock b/edge-apps/cap-alerting/bun.lock index b35d0b423..5f28901ab 100644 --- a/edge-apps/cap-alerting/bun.lock +++ b/edge-apps/cap-alerting/bun.lock @@ -9,7 +9,7 @@ }, "devDependencies": { "@playwright/test": "^1.59.1", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.11", "@types/jsdom": "^28.0.1", "bun-types": "^1.3.11", @@ -431,7 +431,7 @@ "@rollup/rollup-win32-x64-msvc": ["@rollup/rollup-win32-x64-msvc@4.60.1", "", { "os": "win32", "cpu": "x64" }, "sha512-lWMnixq/QzxyhTV6NjQJ4SFo1J6PvOX8vUx5Wb4bBPsEb+8xZ89Bz6kOXpfXj9ak9AHTQVQzlgzBEc1SyM27xQ=="], - "@screenly/edge-apps": ["@screenly/edge-apps@0.1.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.ts" } }, "sha512-JarR7bvOjVkgCtmIU/GNTUbBDdNYAS2BYlPHAoZPpb5AKs2zetcfj46bn7+e+cGuGiDOCEIjQVkhmro5yDNKYA=="], + "@screenly/edge-apps": ["@screenly/edge-apps@1.0.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.js" } }, "sha512-BssCQgXvOFg3hUJKWnrYM6ydPCcYhGp0/et2LD+IFeGWvYsLHBAxGoc4Zl0xkugI4esrVTac+55usEj38lTeYw=="], "@swc/core": ["@swc/core@1.15.24", "", { "dependencies": { "@swc/counter": "^0.1.3", "@swc/types": "^0.1.26" }, "optionalDependencies": { "@swc/core-darwin-arm64": "1.15.24", "@swc/core-darwin-x64": "1.15.24", "@swc/core-linux-arm-gnueabihf": "1.15.24", "@swc/core-linux-arm64-gnu": "1.15.24", "@swc/core-linux-arm64-musl": "1.15.24", "@swc/core-linux-ppc64-gnu": "1.15.24", "@swc/core-linux-s390x-gnu": "1.15.24", "@swc/core-linux-x64-gnu": "1.15.24", "@swc/core-linux-x64-musl": "1.15.24", "@swc/core-win32-arm64-msvc": "1.15.24", "@swc/core-win32-ia32-msvc": "1.15.24", "@swc/core-win32-x64-msvc": "1.15.24" }, "peerDependencies": { "@swc/helpers": ">=0.5.17" }, "optionalPeers": ["@swc/helpers"] }, "sha512-5Hj8aNasue7yusUt8LGCUe/AjM7RMAce8ZoyDyiFwx7Al+GbYKL+yE7g4sJk8vEr1dKIkTRARkNIJENc4CjkBQ=="], diff --git a/edge-apps/cap-alerting/package.json b/edge-apps/cap-alerting/package.json index 5372d73d9..ed830cc30 100644 --- a/edge-apps/cap-alerting/package.json +++ b/edge-apps/cap-alerting/package.json @@ -9,7 +9,7 @@ "predev": "bun run generate-mock-data", "dev": "run-p edge-apps-dev cors-proxy-server", "edge-apps-dev": "edge-apps-scripts dev", - "cors-proxy-server": "bun ./node_modules/@screenly/edge-apps/scripts/cors-proxy-server.ts", + "cors-proxy-server": "edge-apps-scripts cors-proxy", "build": "edge-apps-scripts build", "build:dev": "edge-apps-scripts build:dev", "build:prod": "edge-apps-scripts build", @@ -28,7 +28,7 @@ "prettier": "../.prettierrc.json", "devDependencies": { "@playwright/test": "^1.59.1", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.11", "@types/jsdom": "^28.0.1", "bun-types": "^1.3.11", diff --git a/edge-apps/clock/bun.lock b/edge-apps/clock/bun.lock index 05d3b90ed..c670ece6a 100644 --- a/edge-apps/clock/bun.lock +++ b/edge-apps/clock/bun.lock @@ -5,7 +5,7 @@ "": { "name": "clock", "dependencies": { - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", }, "devDependencies": { "@playwright/test": "^1.59.1", @@ -430,7 +430,7 @@ "@rollup/rollup-win32-x64-msvc": ["@rollup/rollup-win32-x64-msvc@4.60.1", "", { "os": "win32", "cpu": "x64" }, "sha512-lWMnixq/QzxyhTV6NjQJ4SFo1J6PvOX8vUx5Wb4bBPsEb+8xZ89Bz6kOXpfXj9ak9AHTQVQzlgzBEc1SyM27xQ=="], - "@screenly/edge-apps": ["@screenly/edge-apps@0.1.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.ts" } }, "sha512-JarR7bvOjVkgCtmIU/GNTUbBDdNYAS2BYlPHAoZPpb5AKs2zetcfj46bn7+e+cGuGiDOCEIjQVkhmro5yDNKYA=="], + "@screenly/edge-apps": ["@screenly/edge-apps@1.0.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.js" } }, "sha512-BssCQgXvOFg3hUJKWnrYM6ydPCcYhGp0/et2LD+IFeGWvYsLHBAxGoc4Zl0xkugI4esrVTac+55usEj38lTeYw=="], "@swc/core": ["@swc/core@1.15.24", "", { "dependencies": { "@swc/counter": "^0.1.3", "@swc/types": "^0.1.26" }, "optionalDependencies": { "@swc/core-darwin-arm64": "1.15.24", "@swc/core-darwin-x64": "1.15.24", "@swc/core-linux-arm-gnueabihf": "1.15.24", "@swc/core-linux-arm64-gnu": "1.15.24", "@swc/core-linux-arm64-musl": "1.15.24", "@swc/core-linux-ppc64-gnu": "1.15.24", "@swc/core-linux-s390x-gnu": "1.15.24", "@swc/core-linux-x64-gnu": "1.15.24", "@swc/core-linux-x64-musl": "1.15.24", "@swc/core-win32-arm64-msvc": "1.15.24", "@swc/core-win32-ia32-msvc": "1.15.24", "@swc/core-win32-x64-msvc": "1.15.24" }, "peerDependencies": { "@swc/helpers": ">=0.5.17" }, "optionalPeers": ["@swc/helpers"] }, "sha512-5Hj8aNasue7yusUt8LGCUe/AjM7RMAce8ZoyDyiFwx7Al+GbYKL+yE7g4sJk8vEr1dKIkTRARkNIJENc4CjkBQ=="], diff --git a/edge-apps/clock/package.json b/edge-apps/clock/package.json index 68a9470d9..3d1aa2777 100644 --- a/edge-apps/clock/package.json +++ b/edge-apps/clock/package.json @@ -20,7 +20,7 @@ "screenshots": "edge-apps-scripts screenshots" }, "dependencies": { - "@screenly/edge-apps": "^0.1.0" + "@screenly/edge-apps": "^1.0.0" }, "prettier": "../.prettierrc.json", "devDependencies": { diff --git a/edge-apps/google-calendar/bun.lock b/edge-apps/google-calendar/bun.lock index 60df12441..effc57572 100644 --- a/edge-apps/google-calendar/bun.lock +++ b/edge-apps/google-calendar/bun.lock @@ -6,7 +6,7 @@ "name": "google-calendar", "devDependencies": { "@playwright/test": "^1.59.1", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.9", "@types/jsdom": "^28.0.1", "bun-types": "^1.3.9", @@ -429,7 +429,7 @@ "@rollup/rollup-win32-x64-msvc": ["@rollup/rollup-win32-x64-msvc@4.59.0", "", { "os": "win32", "cpu": "x64" }, "sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA=="], - "@screenly/edge-apps": ["@screenly/edge-apps@0.1.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.ts" } }, "sha512-JarR7bvOjVkgCtmIU/GNTUbBDdNYAS2BYlPHAoZPpb5AKs2zetcfj46bn7+e+cGuGiDOCEIjQVkhmro5yDNKYA=="], + "@screenly/edge-apps": ["@screenly/edge-apps@1.0.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.js" } }, "sha512-BssCQgXvOFg3hUJKWnrYM6ydPCcYhGp0/et2LD+IFeGWvYsLHBAxGoc4Zl0xkugI4esrVTac+55usEj38lTeYw=="], "@swc/core": ["@swc/core@1.15.18", "", { "dependencies": { "@swc/counter": "^0.1.3", "@swc/types": "^0.1.25" }, "optionalDependencies": { "@swc/core-darwin-arm64": "1.15.18", "@swc/core-darwin-x64": "1.15.18", "@swc/core-linux-arm-gnueabihf": "1.15.18", "@swc/core-linux-arm64-gnu": "1.15.18", "@swc/core-linux-arm64-musl": "1.15.18", "@swc/core-linux-x64-gnu": "1.15.18", "@swc/core-linux-x64-musl": "1.15.18", "@swc/core-win32-arm64-msvc": "1.15.18", "@swc/core-win32-ia32-msvc": "1.15.18", "@swc/core-win32-x64-msvc": "1.15.18" }, "peerDependencies": { "@swc/helpers": ">=0.5.17" }, "optionalPeers": ["@swc/helpers"] }, "sha512-z87aF9GphWp//fnkRsqvtY+inMVPgYW3zSlXH1kJFvRT5H/wiAn+G32qW5l3oEk63KSF1x3Ov0BfHCObAmT8RA=="], diff --git a/edge-apps/google-calendar/package.json b/edge-apps/google-calendar/package.json index 73d53ea49..b6631fd0e 100644 --- a/edge-apps/google-calendar/package.json +++ b/edge-apps/google-calendar/package.json @@ -8,7 +8,7 @@ "predev": "bun run generate-mock-data", "dev": "run-p dev:app cors-proxy-server", "dev:app": "edge-apps-scripts dev", - "cors-proxy-server": "bun ./node_modules/@screenly/edge-apps/scripts/cors-proxy-server.ts", + "cors-proxy-server": "edge-apps-scripts cors-proxy", "build": "edge-apps-scripts build", "build:dev": "edge-apps-scripts build:dev", "build:prod": "edge-apps-scripts build", @@ -24,7 +24,7 @@ "prettier": "../.prettierrc.json", "devDependencies": { "@playwright/test": "^1.59.1", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.9", "@types/jsdom": "^28.0.1", "bun-types": "^1.3.9", diff --git a/edge-apps/grafana/bun.lock b/edge-apps/grafana/bun.lock index 6ab8512ff..e6d939518 100644 --- a/edge-apps/grafana/bun.lock +++ b/edge-apps/grafana/bun.lock @@ -6,7 +6,7 @@ "name": "grafana", "devDependencies": { "@playwright/test": "^1.59.1", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.11", "@types/jsdom": "^28.0.1", "bun-types": "^1.3.11", @@ -428,7 +428,7 @@ "@rollup/rollup-win32-x64-msvc": ["@rollup/rollup-win32-x64-msvc@4.60.1", "", { "os": "win32", "cpu": "x64" }, "sha512-lWMnixq/QzxyhTV6NjQJ4SFo1J6PvOX8vUx5Wb4bBPsEb+8xZ89Bz6kOXpfXj9ak9AHTQVQzlgzBEc1SyM27xQ=="], - "@screenly/edge-apps": ["@screenly/edge-apps@0.1.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.ts" } }, "sha512-JarR7bvOjVkgCtmIU/GNTUbBDdNYAS2BYlPHAoZPpb5AKs2zetcfj46bn7+e+cGuGiDOCEIjQVkhmro5yDNKYA=="], + "@screenly/edge-apps": ["@screenly/edge-apps@1.0.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.js" } }, "sha512-BssCQgXvOFg3hUJKWnrYM6ydPCcYhGp0/et2LD+IFeGWvYsLHBAxGoc4Zl0xkugI4esrVTac+55usEj38lTeYw=="], "@swc/core": ["@swc/core@1.15.21", "", { "dependencies": { "@swc/counter": "^0.1.3", "@swc/types": "^0.1.25" }, "optionalDependencies": { "@swc/core-darwin-arm64": "1.15.21", "@swc/core-darwin-x64": "1.15.21", "@swc/core-linux-arm-gnueabihf": "1.15.21", "@swc/core-linux-arm64-gnu": "1.15.21", "@swc/core-linux-arm64-musl": "1.15.21", "@swc/core-linux-ppc64-gnu": "1.15.21", "@swc/core-linux-s390x-gnu": "1.15.21", "@swc/core-linux-x64-gnu": "1.15.21", "@swc/core-linux-x64-musl": "1.15.21", "@swc/core-win32-arm64-msvc": "1.15.21", "@swc/core-win32-ia32-msvc": "1.15.21", "@swc/core-win32-x64-msvc": "1.15.21" }, "peerDependencies": { "@swc/helpers": ">=0.5.17" }, "optionalPeers": ["@swc/helpers"] }, "sha512-fkk7NJcBscrR3/F8jiqlMptRHP650NxqDnspBMrRe5d8xOoCy9MLL5kOBLFXjFLfMo3KQQHhk+/jUULOMlR1uQ=="], diff --git a/edge-apps/grafana/package.json b/edge-apps/grafana/package.json index ceb21ec2c..c0a317532 100644 --- a/edge-apps/grafana/package.json +++ b/edge-apps/grafana/package.json @@ -8,7 +8,7 @@ "predev": "bun run generate-mock-data", "dev": "run-p edge-apps-dev cors-proxy-server", "edge-apps-dev": "edge-apps-scripts dev", - "cors-proxy-server": "bun ./node_modules/@screenly/edge-apps/scripts/cors-proxy-server.ts", + "cors-proxy-server": "edge-apps-scripts cors-proxy", "build": "edge-apps-scripts build", "build:dev": "edge-apps-scripts build:dev", "build:prod": "edge-apps-scripts build", @@ -25,7 +25,7 @@ "dependencies": {}, "devDependencies": { "@playwright/test": "^1.59.1", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.11", "@types/jsdom": "^28.0.1", "bun-types": "^1.3.11", diff --git a/edge-apps/menu-board/bun.lock b/edge-apps/menu-board/bun.lock index e48ea9586..391e2eff4 100644 --- a/edge-apps/menu-board/bun.lock +++ b/edge-apps/menu-board/bun.lock @@ -6,7 +6,7 @@ "name": "menu-board", "devDependencies": { "@playwright/test": "^1.59.1", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.11", "@types/jsdom": "^28.0.1", "bun-types": "^1.3.11", @@ -428,7 +428,7 @@ "@rollup/rollup-win32-x64-msvc": ["@rollup/rollup-win32-x64-msvc@4.60.1", "", { "os": "win32", "cpu": "x64" }, "sha512-lWMnixq/QzxyhTV6NjQJ4SFo1J6PvOX8vUx5Wb4bBPsEb+8xZ89Bz6kOXpfXj9ak9AHTQVQzlgzBEc1SyM27xQ=="], - "@screenly/edge-apps": ["@screenly/edge-apps@0.1.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.ts" } }, "sha512-JarR7bvOjVkgCtmIU/GNTUbBDdNYAS2BYlPHAoZPpb5AKs2zetcfj46bn7+e+cGuGiDOCEIjQVkhmro5yDNKYA=="], + "@screenly/edge-apps": ["@screenly/edge-apps@1.0.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.js" } }, "sha512-BssCQgXvOFg3hUJKWnrYM6ydPCcYhGp0/et2LD+IFeGWvYsLHBAxGoc4Zl0xkugI4esrVTac+55usEj38lTeYw=="], "@swc/core": ["@swc/core@1.15.21", "", { "dependencies": { "@swc/counter": "^0.1.3", "@swc/types": "^0.1.25" }, "optionalDependencies": { "@swc/core-darwin-arm64": "1.15.21", "@swc/core-darwin-x64": "1.15.21", "@swc/core-linux-arm-gnueabihf": "1.15.21", "@swc/core-linux-arm64-gnu": "1.15.21", "@swc/core-linux-arm64-musl": "1.15.21", "@swc/core-linux-ppc64-gnu": "1.15.21", "@swc/core-linux-s390x-gnu": "1.15.21", "@swc/core-linux-x64-gnu": "1.15.21", "@swc/core-linux-x64-musl": "1.15.21", "@swc/core-win32-arm64-msvc": "1.15.21", "@swc/core-win32-ia32-msvc": "1.15.21", "@swc/core-win32-x64-msvc": "1.15.21" }, "peerDependencies": { "@swc/helpers": ">=0.5.17" }, "optionalPeers": ["@swc/helpers"] }, "sha512-fkk7NJcBscrR3/F8jiqlMptRHP650NxqDnspBMrRe5d8xOoCy9MLL5kOBLFXjFLfMo3KQQHhk+/jUULOMlR1uQ=="], diff --git a/edge-apps/menu-board/package.json b/edge-apps/menu-board/package.json index d59485027..7752480c2 100644 --- a/edge-apps/menu-board/package.json +++ b/edge-apps/menu-board/package.json @@ -22,7 +22,7 @@ "prettier": "../.prettierrc.json", "devDependencies": { "@playwright/test": "^1.59.1", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.11", "@types/jsdom": "^28.0.1", "bun-types": "^1.3.11", diff --git a/edge-apps/outlook-calendar/bun.lock b/edge-apps/outlook-calendar/bun.lock index dc7544d2a..ed7fcc6ae 100644 --- a/edge-apps/outlook-calendar/bun.lock +++ b/edge-apps/outlook-calendar/bun.lock @@ -6,7 +6,7 @@ "name": "outlook-calendar", "devDependencies": { "@playwright/test": "^1.59.1", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.9", "@types/jsdom": "^28.0.1", "bun-types": "^1.3.9", @@ -429,7 +429,7 @@ "@rollup/rollup-win32-x64-msvc": ["@rollup/rollup-win32-x64-msvc@4.59.0", "", { "os": "win32", "cpu": "x64" }, "sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA=="], - "@screenly/edge-apps": ["@screenly/edge-apps@0.1.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.ts" } }, "sha512-JarR7bvOjVkgCtmIU/GNTUbBDdNYAS2BYlPHAoZPpb5AKs2zetcfj46bn7+e+cGuGiDOCEIjQVkhmro5yDNKYA=="], + "@screenly/edge-apps": ["@screenly/edge-apps@1.0.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.js" } }, "sha512-BssCQgXvOFg3hUJKWnrYM6ydPCcYhGp0/et2LD+IFeGWvYsLHBAxGoc4Zl0xkugI4esrVTac+55usEj38lTeYw=="], "@swc/core": ["@swc/core@1.15.18", "", { "dependencies": { "@swc/counter": "^0.1.3", "@swc/types": "^0.1.25" }, "optionalDependencies": { "@swc/core-darwin-arm64": "1.15.18", "@swc/core-darwin-x64": "1.15.18", "@swc/core-linux-arm-gnueabihf": "1.15.18", "@swc/core-linux-arm64-gnu": "1.15.18", "@swc/core-linux-arm64-musl": "1.15.18", "@swc/core-linux-x64-gnu": "1.15.18", "@swc/core-linux-x64-musl": "1.15.18", "@swc/core-win32-arm64-msvc": "1.15.18", "@swc/core-win32-ia32-msvc": "1.15.18", "@swc/core-win32-x64-msvc": "1.15.18" }, "peerDependencies": { "@swc/helpers": ">=0.5.17" }, "optionalPeers": ["@swc/helpers"] }, "sha512-z87aF9GphWp//fnkRsqvtY+inMVPgYW3zSlXH1kJFvRT5H/wiAn+G32qW5l3oEk63KSF1x3Ov0BfHCObAmT8RA=="], diff --git a/edge-apps/outlook-calendar/package.json b/edge-apps/outlook-calendar/package.json index c2cec8605..1133541c3 100644 --- a/edge-apps/outlook-calendar/package.json +++ b/edge-apps/outlook-calendar/package.json @@ -8,7 +8,7 @@ "predev": "bun run generate-mock-data", "dev": "run-p dev:app cors-proxy-server", "dev:app": "edge-apps-scripts dev", - "cors-proxy-server": "bun ./node_modules/@screenly/edge-apps/scripts/cors-proxy-server.ts", + "cors-proxy-server": "edge-apps-scripts cors-proxy", "build": "edge-apps-scripts build", "build:dev": "edge-apps-scripts build:dev", "build:prod": "edge-apps-scripts build", @@ -24,7 +24,7 @@ "prettier": "../.prettierrc.json", "devDependencies": { "@playwright/test": "^1.59.1", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.9", "@types/jsdom": "^28.0.1", "bun-types": "^1.3.9", diff --git a/edge-apps/qr-code/bun.lock b/edge-apps/qr-code/bun.lock index a122c8ebe..11a2a7586 100644 --- a/edge-apps/qr-code/bun.lock +++ b/edge-apps/qr-code/bun.lock @@ -9,7 +9,7 @@ }, "devDependencies": { "@playwright/test": "^1.59.1", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.11", "@types/jsdom": "^28.0.1", "@types/qrcode": "^1.5.6", @@ -432,7 +432,7 @@ "@rollup/rollup-win32-x64-msvc": ["@rollup/rollup-win32-x64-msvc@4.60.1", "", { "os": "win32", "cpu": "x64" }, "sha512-lWMnixq/QzxyhTV6NjQJ4SFo1J6PvOX8vUx5Wb4bBPsEb+8xZ89Bz6kOXpfXj9ak9AHTQVQzlgzBEc1SyM27xQ=="], - "@screenly/edge-apps": ["@screenly/edge-apps@0.1.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.ts" } }, "sha512-JarR7bvOjVkgCtmIU/GNTUbBDdNYAS2BYlPHAoZPpb5AKs2zetcfj46bn7+e+cGuGiDOCEIjQVkhmro5yDNKYA=="], + "@screenly/edge-apps": ["@screenly/edge-apps@1.0.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.js" } }, "sha512-BssCQgXvOFg3hUJKWnrYM6ydPCcYhGp0/et2LD+IFeGWvYsLHBAxGoc4Zl0xkugI4esrVTac+55usEj38lTeYw=="], "@swc/core": ["@swc/core@1.15.24", "", { "dependencies": { "@swc/counter": "^0.1.3", "@swc/types": "^0.1.26" }, "optionalDependencies": { "@swc/core-darwin-arm64": "1.15.24", "@swc/core-darwin-x64": "1.15.24", "@swc/core-linux-arm-gnueabihf": "1.15.24", "@swc/core-linux-arm64-gnu": "1.15.24", "@swc/core-linux-arm64-musl": "1.15.24", "@swc/core-linux-ppc64-gnu": "1.15.24", "@swc/core-linux-s390x-gnu": "1.15.24", "@swc/core-linux-x64-gnu": "1.15.24", "@swc/core-linux-x64-musl": "1.15.24", "@swc/core-win32-arm64-msvc": "1.15.24", "@swc/core-win32-ia32-msvc": "1.15.24", "@swc/core-win32-x64-msvc": "1.15.24" }, "peerDependencies": { "@swc/helpers": ">=0.5.17" }, "optionalPeers": ["@swc/helpers"] }, "sha512-5Hj8aNasue7yusUt8LGCUe/AjM7RMAce8ZoyDyiFwx7Al+GbYKL+yE7g4sJk8vEr1dKIkTRARkNIJENc4CjkBQ=="], diff --git a/edge-apps/qr-code/package.json b/edge-apps/qr-code/package.json index 72578075c..827c8ec67 100644 --- a/edge-apps/qr-code/package.json +++ b/edge-apps/qr-code/package.json @@ -25,7 +25,7 @@ "prettier": "../.prettierrc.json", "devDependencies": { "@playwright/test": "^1.59.1", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.11", "@types/jsdom": "^28.0.1", "@types/qrcode": "^1.5.6", diff --git a/edge-apps/rss-reader/bun.lock b/edge-apps/rss-reader/bun.lock index 2339ab0fd..b1f549c45 100644 --- a/edge-apps/rss-reader/bun.lock +++ b/edge-apps/rss-reader/bun.lock @@ -9,7 +9,7 @@ }, "devDependencies": { "@playwright/test": "^1.58.0", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.9", "@types/jsdom": "^27.0.0", "bun-types": "^1.3.9", @@ -435,7 +435,7 @@ "@rowanmanning/feed-parser": ["@rowanmanning/feed-parser@2.1.3", "", { "dependencies": { "fast-xml-parser": "^5.5.9", "html-entities": "^2.3.3" } }, "sha512-sfr85UZqCNGwPwJ8pBqnZq/vO4wrC/UEfNuCnJAtNSPPQCK7w1sfH6PAzwfNpaAK3erafFFm6m+6TKyCSFw6Bw=="], - "@screenly/edge-apps": ["@screenly/edge-apps@0.1.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.ts" } }, "sha512-JarR7bvOjVkgCtmIU/GNTUbBDdNYAS2BYlPHAoZPpb5AKs2zetcfj46bn7+e+cGuGiDOCEIjQVkhmro5yDNKYA=="], + "@screenly/edge-apps": ["@screenly/edge-apps@1.0.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.js" } }, "sha512-BssCQgXvOFg3hUJKWnrYM6ydPCcYhGp0/et2LD+IFeGWvYsLHBAxGoc4Zl0xkugI4esrVTac+55usEj38lTeYw=="], "@swc/core": ["@swc/core@1.15.24", "", { "dependencies": { "@swc/counter": "^0.1.3", "@swc/types": "^0.1.26" }, "optionalDependencies": { "@swc/core-darwin-arm64": "1.15.24", "@swc/core-darwin-x64": "1.15.24", "@swc/core-linux-arm-gnueabihf": "1.15.24", "@swc/core-linux-arm64-gnu": "1.15.24", "@swc/core-linux-arm64-musl": "1.15.24", "@swc/core-linux-ppc64-gnu": "1.15.24", "@swc/core-linux-s390x-gnu": "1.15.24", "@swc/core-linux-x64-gnu": "1.15.24", "@swc/core-linux-x64-musl": "1.15.24", "@swc/core-win32-arm64-msvc": "1.15.24", "@swc/core-win32-ia32-msvc": "1.15.24", "@swc/core-win32-x64-msvc": "1.15.24" }, "peerDependencies": { "@swc/helpers": ">=0.5.17" }, "optionalPeers": ["@swc/helpers"] }, "sha512-5Hj8aNasue7yusUt8LGCUe/AjM7RMAce8ZoyDyiFwx7Al+GbYKL+yE7g4sJk8vEr1dKIkTRARkNIJENc4CjkBQ=="], diff --git a/edge-apps/rss-reader/package.json b/edge-apps/rss-reader/package.json index 906a67b09..625536ff8 100644 --- a/edge-apps/rss-reader/package.json +++ b/edge-apps/rss-reader/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "devDependencies": { "@playwright/test": "^1.58.0", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.9", "@types/jsdom": "^27.0.0", "bun-types": "^1.3.9", @@ -17,7 +17,7 @@ "prebuild": "bun run type-check", "generate-mock-data": "screenly edge-app run --generate-mock-data", "predev": "bun run generate-mock-data", - "cors-proxy-server": "bun ./node_modules/@screenly/edge-apps/scripts/cors-proxy-server.ts", + "cors-proxy-server": "edge-apps-scripts cors-proxy", "dev": "run-p cors-proxy-server edge-apps-dev", "edge-apps-dev": "edge-apps-scripts dev", "build": "edge-apps-scripts build", diff --git a/edge-apps/simple-message-app/bun.lock b/edge-apps/simple-message-app/bun.lock index 888104620..cfa999870 100644 --- a/edge-apps/simple-message-app/bun.lock +++ b/edge-apps/simple-message-app/bun.lock @@ -6,7 +6,7 @@ "name": "simple-message-app", "devDependencies": { "@playwright/test": "^1.59.1", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.11", "@types/jsdom": "^28.0.1", "bun-types": "^1.3.11", @@ -428,7 +428,7 @@ "@rollup/rollup-win32-x64-msvc": ["@rollup/rollup-win32-x64-msvc@4.60.1", "", { "os": "win32", "cpu": "x64" }, "sha512-lWMnixq/QzxyhTV6NjQJ4SFo1J6PvOX8vUx5Wb4bBPsEb+8xZ89Bz6kOXpfXj9ak9AHTQVQzlgzBEc1SyM27xQ=="], - "@screenly/edge-apps": ["@screenly/edge-apps@0.1.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.ts" } }, "sha512-JarR7bvOjVkgCtmIU/GNTUbBDdNYAS2BYlPHAoZPpb5AKs2zetcfj46bn7+e+cGuGiDOCEIjQVkhmro5yDNKYA=="], + "@screenly/edge-apps": ["@screenly/edge-apps@1.0.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.js" } }, "sha512-BssCQgXvOFg3hUJKWnrYM6ydPCcYhGp0/et2LD+IFeGWvYsLHBAxGoc4Zl0xkugI4esrVTac+55usEj38lTeYw=="], "@swc/core": ["@swc/core@1.15.24", "", { "dependencies": { "@swc/counter": "^0.1.3", "@swc/types": "^0.1.26" }, "optionalDependencies": { "@swc/core-darwin-arm64": "1.15.24", "@swc/core-darwin-x64": "1.15.24", "@swc/core-linux-arm-gnueabihf": "1.15.24", "@swc/core-linux-arm64-gnu": "1.15.24", "@swc/core-linux-arm64-musl": "1.15.24", "@swc/core-linux-ppc64-gnu": "1.15.24", "@swc/core-linux-s390x-gnu": "1.15.24", "@swc/core-linux-x64-gnu": "1.15.24", "@swc/core-linux-x64-musl": "1.15.24", "@swc/core-win32-arm64-msvc": "1.15.24", "@swc/core-win32-ia32-msvc": "1.15.24", "@swc/core-win32-x64-msvc": "1.15.24" }, "peerDependencies": { "@swc/helpers": ">=0.5.17" }, "optionalPeers": ["@swc/helpers"] }, "sha512-5Hj8aNasue7yusUt8LGCUe/AjM7RMAce8ZoyDyiFwx7Al+GbYKL+yE7g4sJk8vEr1dKIkTRARkNIJENc4CjkBQ=="], diff --git a/edge-apps/simple-message-app/package.json b/edge-apps/simple-message-app/package.json index 8430f36ce..e1c263184 100644 --- a/edge-apps/simple-message-app/package.json +++ b/edge-apps/simple-message-app/package.json @@ -22,7 +22,7 @@ "prettier": "../.prettierrc.json", "devDependencies": { "@playwright/test": "^1.59.1", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.11", "@types/jsdom": "^28.0.1", "bun-types": "^1.3.11", diff --git a/edge-apps/simple-table-app/bun.lock b/edge-apps/simple-table-app/bun.lock index d40500199..8bc38f311 100644 --- a/edge-apps/simple-table-app/bun.lock +++ b/edge-apps/simple-table-app/bun.lock @@ -9,7 +9,7 @@ }, "devDependencies": { "@playwright/test": "^1.59.1", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.9", "@types/jsdom": "^28.0.0", "@types/papaparse": "^5.5.2", @@ -432,7 +432,7 @@ "@rollup/rollup-win32-x64-msvc": ["@rollup/rollup-win32-x64-msvc@4.60.0", "", { "os": "win32", "cpu": "x64" }, "sha512-PrsWNQ8BuE00O3Xsx3ALh2Df8fAj9+cvvX9AIA6o4KpATR98c9mud4XtDWVvsEuyia5U4tVSTKygawyJkjm60w=="], - "@screenly/edge-apps": ["@screenly/edge-apps@0.1.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.ts" } }, "sha512-JarR7bvOjVkgCtmIU/GNTUbBDdNYAS2BYlPHAoZPpb5AKs2zetcfj46bn7+e+cGuGiDOCEIjQVkhmro5yDNKYA=="], + "@screenly/edge-apps": ["@screenly/edge-apps@1.0.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.js" } }, "sha512-BssCQgXvOFg3hUJKWnrYM6ydPCcYhGp0/et2LD+IFeGWvYsLHBAxGoc4Zl0xkugI4esrVTac+55usEj38lTeYw=="], "@swc/core": ["@swc/core@1.15.21", "", { "dependencies": { "@swc/counter": "^0.1.3", "@swc/types": "^0.1.25" }, "optionalDependencies": { "@swc/core-darwin-arm64": "1.15.21", "@swc/core-darwin-x64": "1.15.21", "@swc/core-linux-arm-gnueabihf": "1.15.21", "@swc/core-linux-arm64-gnu": "1.15.21", "@swc/core-linux-arm64-musl": "1.15.21", "@swc/core-linux-ppc64-gnu": "1.15.21", "@swc/core-linux-s390x-gnu": "1.15.21", "@swc/core-linux-x64-gnu": "1.15.21", "@swc/core-linux-x64-musl": "1.15.21", "@swc/core-win32-arm64-msvc": "1.15.21", "@swc/core-win32-ia32-msvc": "1.15.21", "@swc/core-win32-x64-msvc": "1.15.21" }, "peerDependencies": { "@swc/helpers": ">=0.5.17" }, "optionalPeers": ["@swc/helpers"] }, "sha512-fkk7NJcBscrR3/F8jiqlMptRHP650NxqDnspBMrRe5d8xOoCy9MLL5kOBLFXjFLfMo3KQQHhk+/jUULOMlR1uQ=="], diff --git a/edge-apps/simple-table-app/package.json b/edge-apps/simple-table-app/package.json index 5c5dcc101..9666a285f 100644 --- a/edge-apps/simple-table-app/package.json +++ b/edge-apps/simple-table-app/package.json @@ -22,7 +22,7 @@ "prettier": "../.prettierrc.json", "devDependencies": { "@playwright/test": "^1.59.1", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.9", "@types/jsdom": "^28.0.0", "@types/papaparse": "^5.5.2", diff --git a/edge-apps/simple-timer/bun.lock b/edge-apps/simple-timer/bun.lock index 430705f89..5eb77d32e 100644 --- a/edge-apps/simple-timer/bun.lock +++ b/edge-apps/simple-timer/bun.lock @@ -6,7 +6,7 @@ "name": "simple-timer", "devDependencies": { "@playwright/test": "^1.59.1", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.11", "@types/jsdom": "^28.0.1", "bun-types": "^1.3.11", @@ -428,7 +428,7 @@ "@rollup/rollup-win32-x64-msvc": ["@rollup/rollup-win32-x64-msvc@4.60.1", "", { "os": "win32", "cpu": "x64" }, "sha512-lWMnixq/QzxyhTV6NjQJ4SFo1J6PvOX8vUx5Wb4bBPsEb+8xZ89Bz6kOXpfXj9ak9AHTQVQzlgzBEc1SyM27xQ=="], - "@screenly/edge-apps": ["@screenly/edge-apps@0.1.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.ts" } }, "sha512-JarR7bvOjVkgCtmIU/GNTUbBDdNYAS2BYlPHAoZPpb5AKs2zetcfj46bn7+e+cGuGiDOCEIjQVkhmro5yDNKYA=="], + "@screenly/edge-apps": ["@screenly/edge-apps@1.0.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.js" } }, "sha512-BssCQgXvOFg3hUJKWnrYM6ydPCcYhGp0/et2LD+IFeGWvYsLHBAxGoc4Zl0xkugI4esrVTac+55usEj38lTeYw=="], "@swc/core": ["@swc/core@1.15.24", "", { "dependencies": { "@swc/counter": "^0.1.3", "@swc/types": "^0.1.26" }, "optionalDependencies": { "@swc/core-darwin-arm64": "1.15.24", "@swc/core-darwin-x64": "1.15.24", "@swc/core-linux-arm-gnueabihf": "1.15.24", "@swc/core-linux-arm64-gnu": "1.15.24", "@swc/core-linux-arm64-musl": "1.15.24", "@swc/core-linux-ppc64-gnu": "1.15.24", "@swc/core-linux-s390x-gnu": "1.15.24", "@swc/core-linux-x64-gnu": "1.15.24", "@swc/core-linux-x64-musl": "1.15.24", "@swc/core-win32-arm64-msvc": "1.15.24", "@swc/core-win32-ia32-msvc": "1.15.24", "@swc/core-win32-x64-msvc": "1.15.24" }, "peerDependencies": { "@swc/helpers": ">=0.5.17" }, "optionalPeers": ["@swc/helpers"] }, "sha512-5Hj8aNasue7yusUt8LGCUe/AjM7RMAce8ZoyDyiFwx7Al+GbYKL+yE7g4sJk8vEr1dKIkTRARkNIJENc4CjkBQ=="], diff --git a/edge-apps/simple-timer/package.json b/edge-apps/simple-timer/package.json index 5e69e782a..35a9f75aa 100644 --- a/edge-apps/simple-timer/package.json +++ b/edge-apps/simple-timer/package.json @@ -23,7 +23,7 @@ "prettier": "../.prettierrc.json", "devDependencies": { "@playwright/test": "^1.59.1", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.11", "@types/jsdom": "^28.0.1", "bun-types": "^1.3.11", diff --git a/edge-apps/weather/bun.lock b/edge-apps/weather/bun.lock index 462feb740..133105447 100644 --- a/edge-apps/weather/bun.lock +++ b/edge-apps/weather/bun.lock @@ -6,7 +6,7 @@ "name": "weather", "devDependencies": { "@playwright/test": "^1.59.1", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.11", "@types/jsdom": "^28.0.1", "bun-types": "^1.3.11", @@ -428,7 +428,7 @@ "@rollup/rollup-win32-x64-msvc": ["@rollup/rollup-win32-x64-msvc@4.60.1", "", { "os": "win32", "cpu": "x64" }, "sha512-lWMnixq/QzxyhTV6NjQJ4SFo1J6PvOX8vUx5Wb4bBPsEb+8xZ89Bz6kOXpfXj9ak9AHTQVQzlgzBEc1SyM27xQ=="], - "@screenly/edge-apps": ["@screenly/edge-apps@0.1.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.ts" } }, "sha512-JarR7bvOjVkgCtmIU/GNTUbBDdNYAS2BYlPHAoZPpb5AKs2zetcfj46bn7+e+cGuGiDOCEIjQVkhmro5yDNKYA=="], + "@screenly/edge-apps": ["@screenly/edge-apps@1.0.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.js" } }, "sha512-BssCQgXvOFg3hUJKWnrYM6ydPCcYhGp0/et2LD+IFeGWvYsLHBAxGoc4Zl0xkugI4esrVTac+55usEj38lTeYw=="], "@swc/core": ["@swc/core@1.15.24", "", { "dependencies": { "@swc/counter": "^0.1.3", "@swc/types": "^0.1.26" }, "optionalDependencies": { "@swc/core-darwin-arm64": "1.15.24", "@swc/core-darwin-x64": "1.15.24", "@swc/core-linux-arm-gnueabihf": "1.15.24", "@swc/core-linux-arm64-gnu": "1.15.24", "@swc/core-linux-arm64-musl": "1.15.24", "@swc/core-linux-ppc64-gnu": "1.15.24", "@swc/core-linux-s390x-gnu": "1.15.24", "@swc/core-linux-x64-gnu": "1.15.24", "@swc/core-linux-x64-musl": "1.15.24", "@swc/core-win32-arm64-msvc": "1.15.24", "@swc/core-win32-ia32-msvc": "1.15.24", "@swc/core-win32-x64-msvc": "1.15.24" }, "peerDependencies": { "@swc/helpers": ">=0.5.17" }, "optionalPeers": ["@swc/helpers"] }, "sha512-5Hj8aNasue7yusUt8LGCUe/AjM7RMAce8ZoyDyiFwx7Al+GbYKL+yE7g4sJk8vEr1dKIkTRARkNIJENc4CjkBQ=="], diff --git a/edge-apps/weather/package.json b/edge-apps/weather/package.json index 25d523241..3e33ab4bb 100644 --- a/edge-apps/weather/package.json +++ b/edge-apps/weather/package.json @@ -23,7 +23,7 @@ "prettier": "../.prettierrc.json", "devDependencies": { "@playwright/test": "^1.59.1", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.11", "@types/jsdom": "^28.0.1", "bun-types": "^1.3.11", diff --git a/edge-apps/welcome-app/bun.lock b/edge-apps/welcome-app/bun.lock index cda20cb33..5f3965556 100644 --- a/edge-apps/welcome-app/bun.lock +++ b/edge-apps/welcome-app/bun.lock @@ -6,7 +6,7 @@ "name": "welcome-app", "devDependencies": { "@playwright/test": "^1.59.1", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.11", "@types/jsdom": "^28.0.1", "bun-types": "^1.3.11", @@ -428,7 +428,7 @@ "@rollup/rollup-win32-x64-msvc": ["@rollup/rollup-win32-x64-msvc@4.60.1", "", { "os": "win32", "cpu": "x64" }, "sha512-lWMnixq/QzxyhTV6NjQJ4SFo1J6PvOX8vUx5Wb4bBPsEb+8xZ89Bz6kOXpfXj9ak9AHTQVQzlgzBEc1SyM27xQ=="], - "@screenly/edge-apps": ["@screenly/edge-apps@0.1.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.ts" } }, "sha512-JarR7bvOjVkgCtmIU/GNTUbBDdNYAS2BYlPHAoZPpb5AKs2zetcfj46bn7+e+cGuGiDOCEIjQVkhmro5yDNKYA=="], + "@screenly/edge-apps": ["@screenly/edge-apps@1.0.0", "", { "dependencies": { "@eslint/js": "^10.0.1", "@photostructure/tz-lookup": "^11.5.0", "@tailwindcss/vite": "^4.2.1", "country-locale-map": "^1.9.12", "dayjs": "^1.11.19", "eslint": "^10.0.3", "jiti": "^2.6.1", "offline-geocode-city": "^1.0.2", "panic-overlay": "^1.0.51", "sharp": "^0.34.5", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0", "vite": "^7.3.1", "yaml": "^2.8.2" }, "peerDependencies": { "@playwright/test": "^1.58.0" }, "optionalPeers": ["@playwright/test"], "bin": { "edge-apps-scripts": "bin/edge-apps-scripts.js" } }, "sha512-BssCQgXvOFg3hUJKWnrYM6ydPCcYhGp0/et2LD+IFeGWvYsLHBAxGoc4Zl0xkugI4esrVTac+55usEj38lTeYw=="], "@swc/core": ["@swc/core@1.15.24", "", { "dependencies": { "@swc/counter": "^0.1.3", "@swc/types": "^0.1.26" }, "optionalDependencies": { "@swc/core-darwin-arm64": "1.15.24", "@swc/core-darwin-x64": "1.15.24", "@swc/core-linux-arm-gnueabihf": "1.15.24", "@swc/core-linux-arm64-gnu": "1.15.24", "@swc/core-linux-arm64-musl": "1.15.24", "@swc/core-linux-ppc64-gnu": "1.15.24", "@swc/core-linux-s390x-gnu": "1.15.24", "@swc/core-linux-x64-gnu": "1.15.24", "@swc/core-linux-x64-musl": "1.15.24", "@swc/core-win32-arm64-msvc": "1.15.24", "@swc/core-win32-ia32-msvc": "1.15.24", "@swc/core-win32-x64-msvc": "1.15.24" }, "peerDependencies": { "@swc/helpers": ">=0.5.17" }, "optionalPeers": ["@swc/helpers"] }, "sha512-5Hj8aNasue7yusUt8LGCUe/AjM7RMAce8ZoyDyiFwx7Al+GbYKL+yE7g4sJk8vEr1dKIkTRARkNIJENc4CjkBQ=="], diff --git a/edge-apps/welcome-app/package.json b/edge-apps/welcome-app/package.json index 4b3965ed1..d6f750045 100644 --- a/edge-apps/welcome-app/package.json +++ b/edge-apps/welcome-app/package.json @@ -22,7 +22,7 @@ "prettier": "../.prettierrc.json", "devDependencies": { "@playwright/test": "^1.59.1", - "@screenly/edge-apps": "^0.1.0", + "@screenly/edge-apps": "^1.0.0", "@types/bun": "^1.3.11", "@types/jsdom": "^28.0.1", "bun-types": "^1.3.11",