@mos-connection/helper
Advanced tools
Comparing version 3.0.0-nightly-feat-mono-repo-20221216-111645-0e02d70.0 to 3.0.0-nightly-feat-mono-repo-20230104-075004-599ca96.0
@@ -6,3 +6,3 @@ # Change Log | ||
# [2.1.0-alpha.0](https://github.com/nrkno/sofie-mos-connection/compare/2.0.1...2.1.0-alpha.0) (2022-12-09) | ||
# [v3.0.0-alpha.0](https://github.com/nrkno/sofie-mos-connection/compare/2.0.1...v3.0.0-alpha.0) (2022-12-09) | ||
@@ -9,0 +9,0 @@ ### Features |
@@ -325,3 +325,3 @@ "use strict"; | ||
// strings with numbers and , grouped will trigger | ||
if (prop && typeof prop === 'string' && prop.match(/[0-9]+[,][0-9]+/)) { | ||
if (prop && typeof prop === 'string' && prop.match(/\d+,\d+/)) { | ||
// here is the fix for replacing and casting | ||
@@ -328,0 +328,0 @@ const commaCast = prop.replace(/,/, '.'); |
{ | ||
"name": "@mos-connection/helper", | ||
"version": "3.0.0-nightly-feat-mono-repo-20221216-111645-0e02d70.0", | ||
"version": "3.0.0-nightly-feat-mono-repo-20230104-075004-599ca96.0", | ||
"description": "Helper functions for the MOS-connection library", | ||
@@ -16,18 +16,2 @@ "main": "dist/index.js", | ||
"homepage": "https://github.com/nrkno/sofie-mos-connection#readme", | ||
"author": { | ||
"name": "Jesper Stærkær", | ||
"email": "jesper@superfly.tv", | ||
"url": "http://superfly.tv" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Johan Nyman", | ||
"email": "johan@superfly.tv", | ||
"url": "http://superfly.tv" | ||
}, | ||
{ | ||
"name": "Stephan Nordnes Eriksen", | ||
"email": "Stephanruler@gmail.com" | ||
} | ||
], | ||
"scripts": { | ||
@@ -45,9 +29,5 @@ "build": "rimraf dist && yarn build:main", | ||
], | ||
"devDependencies": { | ||
"lint-staged": "^13.0.4" | ||
}, | ||
"dependencies": { | ||
"@mos-connection/model": "3.0.0-nightly-feat-mono-repo-20221216-111645-0e02d70.0", | ||
"@mos-connection/model": "3.0.0-nightly-feat-mono-repo-20230104-075004-599ca96.0", | ||
"iconv-lite": "^0.6.2", | ||
"moment": "^2.29.4", | ||
"tslib": "^2.2.0", | ||
@@ -77,10 +57,10 @@ "xml-js": "^1.6.11", | ||
"lint-staged": { | ||
"*.{js,css,json,md,scss}": [ | ||
"*.{css,json,md,scss}": [ | ||
"prettier" | ||
], | ||
"*.{ts,tsx}": [ | ||
"*.{ts,tsx,js,jsx}": [ | ||
"eslint" | ||
] | ||
}, | ||
"gitHead": "6f31c13b741c2b9fd74237a933b4e4cf70ffea0f" | ||
"gitHead": "0749585a14e4a40e8d39dbb104a34b159cea6dae" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5
0
224589
1
+ Added@mos-connection/model@3.0.0-nightly-feat-mono-repo-20230104-075004-599ca96.0(transitive)
- Removedmoment@^2.29.4
- Removed@mos-connection/model@3.0.0-nightly-feat-mono-repo-20221216-111645-0e02d70.0(transitive)
- Removedmoment@2.30.1(transitive)
Updated@mos-connection/model@3.0.0-nightly-feat-mono-repo-20230104-075004-599ca96.0