@netacea/kinesisingest 1.5.49 → 1.5.50

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,14 @@
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.5.50 (2024-05-29)
7
+
8
+ **Note:** Version bump only for package @netacea/kinesisingest
9
+
10
+
11
+
12
+
13
+
6
14
  ## 1.5.49 (2024-05-29)
7
15
 
8
16
  **Note:** Version bump only for package @netacea/kinesisingest
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netacea/kinesisingest",
3
- "version": "1.5.49",
3
+ "version": "1.5.50",
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": "976f2e93315b6dcbcfa076cc0345f341595e1520"
19
+ "gitHead": "50ffbc2bad1230a3cad0958d6b9dab437c757f08"
20
20
  }
package/package.json.bak CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@netacea/kinesisingest",
3
- "version": "1.5.49",
3
+ "version": "1.5.50",
4
4
  "description": "Kinesis Ingest module for Netacea.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "scripts": {
8
- "test": "npx nyc tape -r ts-node/register './tests/*.test.ts'",
8
+ "test": "NODE_OPTIONS='--import tsx' npx nyc tape './tests/*.test.ts'",
9
9
  "lint": "npx eslint . --ext ts",
10
10
  "lint:fix": "npx eslint . --ext ts --fix",
11
11
  "prepublishOnly": "npm run build",
@@ -33,5 +33,5 @@
33
33
  "dependencies": {
34
34
  "aws4": "1.11.0"
35
35
  },
36
- "gitHead": "976f2e93315b6dcbcfa076cc0345f341595e1520"
36
+ "gitHead": "50ffbc2bad1230a3cad0958d6b9dab437c757f08"
37
37
  }