@pristine-ts/common 0.0.224 → 0.0.225

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.
@@ -24,7 +24,7 @@ export declare class Request {
24
24
  */
25
25
  rawBody?: any;
26
26
  /**
27
- * The host of the request
27
+ * The host of the request.
28
28
  */
29
29
  host?: string;
30
30
  constructor(httpMethod: HttpMethod | string, url: string);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pristine-ts/common",
3
- "version": "0.0.224",
3
+ "version": "0.0.225",
4
4
  "description": "",
5
5
  "module": "dist/lib/esm/common.module.js",
6
6
  "main": "dist/lib/cjs/common.module.js",
@@ -57,5 +57,5 @@
57
57
  "src/*.{js,ts}"
58
58
  ]
59
59
  },
60
- "gitHead": "7b7a162a0587f85bc772139e59182e5b588560b6"
60
+ "gitHead": "be49c29a657cb62a1a642d4978b26522c08e7b18"
61
61
  }