@squiz/dx-common-lib 1.63.1-alpha.7 → 1.63.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. package/CHANGELOG.md +10 -84
  2. package/coverage/clover.xml +608 -0
  3. package/coverage/coverage-final.json +48 -0
  4. package/coverage/lcov-report/base.css +224 -0
  5. package/coverage/lcov-report/block-navigation.js +87 -0
  6. package/coverage/lcov-report/favicon.png +0 -0
  7. package/coverage/lcov-report/index.html +251 -0
  8. package/coverage/lcov-report/prettify.css +1 -0
  9. package/coverage/lcov-report/prettify.js +2 -0
  10. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  11. package/coverage/lcov-report/sorter.js +196 -0
  12. package/coverage/lcov-report/src/api-key-validation/CloudflareApiKeyService.ts.html +382 -0
  13. package/coverage/lcov-report/src/api-key-validation/DevelopmentApiKeyService.ts.html +115 -0
  14. package/coverage/lcov-report/src/api-key-validation/getApiKeyService.ts.html +166 -0
  15. package/coverage/lcov-report/src/api-key-validation/index.html +146 -0
  16. package/coverage/lcov-report/src/assertions/assertAssign.ts.html +151 -0
  17. package/coverage/lcov-report/src/assertions/assertAssignWithDefaultUndefinedValue.ts.html +136 -0
  18. package/coverage/lcov-report/src/assertions/assertIsBoolean.ts.html +100 -0
  19. package/coverage/lcov-report/src/assertions/assertIsDefined.ts.html +106 -0
  20. package/coverage/lcov-report/src/assertions/assertIsEnumValue.ts.html +130 -0
  21. package/coverage/lcov-report/src/assertions/assertIsMapOfStringString.ts.html +172 -0
  22. package/coverage/lcov-report/src/assertions/assertIsNotAnEmptyString.ts.html +136 -0
  23. package/coverage/lcov-report/src/assertions/assertIsObject.ts.html +118 -0
  24. package/coverage/lcov-report/src/assertions/assertIsString.ts.html +118 -0
  25. package/coverage/lcov-report/src/assertions/index.html +251 -0
  26. package/coverage/lcov-report/src/assertions/index.ts.html +121 -0
  27. package/coverage/lcov-report/src/cache/applyDefaultRulesToCacheControlObject.ts.html +154 -0
  28. package/coverage/lcov-report/src/cache/cacheControlToString.ts.html +151 -0
  29. package/coverage/lcov-report/src/cache/index.html +176 -0
  30. package/coverage/lcov-report/src/cache/index.ts.html +97 -0
  31. package/coverage/lcov-report/src/cache/parseAndSanitiseCacheControlHeader.ts.html +169 -0
  32. package/coverage/lcov-report/src/cache/parseCacheControl.ts.html +307 -0
  33. package/coverage/lcov-report/src/custom-types.d.ts.html +112 -0
  34. package/coverage/lcov-report/src/error/BadRequestError.ts.html +106 -0
  35. package/coverage/lcov-report/src/error/ErrorWithHttpStatusCode.ts.html +100 -0
  36. package/coverage/lcov-report/src/error/InternalServerError.ts.html +106 -0
  37. package/coverage/lcov-report/src/error/InvalidTokenError.ts.html +109 -0
  38. package/coverage/lcov-report/src/error/MethodNotImplementedError.ts.html +106 -0
  39. package/coverage/lcov-report/src/error/ResourceNotFoundError.ts.html +106 -0
  40. package/coverage/lcov-report/src/error/TimeoutError.ts.html +109 -0
  41. package/coverage/lcov-report/src/error/UnAuthenticatedRequestError.ts.html +106 -0
  42. package/coverage/lcov-report/src/error/UnprivilegedError.ts.html +109 -0
  43. package/coverage/lcov-report/src/error/index.html +251 -0
  44. package/coverage/lcov-report/src/error/index.ts.html +115 -0
  45. package/coverage/lcov-report/src/formatted-text/formattedTextToHtmlString.ts.html +373 -0
  46. package/coverage/lcov-report/src/formatted-text/index.html +116 -0
  47. package/coverage/lcov-report/src/index.html +131 -0
  48. package/coverage/lcov-report/src/index.ts.html +127 -0
  49. package/coverage/lcov-report/src/json-order/index.html +161 -0
  50. package/coverage/lcov-report/src/json-order/index.ts.html +103 -0
  51. package/coverage/lcov-report/src/json-order/order.ts.html +442 -0
  52. package/coverage/lcov-report/src/json-order/parse.ts.html +280 -0
  53. package/coverage/lcov-report/src/json-order/stringify.ts.html +151 -0
  54. package/coverage/lcov-report/src/server-utils/apiKeyMiddleware.ts.html +154 -0
  55. package/coverage/lcov-report/src/server-utils/errorMiddleware.ts.html +184 -0
  56. package/coverage/lcov-report/src/server-utils/index.html +146 -0
  57. package/coverage/lcov-report/src/server-utils/requestLogger.ts.html +133 -0
  58. package/coverage/lcov-report/src/util/getNodeEnv.ts.html +118 -0
  59. package/coverage/lcov-report/src/util/getPageInfo.ts.html +169 -0
  60. package/coverage/lcov-report/src/util/index.html +221 -0
  61. package/coverage/lcov-report/src/util/index.ts.html +106 -0
  62. package/coverage/lcov-report/src/util/isPathTryingToAccessOutsideOfRoot.ts.html +109 -0
  63. package/coverage/lcov-report/src/util/isReadable.ts.html +121 -0
  64. package/coverage/lcov-report/src/util/joinAbsoluteUrlPath.ts.html +154 -0
  65. package/coverage/lcov-report/src/util/never.ts.html +97 -0
  66. package/coverage/lcov-report/src/util/parseEnvVarForVar.ts.html +121 -0
  67. package/coverage/lcov-report/src/zip/index.html +116 -0
  68. package/coverage/lcov-report/src/zip/zipDirectory.ts.html +178 -0
  69. package/coverage/lcov.info +1190 -0
  70. package/package.json +7 -4
  71. package/squiz-dx-common-lib-1.39.1-alpha.7.tgz +0 -0
  72. package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.63.1
