@h3ravel/contracts 2.0.0-alpha.16 → 2.0.1

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -3
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -732,9 +732,6 @@ declare abstract class IHttpRequest {
732
732
  *
733
733
  * The base URL never ends with a /.
734
734
  *
735
- * This is similar to getBasePath(), except that it also includes the
736
- * script filename (e.g. index.php) if one exists.
737
- *
738
735
  * @return string The raw URL (i.e. not urldecoded)
739
736
  */
740
737
  abstract getBaseUrl(): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h3ravel/contracts",
3
- "version": "2.0.0-alpha.16",
3
+ "version": "2.0.1",
4
4
  "description": "H3ravel Contracts.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",