@signageos/lib 13.2.1 → 13.2.2-master.2550

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +1 -2
package/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ 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
+ ## [Unreleased]
8
+ ### Fixed
9
+ - Missing node-fetch dependency when calling `downloadFile`
10
+
7
11
  ## [13.2.1] - 2023-12-20
8
12
  ### Fixed
9
13
  - Don't rely on env var `npm_package_name` when parsing config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signageos/lib",
3
- "version": "13.2.1",
3
+ "version": "13.2.2-master.2550",
4
4
  "main": "./dist",
5
5
  "files": [
6
6
  "tools",
@@ -96,7 +96,6 @@
96
96
  "mocha": "10.2.0",
97
97
  "mongodb": "5.9.1",
98
98
  "mongoose": "7.6.6",
99
- "node-fetch": "2.6.12",
100
99
  "npm": "8.19.4",
101
100
  "pg": "7.12.1",
102
101
  "pg-promise": "10.11.0",