@fluid-experimental/property-properties 2.90.0-378676 → 2.91.0

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.
@@ -1 +1 @@
1
- {"version":3,"file":"propertyFactory.d.ts","sourceRoot":"","sources":["../src/propertyFactory.js"],"names":[],"mappings":";AAm3EA;;GAEG;AACH,4CAAuD"}
1
+ {"version":3,"file":"propertyFactory.d.ts","sourceRoot":"","sources":["../src/propertyFactory.js"],"names":[],"mappings":";AAk3EA;;GAEG;AACH,4CAAuD"}
@@ -1814,9 +1814,7 @@ class PropertyFactory {
1814
1814
  */
1815
1815
  async initializeSchemaStore(in_options) {
1816
1816
  // https://regex101.com/r/TlgGJp/2
1817
- var regexBaseUrl =
1818
- // eslint-disable-next-line unicorn/no-unsafe-regex
1819
- /^(https?:)?\/\/((.[-a-zA-Z0-9@:%_+~#=.]{2,256}){1,2}\.[a-z]{2,6}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})(:\d{1,5})?(\/[-a-zA-Z0-9@:%_+.~#?&/=]*)*$/;
1817
+ var regexBaseUrl = /^(https?:)?\/\/((.[-a-zA-Z0-9@:%_+~#=.]{2,256}){1,2}\.[a-z]{2,6}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})(:\d{1,5})?(\/[-a-zA-Z0-9@:%_+.~#?&/=]*)*$/;
1820
1818
  if (!in_options ||
1821
1819
  !in_options.getBearerToken ||
1822
1820
  !_.isFunction(in_options.getBearerToken) ||