@netacea/netaceaintegrationbase 1.16.87 → 1.16.89

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/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 1.16.89 (2024-02-12)
7
+
8
+ **Note:** Version bump only for package @netacea/netaceaintegrationbase
9
+
10
+
11
+
12
+
13
+
14
+ ## 1.16.88 (2024-02-09)
15
+
16
+ **Note:** Version bump only for package @netacea/netaceaintegrationbase
17
+
18
+
19
+
20
+
21
+
6
22
  ## 1.16.87 (2024-02-06)
7
23
 
8
24
  **Note:** Version bump only for package @netacea/netaceaintegrationbase
@@ -52,7 +52,7 @@ export interface NetaceaBaseArgs {
52
52
  /**
53
53
  * Netacea Secret Key
54
54
  */
55
- secretKey?: string;
55
+ secretKey: string;
56
56
  /**
57
57
  * Google RECaptcha Site Key.
58
58
  * This is used for providing your own captcha values without updating these in the Netacea console.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netacea/netaceaintegrationbase",
3
- "version": "1.16.87",
3
+ "version": "1.16.89",
4
4
  "description": "Base package for Netacea CDN integrations.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -28,7 +28,7 @@
28
28
  "typescript": "^3.9.7"
29
29
  },
30
30
  "dependencies": {
31
- "@netacea/kinesisingest": "^1.4.88"
31
+ "@netacea/kinesisingest": "^1.4.90"
32
32
  },
33
- "gitHead": "f494ba6fe9f9f49e477604c2fceef82db0cdbb49"
33
+ "gitHead": "46a0ac398cf40694cc00b8407f06a1991966c9bd"
34
34
  }