@signageos/lib 10.4.2 → 10.5.0-master.1662

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 +3 -3
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
+ ### Added
9
+ - Prometheus `/metrics` scraping endpoint
10
+
7
11
  ## [10.4.2] - 2022-10-31
8
12
  ### Fixed
9
13
  - check-deps script missing expectRanges in `.check-depsrc.json` config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signageos/lib",
3
- "version": "10.4.2",
3
+ "version": "10.5.0-master.1662",
4
4
  "main": "./dist",
5
5
  "files": [
6
6
  "tools",
@@ -24,7 +24,7 @@
24
24
  "test-rabbit-connection": "DEBUG=@signageos/lib:Events:genericGracefulExit NODE_ENV=test node_modules/.bin/mocha --require should --require should-sinon --require ts-node/register --ui bdd --watch-extensions ts --timeout 120000 tests/**/rabbitmqGracefulExit.connection-spec.ts",
25
25
  "watch": "tsc --watch",
26
26
  "check": "npm run depcheck && tools/check-deps.js",
27
- "depcheck": "depcheck --specials=tslint,webpack,mocha --parsers='*.ts:typescript,*.js:es6' --detectors='requireCallExpression,importDeclaration' --ignore-dirs='dist' --ignores='@types/*,@signageos/codestyle,ts-node,mocha,depcheck,prettier,webpack-cli'"
27
+ "depcheck": "depcheck --config .depcheckrc.json"
28
28
  },
29
29
  "author": "Michael Zabka <zabka.michael@gmail.com>",
30
30
  "license": "MIT",
@@ -85,7 +85,7 @@
85
85
  "amqplib": "0.6.0",
86
86
  "azure-storage": "2.7.0",
87
87
  "debug": "2.6.9",
88
- "depcheck": "0.9.0",
88
+ "depcheck": "1.4.3",
89
89
  "express": "4.16.4",
90
90
  "http-status": "1.3.1",
91
91
  "mocha": "3.3.0",