@signageos/lib 13.1.1-master.2497 → 13.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -4,7 +4,7 @@ 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]
7
+ ## [13.1.1] - 2023-12-11
8
8
  ### Fixed
9
9
  - `sentry_enabled` will also be defined as boolean, when parsing basic params from env
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signageos/lib",
3
- "version": "13.1.1-master.2497",
3
+ "version": "13.1.1",
4
4
  "main": "./dist",
5
5
  "files": [
6
6
  "tools",
@@ -23,10 +23,10 @@
23
23
  "lint:prettier:fix": "prettier \"**/*.+(ts|tsx|json|js)\" --write",
24
24
  "prebuild": "rm -rf dist/*",
25
25
  "prepare": "npm run prebuild && npm run build",
26
- "test": "NODE_ENV=test mocha --opts mocha.opts",
26
+ "test": "NODE_ENV=test mocha",
27
27
  "test:coverage": "c8 npm run test",
28
- "test-connections": "NODE_ENV=test mocha --allow-uncaught --opts mochaConnections.opts",
29
- "test-rabbit-connection": "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",
28
+ "test-connections": "NODE_ENV=test mocha --allow-uncaught --config .mocharc.connections.js",
29
+ "test-rabbit-connection": "NODE_ENV=test mocha --config .mocharc.connections-rabbit.js",
30
30
  "watch": "tsc --watch",
31
31
  "check": "npm run depcheck && tools/check-deps.js",
32
32
  "depcheck": "depcheck --config .depcheckrc.json",
@@ -71,7 +71,7 @@
71
71
  "@types/fs-extra": "4.0.5",
72
72
  "@types/http-status": "0.2.30",
73
73
  "@types/lodash": "4.14.158",
74
- "@types/mocha": "2.2.41",
74
+ "@types/mocha": "10.0.6",
75
75
  "@types/node": "12.12.28",
76
76
  "@types/node-fetch": "2.6.4",
77
77
  "@types/raven": "2.5.1",
@@ -93,7 +93,7 @@
93
93
  "c8": "8.0.1",
94
94
  "debug": "4.3.4",
95
95
  "depcheck": "1.4.3",
96
- "mocha": "3.5.3",
96
+ "mocha": "10.2.0",
97
97
  "mongodb": "5.9.1",
98
98
  "mongoose": "7.6.6",
99
99
  "node-fetch": "2.6.12",