@netacea/netaceaintegrationbase 2.0.36 → 2.0.37

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 +2 -2
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -256,7 +256,7 @@ interface IngestArgs {
256
256
  /**
257
257
  * Request protocol
258
258
  */
259
- protocol: string;
259
+ protocol: string | null;
260
260
  /**
261
261
  * Request referer header value
262
262
  */
@@ -323,7 +323,7 @@ interface V2WebLog {
323
323
  method: string;
324
324
  minute: number;
325
325
  path: string;
326
- protocol: string;
326
+ protocol: string | null;
327
327
  query?: string;
328
328
  referrer?: string;
329
329
  request: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netacea/netaceaintegrationbase",
3
- "version": "2.0.36",
3
+ "version": "2.0.37",
4
4
  "description": "Base package for Netacea CDN integrations.",
5
5
  "type": "module",
6
6
  "types": "dist/index.d.ts",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "license": "UNLICENSED",
26
26
  "dependencies": {
27
- "@netacea/kinesisingest": "^1.5.54"
27
+ "@netacea/kinesisingest": "^1.5.55"
28
28
  },
29
- "gitHead": "6a7870a1569541c04f792429141980159d5beaf6"
29
+ "gitHead": "e7403c128b50009211ff7af59995e380ac7ef6fc"
30
30
  }