@netacea/f5 4.3.49 → 4.3.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
+ ## 4.3.50 (2024-05-29)
7
+
8
+ **Note:** Version bump only for package @netacea/f5
9
+
10
+
11
+
12
+
13
+
6
14
  ## 4.3.49 (2024-05-29)
7
15
 
8
16
  **Note:** Version bump only for package @netacea/f5
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netacea/f5",
3
- "version": "4.3.49",
3
+ "version": "4.3.50",
4
4
  "description": "Netacea F5 CDN integration",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -9,9 +9,9 @@
9
9
  "lint:fix": "npx eslint . --ext ts --fix",
10
10
  "lint": "npx eslint . --ext ts",
11
11
  "prepublishOnly": "npm run build",
12
- "test:integration:no-clean": "npx nyc --no-clean -r=lcov -r=html -r=text mocha --timeout 60000 -r ts-node/register './tests/mocha/*.test.ts'",
13
- "test:integration": "npx nyc -r=lcov -r=html -r=text mocha --timeout 60000 -r ts-node/register './tests/mocha/*.test.ts'",
14
- "test:unit": "npx nyc tape -r ts-node/register './tests/tape/*.test.ts'",
12
+ "test:integration:no-clean": "NODE_OPTIONS='--import tsx' npx nyc --no-clean -r=lcov -r=html -r=text mocha --timeout 60000 './tests/mocha/*.test.ts'",
13
+ "test:integration": "NODE_OPTIONS='--import tsx' npx nyc -r=lcov -r=html -r=text mocha --timeout 60000 './tests/mocha/*.test.ts'",
14
+ "test:unit": "NODE_OPTIONS='--import tsx' npx nyc tape './tests/tape/*.test.ts'",
15
15
  "test": "npm run test:unit && npm run test:integration:no-clean",
16
16
  "postpack": "npx netacea-bundler postpack",
17
17
  "prepack": "npx netacea-bundler prepack"
@@ -40,9 +40,9 @@
40
40
  "typescript": "^5.4.5"
41
41
  },
42
42
  "dependencies": {
43
- "@netacea/kinesisingest": "^1.5.49",
44
- "@netacea/netaceaintegrationbase": "^2.0.31",
43
+ "@netacea/kinesisingest": "^1.5.50",
44
+ "@netacea/netaceaintegrationbase": "^2.0.32",
45
45
  "f5-nodejs": "^1.0.0"
46
46
  },
47
- "gitHead": "976f2e93315b6dcbcfa076cc0345f341595e1520"
47
+ "gitHead": "50ffbc2bad1230a3cad0958d6b9dab437c757f08"
48
48
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netacea/f5",
3
- "version": "4.3.49",
3
+ "version": "4.3.50",
4
4
  "description": "Netacea F5 CDN integration",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -14,9 +14,9 @@
14
14
  },
15
15
  "license": "ISC",
16
16
  "dependencies": {
17
- "@netacea/kinesisingest": "^1.5.49",
18
- "@netacea/netaceaintegrationbase": "^2.0.31",
17
+ "@netacea/kinesisingest": "^1.5.50",
18
+ "@netacea/netaceaintegrationbase": "^2.0.32",
19
19
  "f5-nodejs": "^1.0.0"
20
20
  },
21
- "gitHead": "976f2e93315b6dcbcfa076cc0345f341595e1520"
21
+ "gitHead": "50ffbc2bad1230a3cad0958d6b9dab437c757f08"
22
22
  }
package/package.json.bak CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netacea/f5",
3
- "version": "4.3.49",
3
+ "version": "4.3.50",
4
4
  "description": "Netacea F5 CDN integration",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -9,9 +9,9 @@
9
9
  "lint:fix": "npx eslint . --ext ts --fix",
10
10
  "lint": "npx eslint . --ext ts",
11
11
  "prepublishOnly": "npm run build",
12
- "test:integration:no-clean": "npx nyc --no-clean -r=lcov -r=html -r=text mocha --timeout 60000 -r ts-node/register './tests/mocha/*.test.ts'",
13
- "test:integration": "npx nyc -r=lcov -r=html -r=text mocha --timeout 60000 -r ts-node/register './tests/mocha/*.test.ts'",
14
- "test:unit": "npx nyc tape -r ts-node/register './tests/tape/*.test.ts'",
12
+ "test:integration:no-clean": "NODE_OPTIONS='--import tsx' npx nyc --no-clean -r=lcov -r=html -r=text mocha --timeout 60000 './tests/mocha/*.test.ts'",
13
+ "test:integration": "NODE_OPTIONS='--import tsx' npx nyc -r=lcov -r=html -r=text mocha --timeout 60000 './tests/mocha/*.test.ts'",
14
+ "test:unit": "NODE_OPTIONS='--import tsx' npx nyc tape './tests/tape/*.test.ts'",
15
15
  "test": "npm run test:unit && npm run test:integration:no-clean",
16
16
  "postpack": "npx netacea-bundler postpack",
17
17
  "prepack": "npx netacea-bundler prepack"
@@ -40,9 +40,9 @@
40
40
  "typescript": "^5.4.5"
41
41
  },
42
42
  "dependencies": {
43
- "@netacea/kinesisingest": "^1.5.49",
44
- "@netacea/netaceaintegrationbase": "^2.0.31",
43
+ "@netacea/kinesisingest": "^1.5.50",
44
+ "@netacea/netaceaintegrationbase": "^2.0.32",
45
45
  "f5-nodejs": "^1.0.0"
46
46
  },
47
- "gitHead": "976f2e93315b6dcbcfa076cc0345f341595e1520"
47
+ "gitHead": "50ffbc2bad1230a3cad0958d6b9dab437c757f08"
48
48
  }