@zuplo/runtime 6.48.19 → 6.49.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.
@@ -5,10 +5,10 @@ export declare interface AkamaiApiSecurityLoggerEntry {
5
5
  ip: {
6
6
  v?: string;
7
7
  src: string;
8
- dst?: string;
8
+ dst: string;
9
9
  };
10
10
  tcp: {
11
- src?: number;
11
+ src: number;
12
12
  dst: number;
13
13
  };
14
14
  http: {
@@ -51,10 +51,6 @@ export declare class AkamaiApiSecurityPlugin extends SystemRuntimePlugin {
51
51
  initialize(runtime: RuntimeExtensions): Promise<void>;
52
52
  }
53
53
 
54
- /**
55
- * @public
56
- * Configuration options for the Akamai API Security Plugin
57
- */
58
54
  export declare interface AkamaiApiSecurityPluginOptions {
59
55
  /**
60
56
  * The hostname of the Akamai API Security service
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zuplo/runtime",
3
3
  "type": "module",
4
- "version": "6.48.19",
4
+ "version": "6.49.0",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",
7
7
  "exports": {