@netacea/netaceaintegrationbase 2.0.36 → 2.0.38
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/dist/index.d.ts +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.
|
|
3
|
+
"version": "2.0.38",
|
|
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.
|
|
27
|
+
"@netacea/kinesisingest": "^1.5.56"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "de302a0a43e52d7fbe01c36b5b00b6d756b2b5ee"
|
|
30
30
|
}
|