@ormoshe/js-video-url-parser 0.5.23 → 0.5.24

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.
@@ -1973,7 +1973,7 @@
1973
1973
  }
1974
1974
 
1975
1975
  var url = baseUrl + vi.library + '/' + vi.id;
1976
- url += combineParams$h(params);
1976
+ url += combineParams$o(params);
1977
1977
  return url;
1978
1978
  };
1979
1979
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ormoshe/js-video-url-parser",
3
- "version": "0.5.23",
3
+ "version": "0.5.24",
4
4
  "description": "A parser to extract provider, video id, starttime and others from YouTube, Vimeo, ... urls",
5
5
  "main": "lib/index.js",
6
6
  "browser": "dist/jsVideoUrlParser.js",