@nxtedition/lib 13.1.1 → 13.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/lib",
3
- "version": "13.1.1",
3
+ "version": "13.2.1",
4
4
  "license": "MIT",
5
5
  "author": "Robert Nagy <robert.nagy@boffins.se>",
6
6
  "files": [
@@ -83,6 +83,7 @@
83
83
  "object-hash": "^3.0.0",
84
84
  "qs": "^6.11.1",
85
85
  "request-target": "^1.0.2",
86
+ "smpte-timecode": "^1.3.3",
86
87
  "split-string": "^6.0.0",
87
88
  "toobusy-js": "^0.5.1",
88
89
  "undici": "^5.22.0",
@@ -120,6 +120,7 @@ function pipe(value, ...fns) {
120
120
  const globals = {
121
121
  fp: require('lodash/fp'),
122
122
  moment: require('moment-timezone'),
123
+ Timecode: require('smpte-timecode'),
123
124
  datefns,
124
125
  JSON5,
125
126
  pipe,