@netacea/kinesisingest 1.8.7 → 1.9.1

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,25 @@
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.9.1 (2026-04-14)
7
+
8
+ **Note:** Version bump only for package @netacea/kinesisingest
9
+
10
+
11
+
12
+
13
+
14
+ # 1.9.0 (2026-04-13)
15
+
16
+
17
+ ### Features
18
+
19
+ * **f5:** add monetisation redirect support (mitigate=5) ([#789](https://github.com/Netacea/JavascriptATAIntegration/issues/789)) ([49ec3f2](https://github.com/Netacea/JavascriptATAIntegration/commit/49ec3f2729b012fbeca63ec29596f6fcab974d37))
20
+
21
+
22
+
23
+
24
+
6
25
  ## 1.8.7 (2026-04-13)
7
26
 
8
27
  **Note:** Version bump only for package @netacea/kinesisingest
package/README.md CHANGED
@@ -2,10 +2,13 @@
2
2
 
3
3
  ![Netacea Header](https://assets.ntcacdn.net/header.jpg)
4
4
 
5
- [![npm](https://img.shields.io/npm/v/@netacea/captchafeedback.svg)](https://www.npmjs.com/package/@netacea/captchafeedback)  
5
+ [![npm](https://img.shields.io/npm/v/@netacea/captchafeedback.svg)](https://www.npmjs.com/package/@netacea/captchafeedback)
6
+  
6
7
  [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/)
7
8
 
8
- `@netacea/kinesisingest` is a package designed to add [Netacea](https://netacea.com) Kinesis feedback functionality to your javascript based integration.
9
+ `@netacea/kinesisingest` is a package designed to add
10
+ [Netacea](https://netacea.com) Kinesis feedback functionality to your javascript
11
+ based integration.
9
12
 
10
13
  ## Installation
11
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netacea/kinesisingest",
3
- "version": "1.8.7",
3
+ "version": "1.9.1",
4
4
  "description": "Kinesis Ingest module for Netacea.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -16,5 +16,5 @@
16
16
  "dependencies": {
17
17
  "aws4": "1.11.0"
18
18
  },
19
- "gitHead": "55130dcc13dbff893f593bc3f66c12c61e73ed1d"
19
+ "gitHead": "fff9c8a6c79d131f3740c4e54230e4ce8ee54140"
20
20
  }
package/package.json.bak CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netacea/kinesisingest",
3
- "version": "1.8.7",
3
+ "version": "1.9.1",
4
4
  "description": "Kinesis Ingest module for Netacea.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "license": "ISC",
21
21
  "devDependencies": {
22
- "@netacea/bundler": "^1.3.7",
22
+ "@netacea/bundler": "^1.4.1",
23
23
  "@types/aws4": "1.5.2",
24
24
  "@types/node": "^20.12.2",
25
25
  "@types/sinon": "^9.0.7",
@@ -33,5 +33,5 @@
33
33
  "dependencies": {
34
34
  "aws4": "1.11.0"
35
35
  },
36
- "gitHead": "55130dcc13dbff893f593bc3f66c12c61e73ed1d"
36
+ "gitHead": "fff9c8a6c79d131f3740c4e54230e4ce8ee54140"
37
37
  }