rticonnextdds-connector 1.2.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rticonnextdds-connector",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "RTI Connector for JavaScript",
5
5
  "main": "rticonnextdds-connector.js",
6
6
  "files": [
@@ -70,7 +70,7 @@ class _ConnectorBinding {
70
70
  case 'win32':
71
71
  libDir = 'win-x64'
72
72
  libName = 'rtiddsconnector.dll'
73
- additionalLib = 'msvcr120.dll'
73
+ additionalLib = 'vcruntime140.dll'
74
74
  isWindows = true
75
75
  break
76
76
  default: