@netacea/akamai 1.3.9 → 1.3.12
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 +24 -0
- package/README.md +6 -0
- package/dist/package.json +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
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.3.12](https://github.com/Netacea/JavascriptATAIntegration/compare/@netacea/akamai@1.3.11...@netacea/akamai@1.3.12) (2022-09-01)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @netacea/akamai
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.3.11](https://github.com/Netacea/JavascriptATAIntegration/compare/@netacea/akamai@1.3.10...@netacea/akamai@1.3.11) (2022-08-12)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @netacea/akamai
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [1.3.10](https://github.com/Netacea/JavascriptATAIntegration/compare/@netacea/akamai@1.3.9...@netacea/akamai@1.3.10) (2022-08-01)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @netacea/akamai
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
## [1.3.9](https://github.com/Netacea/JavascriptATAIntegration/compare/@netacea/akamai@1.3.8...@netacea/akamai@1.3.9) (2022-07-15)
|
|
7
31
|
|
|
8
32
|
**Note:** Version bump only for package @netacea/akamai
|
package/README.md
CHANGED
|
@@ -56,4 +56,10 @@ export async function onClientResponse (
|
|
|
56
56
|
|
|
57
57
|
Akamai does not provide some crytography functions that are required by the integration. In order for the sample integration to work we have included these in the [rollup config](https://github.com/Netacea/akamai-edgeworker-template-typescript) of the edgeworker template.
|
|
58
58
|
|
|
59
|
+
Akamai does provide some functionality that should be imported into your code bundle. These need to be included in the main.js bundled file in the following way:
|
|
60
|
+
``` javascript
|
|
61
|
+
import { httpRequest } from 'http-request';
|
|
62
|
+
import { logger } from 'log';
|
|
63
|
+
```
|
|
64
|
+
|
|
59
65
|
A number of property variables are required, including API key and Secret key. Instructions on how to set these can be found in the [akamai-edgeworker-template-typescript](https://github.com/Netacea/akamai-edgeworker-template-typescript)
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netacea/akamai",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.12",
|
|
4
4
|
"description": "Netacea Akamai CDN Integration",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"license": "ISC",
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@netacea/netaceaintegrationbase": "^1.10.3",
|
|
23
|
-
"@netacea/netaceaintegrationtestrunner": "^1.5.
|
|
23
|
+
"@netacea/netaceaintegrationtestrunner": "^1.5.7",
|
|
24
24
|
"buffer": "^6.0.3",
|
|
25
25
|
"crypto-js": "^4.1.1",
|
|
26
26
|
"http-request": "^0.7.0"
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"tslib": "^2.0.3",
|
|
64
64
|
"typescript": "^4.0.3"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "4073f3026f15b95595d30f8c26dd84fd498adaa4"
|
|
67
67
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netacea/akamai",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.12",
|
|
4
4
|
"description": "Netacea Akamai CDN Integration",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"license": "ISC",
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@netacea/netaceaintegrationbase": "^1.10.3",
|
|
23
|
-
"@netacea/netaceaintegrationtestrunner": "^1.5.
|
|
23
|
+
"@netacea/netaceaintegrationtestrunner": "^1.5.7",
|
|
24
24
|
"buffer": "^6.0.3",
|
|
25
25
|
"crypto-js": "^4.1.1",
|
|
26
26
|
"http-request": "^0.7.0"
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"tslib": "^2.0.3",
|
|
64
64
|
"typescript": "^4.0.3"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "4073f3026f15b95595d30f8c26dd84fd498adaa4"
|
|
67
67
|
}
|