@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.
- package/dist/propertyFactory.d.ts.map +1 -1
- package/dist/propertyFactory.js +1 -3
- package/dist/propertyFactory.js.map +1 -1
- package/dist/test/propertyFactory.spec.js +0 -1
- package/dist/test/propertyFactory.spec.js.map +1 -1
- package/dist/test/tsconfig.tsbuildinfo +1 -1
- package/lib/propertyFactory.d.ts.map +1 -1
- package/lib/propertyFactory.js +1 -3
- package/lib/propertyFactory.js.map +1 -1
- package/package.json +7 -7
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"propertyFactory.d.ts","sourceRoot":"","sources":["../src/propertyFactory.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"propertyFactory.d.ts","sourceRoot":"","sources":["../src/propertyFactory.js"],"names":[],"mappings":";AAk3EA;;GAEG;AACH,4CAAuD"}
|
package/dist/propertyFactory.js
CHANGED
|
@@ -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) ||
|