4
+
5
+ ### Patch Changes
6
+
7
+ - aa9ed03: Bumped vulnerable the @aws-sdk/client-secrets-manager
8
+
3
9
  All notable changes to this project will be documented in this file.
4
10
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
11
 
@@ -7,165 +13,85 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
7
13
 
8
14
  **Note:** Version bump only for package @squiz/dx-common-lib
9
15
 
10
-
11
-
12
-
13
-
14
16
  ## [1.6.1-alpha.4](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.6.1-alpha.3...v1.6.1-alpha.4) (2023-02-02)
15
17
 
16
18
  **Note:** Version bump only for package @squiz/dx-common-lib
17
19
 
18
-
19
-
20
-
21
-
22
20
  ## [1.6.1-alpha.3](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.6.1-alpha.2...v1.6.1-alpha.3) (2023-02-02)
23
21
 
24
22
  **Note:** Version bump only for package @squiz/dx-common-lib
25
23
 
26
-
27
-
28
-
29
-
30
24
  # [1.6.0](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.5.1-alpha.4...v1.6.0) (2023-02-01)
31
25
 
32
26
  **Note:** Version bump only for package @squiz/dx-common-lib
33
27
 
34
-
35
-
36
-
37
-
38
28
  ## [1.5.1-alpha.4](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.3...v1.5.1-alpha.4) (2023-01-31)
39
29
 
40
30
  **Note:** Version bump only for package @squiz/dx-common-lib
41
31
 
42
-
43
-
44
-
45
-
46
32
  ## [1.5.1-alpha.3](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.3...v1.5.1-alpha.3) (2023-01-31)
47
33
 
48
34
  **Note:** Version bump only for package @squiz/dx-common-lib
49
35
 
50
-
51
-
52
-
53
-
54
36
  ## [1.5.1-alpha.2](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.3...v1.5.1-alpha.2) (2023-01-30)
55
37
 
56
38
  **Note:** Version bump only for package @squiz/dx-common-lib
57
39
 
58
-
59
-
60
-
61
-
62
40
  ## [1.5.1-alpha.1](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.3...v1.5.1-alpha.1) (2023-01-24)
63
41
 
64
42
  **Note:** Version bump only for package @squiz/dx-common-lib
65
43
 
66
-
67
-
68
-
69
-
70
44
  ## [1.5.1-alpha.0](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.3...v1.5.1-alpha.0) (2023-01-24)
