@netacea/cloudfront 1.7.1 → 1.9.0
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 +31 -0
- package/dist/package.json +5 -5
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,37 @@
|
|
|
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.0](https://github.com/Netacea/JavascriptATAIntegration/compare/@netacea/cloudfront@1.8.1...@netacea/cloudfront@1.9.0) (2022-03-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **akamai:** P2-67: merge in new cookie format to akamai base ([50d1ee8](https://github.com/Netacea/JavascriptATAIntegration/commit/50d1ee8c98fab6c41451100a67cf79fe343360f8))
|
|
12
|
+
* **akamai:** PR-64: Fixed package.json scripts ([5e55726](https://github.com/Netacea/JavascriptATAIntegration/commit/5e557266b514b1fdde50cd7e31de617c8bb3b2e5))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
## [1.8.1](https://github.com/Netacea/JavascriptATAIntegration/compare/@netacea/cloudfront@1.8.0...@netacea/cloudfront@1.8.1) (2022-01-04)
|
|
19
|
+
|
|
20
|
+
**Note:** Version bump only for package @netacea/cloudfront
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
# [1.8.0](https://github.com/Netacea/JavascriptATAIntegration/compare/@netacea/cloudfront@1.7.1...@netacea/cloudfront@1.8.0) (2021-12-08)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Features
|
|
30
|
+
|
|
31
|
+
* **integrations:** PR-16: Bumped versions ([418e08b](https://github.com/Netacea/JavascriptATAIntegration/commit/418e08bac751b0df6c946c1f1c46fb3af3da3612))
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
6
37
|
## [1.7.1](https://github.com/Netacea/JavascriptATAIntegration/compare/@netacea/cloudfront@1.7.0...@netacea/cloudfront@1.7.1) (2021-08-17)
|
|
7
38
|
|
|
8
39
|
**Note:** Version bump only for package @netacea/cloudfront
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netacea/cloudfront",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"description": "Netacea Cloudfront CDN integration",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "ISC",
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@netacea/kinesisingest": "^1.
|
|
18
|
+
"@netacea/kinesisingest": "^1.3.0",
|
|
19
19
|
"@types/node": "^14.11.2",
|
|
20
20
|
"@types/sinon": "^9.0.8",
|
|
21
21
|
"@types/tape": "^4.13.0",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"typescript": "^3.9.7"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@netacea/netaceaintegrationbase": "^1.
|
|
32
|
-
"@netacea/netaceaintegrationtestrunner": "^1.
|
|
31
|
+
"@netacea/netaceaintegrationbase": "^1.9.0",
|
|
32
|
+
"@netacea/netaceaintegrationtestrunner": "^1.4.0",
|
|
33
33
|
"axios": "^0.21.0"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "fd7d2a7a3bc83f2e585e49c8ce2c5dd0f39dbddd"
|
|
36
36
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netacea/cloudfront",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"description": "Netacea Cloudfront CDN integration",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "ISC",
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@netacea/kinesisingest": "^1.
|
|
18
|
+
"@netacea/kinesisingest": "^1.3.0",
|
|
19
19
|
"@types/node": "^14.11.2",
|
|
20
20
|
"@types/sinon": "^9.0.8",
|
|
21
21
|
"@types/tape": "^4.13.0",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"typescript": "^3.9.7"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@netacea/netaceaintegrationbase": "^1.
|
|
32
|
-
"@netacea/netaceaintegrationtestrunner": "^1.
|
|
31
|
+
"@netacea/netaceaintegrationbase": "^1.9.0",
|
|
32
|
+
"@netacea/netaceaintegrationtestrunner": "^1.4.0",
|
|
33
33
|
"axios": "^0.21.0"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "fd7d2a7a3bc83f2e585e49c8ce2c5dd0f39dbddd"
|
|
36
36
|
}
|