@stryke/http 0.5.3 → 0.6.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.
@@ -69,9 +69,9 @@ export declare class StormURLBuilder {
69
69
  */
70
70
  withPassword(password: string): StormURLBuilder;
71
71
  /**
72
- * Set the pathname of the URL
72
+ * Set the host of the URL
73
73
  *
74
- * @param pathname - The pathname to set
74
+ * @param host - The host to set
75
75
  * @returns The URL builder
76
76
  */
77
77
  withHost(host: string | ParsedHost): StormURLBuilder;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/http",
3
- "version": "0.5.3",
3
+ "version": "0.6.0",
4
4
  "type": "module",
5
5
  "description": "A package containing HTTP communication utilities used by Storm Software.",
6
6
  "repository": {