71
45
 
72
46
  **Note:** Version bump only for package @squiz/dx-common-lib
73
47
 
74
-
75
-
76
-
77
-
78
48
  # [1.5.0](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.3...v1.5.0) (2023-01-20)
79
49
 
80
50
  **Note:** Version bump only for package @squiz/dx-common-lib
81
51
 
82
-
83
-
84
-
85
-
86
52
  # [1.4.0](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.3...v1.4.0) (2023-01-20)
87
53
 
88
54
  **Note:** Version bump only for package @squiz/dx-common-lib
89
55
 
90
-
91
-
92
-
93
-
94
56
  ## [1.3.4-alpha.1](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.3.4-alpha.1) (2023-01-17)
95
57
 
96
-
97
58
  ### Bug Fixes
98
59
 
99
- * **deps:** update dependency constructs to v10.1.183 ([def2040](https://gitlab.squiz.net/developer-experience/cmp/commit/def204076fd709282067ccaa09f73f08824bdbf4))
100
-
101
-
102
-
103
-
60
+ - **deps:** update dependency constructs to v10.1.183 ([def2040](https://gitlab.squiz.net/developer-experience/cmp/commit/def204076fd709282067ccaa09f73f08824bdbf4))
104
61
 
105
62
  ## [1.3.4-alpha.0](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.3.4-alpha.0) (2023-01-17)
106
63
 
107
-
108
64
  ### Bug Fixes
109
65
 
110
- * **deps:** update dependency constructs to v10.1.183 ([def2040](https://gitlab.squiz.net/developer-experience/cmp/commit/def204076fd709282067ccaa09f73f08824bdbf4))
111
-
112
-
113
-
114
-
66
+ - **deps:** update dependency constructs to v10.1.183 ([def2040](https://gitlab.squiz.net/developer-experience/cmp/commit/def204076fd709282067ccaa09f73f08824bdbf4))
115
67
 
116
68
  ## [1.3.3](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.2...v1.3.3) (2023-01-17)
117
69
 
118
70
  **Note:** Version bump only for package @squiz/dx-common-lib
119
71
 
120
-
121
-
122
-
123
-
124
72
  ## [1.3.2](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.1...v1.3.2) (2023-01-17)
125
73
 
126
74
  **Note:** Version bump only for package @squiz/dx-common-lib
127
75
 
128
-
129
-
130
-
131
-
132
76
  ## [1.3.1](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.0...v1.3.1) (2023-01-17)
133
77
 
134
78
  **Note:** Version bump only for package @squiz/dx-common-lib
135
79
 
136
-
137
-
138
-
139
-
140
80
  # [1.3.0](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.13-alpha.6...v1.3.0) (2023-01-17)
141
81
 
142
82
  **Note:** Version bump only for package @squiz/dx-common-lib
143
83
 
144
-
145
-
146
-
147
-
148
84
  ## [1.2.13-alpha.5](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.2.13-alpha.5) (2023-01-17)
149
85
 
150
-
151
86
  ### Bug Fixes
152
87
 
153
- * **deps:** update dependency constructs to v10.1.183 ([def2040](https://gitlab.squiz.net/developer-experience/cmp/commit/def204076fd709282067ccaa09f73f08824bdbf4))
154
-
155
-
156
-
157
-
88
+ - **deps:** update dependency constructs to v10.1.183 ([def2040](https://gitlab.squiz.net/developer-experience/cmp/commit/def204076fd709282067ccaa09f73f08824bdbf4))
158
89
 
159
90
  ## [1.2.13-alpha.4](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.2.13-alpha.4) (2023-01-16)
160
91
 
161
-
162
92
  ### Bug Fixes
163
93
 
164
- * **deps:** update dependency constructs to v10.1.183 ([def2040](https://gitlab.squiz.net/developer-experience/cmp/commit/def204076fd709282067ccaa09f73f08824bdbf4))
165
-
166
-
167
-
168
-
94
+ - **deps:** update dependency constructs to v10.1.183 ([def2040](https://gitlab.squiz.net/developer-experience/cmp/commit/def204076fd709282067ccaa09f73f08824bdbf4))
169
95
 
170
96
  ## [1.2.13-alpha.3](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.2...v1.2.13-alpha.3) (2023-01-16)
171
97