@wavemaker/angular-codegen 11.4.2-rc.5378 → 11.4.2-rc.5380

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.
@@ -46992,7 +46992,7 @@ const VALIDATOR = {
46992
46992
  EXCLUDEDAYS: 'excludedays'
46993
46993
  };
46994
46994
  const transformFileURI = (url) => {
46995
- if (url && hasCordova() && url.startsWith('file://')) {
46995
+ if (_.isString(url) && hasCordova() && url.startsWith('file://')) {
46996
46996
  if (isIos()) {
46997
46997
  return url.replace('file://', '/_app_file_');
46998
46998
  }
@@ -43070,7 +43070,7 @@ const VALIDATOR = {
43070
43070
  EXCLUDEDAYS: 'excludedays'
43071
43071
  };
43072
43072
  const transformFileURI = (url) => {
43073
- if (url && hasCordova() && url.startsWith('file://')) {
43073
+ if (_.isString(url) && hasCordova() && url.startsWith('file://')) {
43074
43074
  if (isIos()) {
43075
43075
  return url.replace('file://', '/_app_file_');
43076
43076
  }
@@ -43070,7 +43070,7 @@ const VALIDATOR = {
43070
43070
  EXCLUDEDAYS: 'excludedays'
43071
43071
  };
43072
43072
  const transformFileURI = (url) => {
43073
- if (url && hasCordova() && url.startsWith('file://')) {
43073
+ if (_.isString(url) && hasCordova() && url.startsWith('file://')) {
43074
43074
  if (isIos()) {
43075
43075
  return url.replace('file://', '/_app_file_');
43076
43076
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.4.2-rc.5378",
3
+ "version": "11.4.2-rc.5380",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {