@signageos/front-applet 7.1.0 → 7.1.1

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.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [7.1.1] - 2025-02-17
8
+ ### Fixed
9
+ - Remove dependency on `@signageos/lib` npm package (it's available only internally and not in public registry.npmjs.org)
10
+ - Load weinre JS file from the weinre server (not bundled in the front-applet library)
11
+
7
12
  ## [7.1.0] - 2025-02-11
8
13
  ### Added
9
14
  - Add fpath utility
@@ -16,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
16
21
  ## [7.0.0] - 2025-02-06
17
22
  ### Added
18
23
  - Add support for new monitoring commands for testing purposes
24
+ - Enhance `IFile` type by extending it from `IFilePath` for better type consistency
19
25
  - Add fpath utility
20
26
 
21
27
  ### Fixed