@netacea/akamai 4.0.3 → 4.0.4

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.0.4](https://github.com/Netacea/JavascriptATAIntegration/compare/@netacea/akamai@4.0.3...@netacea/akamai@4.0.4) (2023-01-10)
7
+
8
+ **Note:** Version bump only for package @netacea/akamai
9
+
10
+
11
+
12
+
13
+
6
14
  ## [4.0.3](https://github.com/Netacea/JavascriptATAIntegration/compare/@netacea/akamai@4.0.2...@netacea/akamai@4.0.3) (2023-01-10)
7
15
 
8
16
  **Note:** Version bump only for package @netacea/akamai
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/)
6
6
 
7
7
  `@netacea/akamai` is a package designed to add [Netacea](https://netacea.com) functionality to [Akamai](https://www.akamai.com/).
8
- In this short readme you will find guidance on implementation and validity checking.
8
+ In this readme you will find guidance on implementation and validity checking.
9
9
 
10
10
  # Installation
11
11
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netacea/akamai",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "description": "Netacea Akamai CDN Integration",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -63,5 +63,5 @@
63
63
  "tslib": "^2.0.3",
64
64
  "typescript": "^4.0.3"
65
65
  },
66
- "gitHead": "490784f23b0693ea30aa3dd93d388557593773b8"
66
+ "gitHead": "040cef65a6c22f629ffbb23bd1bfc7e3b81a8ac1"
67
67
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netacea/akamai",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "description": "Netacea Akamai CDN Integration",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -63,5 +63,5 @@
63
63
  "tslib": "^2.0.3",
64
64
  "typescript": "^4.0.3"
65
65
  },
66
- "gitHead": "490784f23b0693ea30aa3dd93d388557593773b8"
66
+ "gitHead": "040cef65a6c22f629ffbb23bd1bfc7e3b81a8ac1"
67
67
  }