@signageos/lib 23.4.0 → 23.5.0-master.4357

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 (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signageos/lib",
3
- "version": "23.4.0",
3
+ "version": "23.5.0-master.4357",
4
4
  "main": "./dist",
5
5
  "type": "commonjs",
6
6
  "files": [
@@ -26,6 +26,7 @@
26
26
  "test:coverage": "c8 npm run test",
27
27
  "test-connections": "NODE_ENV=test mocha --allow-uncaught --config .mocharc.connections.js",
28
28
  "test-rabbit-connection": "NODE_ENV=test mocha --config .mocharc.connections-rabbit.js",
29
+ "test:benchmark": "NODE_ENV=test mocha --config .mocharc.benchmark.js",
29
30
  "watch": "tsc --watch",
30
31
  "check": "npm run depcheck && ../../tools/check-deps",
31
32
  "check:forbidden-dependencies": "node ../../tools/check-forbidden-dependencies",