@netacea/cloudfront 5.2.49 → 5.2.51
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 +16 -0
- package/dist/package.json +9 -8
- package/package.json +3 -3
- package/package.json.bak +9 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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
|
+
## 5.2.51 (2024-06-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @netacea/cloudfront
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## 5.2.50 (2024-05-29)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @netacea/cloudfront
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## 5.2.49 (2024-05-29)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @netacea/cloudfront
|
package/dist/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netacea/cloudfront",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.51",
|
|
4
4
|
"description": "Netacea Cloudfront CDN integration",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"test": "npm run test:unit && npm run test:integration:no-clean",
|
|
9
|
-
"test:integration": "npx nyc -r=lcov -r=html -r=text mocha --timeout 60000
|
|
10
|
-
"test:integration:no-clean": "npx nyc --no-clean -r=lcov -r=html -r=text mocha --timeout 60000
|
|
11
|
-
"test:unit": "npx nyc -r=lcov -r=html -r=text tape
|
|
12
|
-
"test:regression": "npx nyc -r=lcov -r=html -r=text tape
|
|
9
|
+
"test:integration": "NODE_OPTIONS='--import tsx' npx nyc -r=lcov -r=html -r=text mocha --timeout 60000 './tests/mocha/CloudFrontIntegration.test.ts'",
|
|
10
|
+
"test:integration:no-clean": "NODE_OPTIONS='--import tsx' npx nyc --no-clean -r=lcov -r=html -r=text mocha --timeout 60000 './tests/mocha/CloudFrontIntegration.test.ts'",
|
|
11
|
+
"test:unit": "NODE_OPTIONS='--import tsx' npx nyc -r=lcov -r=html -r=text tape './tests/tape/*.test.ts'",
|
|
12
|
+
"test:regression": "NODE_OPTIONS='--import tsx' npx nyc -r=lcov -r=html -r=text tape './regression_tests/*.test.ts'",
|
|
13
13
|
"lint": "npx eslint . --ext ts",
|
|
14
14
|
"lint:fix": "npx eslint . --ext ts --fix",
|
|
15
15
|
"prepublishOnly": "npm run build",
|
|
@@ -24,7 +24,8 @@
|
|
|
24
24
|
"license": "ISC",
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@netacea/bundler": "^1.0.0",
|
|
27
|
-
"@netacea/kinesisingest": "^1.5.
|
|
27
|
+
"@netacea/kinesisingest": "^1.5.51",
|
|
28
|
+
"@netacea/test-runner-scenarios": "^1.0.0",
|
|
28
29
|
"@types/chai": "^4.3.5",
|
|
29
30
|
"@types/mocha": "^10.0.1",
|
|
30
31
|
"@types/node": "^14.11.2",
|
|
@@ -42,9 +43,9 @@
|
|
|
42
43
|
"typescript": "^5.4.5"
|
|
43
44
|
},
|
|
44
45
|
"dependencies": {
|
|
45
|
-
"@netacea/netaceaintegrationbase": "^2.0.
|
|
46
|
+
"@netacea/netaceaintegrationbase": "^2.0.33",
|
|
46
47
|
"axios": "^0.21.0",
|
|
47
48
|
"jose": "^4.11.2"
|
|
48
49
|
},
|
|
49
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "afa0048bc054b8f22b279ac22afe0e197c4fc139"
|
|
50
51
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netacea/cloudfront",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.51",
|
|
4
4
|
"description": "Netacea Cloudfront 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/netaceaintegrationbase": "^2.0.
|
|
17
|
+
"@netacea/netaceaintegrationbase": "^2.0.33",
|
|
18
18
|
"axios": "^0.21.0",
|
|
19
19
|
"jose": "^4.11.2"
|
|
20
20
|
},
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "afa0048bc054b8f22b279ac22afe0e197c4fc139"
|
|
22
22
|
}
|
package/package.json.bak
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netacea/cloudfront",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.51",
|
|
4
4
|
"description": "Netacea Cloudfront CDN integration",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"test": "npm run test:unit && npm run test:integration:no-clean",
|
|
9
|
-
"test:integration": "npx nyc -r=lcov -r=html -r=text mocha --timeout 60000
|
|
10
|
-
"test:integration:no-clean": "npx nyc --no-clean -r=lcov -r=html -r=text mocha --timeout 60000
|
|
11
|
-
"test:unit": "npx nyc -r=lcov -r=html -r=text tape
|
|
12
|
-
"test:regression": "npx nyc -r=lcov -r=html -r=text tape
|
|
9
|
+
"test:integration": "NODE_OPTIONS='--import tsx' npx nyc -r=lcov -r=html -r=text mocha --timeout 60000 './tests/mocha/CloudFrontIntegration.test.ts'",
|
|
10
|
+
"test:integration:no-clean": "NODE_OPTIONS='--import tsx' npx nyc --no-clean -r=lcov -r=html -r=text mocha --timeout 60000 './tests/mocha/CloudFrontIntegration.test.ts'",
|
|
11
|
+
"test:unit": "NODE_OPTIONS='--import tsx' npx nyc -r=lcov -r=html -r=text tape './tests/tape/*.test.ts'",
|
|
12
|
+
"test:regression": "NODE_OPTIONS='--import tsx' npx nyc -r=lcov -r=html -r=text tape './regression_tests/*.test.ts'",
|
|
13
13
|
"lint": "npx eslint . --ext ts",
|
|
14
14
|
"lint:fix": "npx eslint . --ext ts --fix",
|
|
15
15
|
"prepublishOnly": "npm run build",
|
|
@@ -24,7 +24,8 @@
|
|
|
24
24
|
"license": "ISC",
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@netacea/bundler": "^1.0.0",
|
|
27
|
-
"@netacea/kinesisingest": "^1.5.
|
|
27
|
+
"@netacea/kinesisingest": "^1.5.51",
|
|
28
|
+
"@netacea/test-runner-scenarios": "^1.0.0",
|
|
28
29
|
"@types/chai": "^4.3.5",
|
|
29
30
|
"@types/mocha": "^10.0.1",
|
|
30
31
|
"@types/node": "^14.11.2",
|
|
@@ -42,9 +43,9 @@
|
|
|
42
43
|
"typescript": "^5.4.5"
|
|
43
44
|
},
|
|
44
45
|
"dependencies": {
|
|
45
|
-
"@netacea/netaceaintegrationbase": "^2.0.
|
|
46
|
+
"@netacea/netaceaintegrationbase": "^2.0.33",
|
|
46
47
|
"axios": "^0.21.0",
|
|
47
48
|
"jose": "^4.11.2"
|
|
48
49
|
},
|
|
49
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "afa0048bc054b8f22b279ac22afe0e197c4fc139"
|
|
50
51
|
}
|