@netacea/cloudfront 5.2.43 → 5.2.44
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 +8 -0
- package/dist/package.json +8 -5
- package/package.json +21 -46
- package/package.json.bak +50 -0
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
|
+
## 5.2.44 (2024-05-22)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @netacea/cloudfront
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## 5.2.43 (2024-05-22)
|
|
7
15
|
|
|
8
16
|
**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": "5.2.
|
|
3
|
+
"version": "5.2.44",
|
|
4
4
|
"description": "Netacea Cloudfront CDN integration",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
@@ -13,7 +13,9 @@
|
|
|
13
13
|
"lint": "npx eslint . --ext ts",
|
|
14
14
|
"lint:fix": "npx eslint . --ext ts --fix",
|
|
15
15
|
"prepublishOnly": "npm run build",
|
|
16
|
-
"build": "npx tsc --project tsconfig.build.json"
|
|
16
|
+
"build": "npx tsc --project tsconfig.build.json",
|
|
17
|
+
"postpack": "npx netacea-bundler postpack",
|
|
18
|
+
"prepack": "npx netacea-bundler prepack"
|
|
17
19
|
},
|
|
18
20
|
"author": "Netacea <npm@netacea.com> (https://netacea.com)",
|
|
19
21
|
"publishConfig": {
|
|
@@ -21,7 +23,8 @@
|
|
|
21
23
|
},
|
|
22
24
|
"license": "ISC",
|
|
23
25
|
"devDependencies": {
|
|
24
|
-
"@netacea/
|
|
26
|
+
"@netacea/bundler": "^1.0.0",
|
|
27
|
+
"@netacea/kinesisingest": "^1.5.44",
|
|
25
28
|
"@types/chai": "^4.3.5",
|
|
26
29
|
"@types/mocha": "^10.0.1",
|
|
27
30
|
"@types/node": "^14.11.2",
|
|
@@ -39,9 +42,9 @@
|
|
|
39
42
|
"typescript": "^5.4.5"
|
|
40
43
|
},
|
|
41
44
|
"dependencies": {
|
|
42
|
-
"@netacea/netaceaintegrationbase": "^2.0.
|
|
45
|
+
"@netacea/netaceaintegrationbase": "^2.0.26",
|
|
43
46
|
"axios": "^0.21.0",
|
|
44
47
|
"jose": "^4.11.2"
|
|
45
48
|
},
|
|
46
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "6b8dc377316ba9526910e1f44f17fbee44e4a51d"
|
|
47
50
|
}
|
package/package.json
CHANGED
|
@@ -1,47 +1,22 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"devDependencies": {
|
|
24
|
-
"@netacea/kinesisingest": "^1.5.43",
|
|
25
|
-
"@types/chai": "^4.3.5",
|
|
26
|
-
"@types/mocha": "^10.0.1",
|
|
27
|
-
"@types/node": "^14.11.2",
|
|
28
|
-
"@types/proxyquire": "^1.3.28",
|
|
29
|
-
"@types/sinon": "^9.0.8",
|
|
30
|
-
"@types/tape": "^4.13.0",
|
|
31
|
-
"aws-sdk": "^2.763.0",
|
|
32
|
-
"chai": "^4.3.7",
|
|
33
|
-
"mocha": "^10.2.0",
|
|
34
|
-
"nyc": "^15.1.0",
|
|
35
|
-
"proxyquire": "^2.1.3",
|
|
36
|
-
"sinon": "^9.1.0",
|
|
37
|
-
"tape": "^5.0.1",
|
|
38
|
-
"ts-node": "^9.0.0",
|
|
39
|
-
"typescript": "^5.4.5"
|
|
40
|
-
},
|
|
41
|
-
"dependencies": {
|
|
42
|
-
"@netacea/netaceaintegrationbase": "^2.0.25",
|
|
43
|
-
"axios": "^0.21.0",
|
|
44
|
-
"jose": "^4.11.2"
|
|
45
|
-
},
|
|
46
|
-
"gitHead": "c8404a662a1b81770098c4ca7cb00abc8e2a3c17"
|
|
47
|
-
}
|
|
2
|
+
"name": "@netacea/cloudfront",
|
|
3
|
+
"version": "5.2.44",
|
|
4
|
+
"description": "Netacea Cloudfront CDN integration",
|
|
5
|
+
"main": "dist/src/index.js",
|
|
6
|
+
"types": "dist/src/index.d.ts",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"prepack": "npx netacea-bundler prepack",
|
|
9
|
+
"postpack": "npx netacea-bundler postpack"
|
|
10
|
+
},
|
|
11
|
+
"author": "Netacea <npm@netacea.com> (https://netacea.com)",
|
|
12
|
+
"publishConfig": {
|
|
13
|
+
"access": "public"
|
|
14
|
+
},
|
|
15
|
+
"license": "ISC",
|
|
16
|
+
"dependencies": {
|
|
17
|
+
"@netacea/netaceaintegrationbase": "^2.0.26",
|
|
18
|
+
"axios": "^0.21.0",
|
|
19
|
+
"jose": "^4.11.2"
|
|
20
|
+
},
|
|
21
|
+
"gitHead": "6b8dc377316ba9526910e1f44f17fbee44e4a51d"
|
|
22
|
+
}
|
package/package.json.bak
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@netacea/cloudfront",
|
|
3
|
+
"version": "5.2.44",
|
|
4
|
+
"description": "Netacea Cloudfront CDN integration",
|
|
5
|
+
"main": "dist/src/index.js",
|
|
6
|
+
"types": "dist/src/index.d.ts",
|
|
7
|
+
"scripts": {
|
|
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 -r ts-node/register './tests/mocha/CloudFrontIntegration.test.ts'",
|
|
10
|
+
"test:integration:no-clean": "npx nyc --no-clean -r=lcov -r=html -r=text mocha --timeout 60000 -r ts-node/register './tests/mocha/CloudFrontIntegration.test.ts'",
|
|
11
|
+
"test:unit": "npx nyc -r=lcov -r=html -r=text tape -r ts-node/register './tests/tape/*.test.ts'",
|
|
12
|
+
"test:regression": "npx nyc -r=lcov -r=html -r=text tape -r ts-node/register './regression_tests/*.test.ts'",
|
|
13
|
+
"lint": "npx eslint . --ext ts",
|
|
14
|
+
"lint:fix": "npx eslint . --ext ts --fix",
|
|
15
|
+
"prepublishOnly": "npm run build",
|
|
16
|
+
"build": "npx tsc --project tsconfig.build.json",
|
|
17
|
+
"postpack": "npx netacea-bundler postpack",
|
|
18
|
+
"prepack": "npx netacea-bundler prepack"
|
|
19
|
+
},
|
|
20
|
+
"author": "Netacea <npm@netacea.com> (https://netacea.com)",
|
|
21
|
+
"publishConfig": {
|
|
22
|
+
"access": "public"
|
|
23
|
+
},
|
|
24
|
+
"license": "ISC",
|
|
25
|
+
"devDependencies": {
|
|
26
|
+
"@netacea/bundler": "^1.0.0",
|
|
27
|
+
"@netacea/kinesisingest": "^1.5.44",
|
|
28
|
+
"@types/chai": "^4.3.5",
|
|
29
|
+
"@types/mocha": "^10.0.1",
|
|
30
|
+
"@types/node": "^14.11.2",
|
|
31
|
+
"@types/proxyquire": "^1.3.28",
|
|
32
|
+
"@types/sinon": "^9.0.8",
|
|
33
|
+
"@types/tape": "^4.13.0",
|
|
34
|
+
"aws-sdk": "^2.763.0",
|
|
35
|
+
"chai": "^4.3.7",
|
|
36
|
+
"mocha": "^10.2.0",
|
|
37
|
+
"nyc": "^15.1.0",
|
|
38
|
+
"proxyquire": "^2.1.3",
|
|
39
|
+
"sinon": "^9.1.0",
|
|
40
|
+
"tape": "^5.0.1",
|
|
41
|
+
"ts-node": "^9.0.0",
|
|
42
|
+
"typescript": "^5.4.5"
|
|
43
|
+
},
|
|
44
|
+
"dependencies": {
|
|
45
|
+
"@netacea/netaceaintegrationbase": "^2.0.26",
|
|
46
|
+
"axios": "^0.21.0",
|
|
47
|
+
"jose": "^4.11.2"
|
|
48
|
+
},
|
|
49
|
+
"gitHead": "6b8dc377316ba9526910e1f44f17fbee44e4a51d"
|
|
50
|
+
}
|