@effindomv2/fui-as 0.1.24 → 0.1.25

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effindomv2/fui-as",
3
- "version": "0.1.24",
3
+ "version": "0.1.25",
4
4
  "private": false,
5
5
  "license": "AGPL-3.0-only OR LicenseRef-EffinDom-Commercial",
6
6
  "description": "EffinDom v2 AssemblyScript frontend framework SDK and browser harness",
@@ -65,6 +65,7 @@
65
65
  "files": [
66
66
  "src",
67
67
  "browser/routed-app-conventions.ts",
68
+ "browser/favicon.ico",
68
69
  "browser/loading-overlay-styles.html",
69
70
  "browser/loading-overlay-body.html",
70
71
  "browser/src",
package/scripts/build.sh CHANGED
@@ -338,6 +338,7 @@ npx esbuild "${PACKAGE_DIR}/demo/worker-host-services.ts" \
338
338
 
339
339
  render_html_with_loading_overlay "${SMOKE_FIXTURE_DIR}/index.html" "${OUT_DIR}/index.html"
340
340
  render_html_with_loading_overlay "${PACKAGE_DIR}/demo/index.html" "${DEMO_OUT_DIR}/index.html"
341
+ cp "${PACKAGE_DIR}/browser/favicon.ico" "${REPO_ROOT}/public/favicon.ico"
341
342
  cp "${PACKAGE_DIR}/demo/demo-texture.png" "${DEMO_OUT_DIR}/demo-texture.png"
342
343
  cp "${PACKAGE_DIR}/demo/demo-secondary-texture.png" "${DEMO_OUT_DIR}/demo-secondary-texture.png"
343
344