repository-provider 32.6.6 → 32.6.7
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/package.json +1 -1
- package/src/base-provider.mjs +0 -7
package/package.json
CHANGED
package/src/base-provider.mjs
CHANGED
|
@@ -410,13 +410,6 @@ export class BaseProvider extends BaseObject {
|
|
|
410
410
|
return this;
|
|
411
411
|
}
|
|
412
412
|
|
|
413
|
-
/**
|
|
414
|
-
* @return url of the provider.
|
|
415
|
-
*/
|
|
416
|
-
get url() {
|
|
417
|
-
return "/";
|
|
418
|
-
}
|
|
419
|
-
|
|
420
413
|
/**
|
|
421
414
|
* List all defined entries from attributes.
|
|
422
415
|
* return {object}
|