@next-k8s/auth 1.0.21 → 1.0.23

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/.stignore ADDED
@@ -0,0 +1,56 @@
1
+ .git
2
+ # Runtime data
3
+ pids
4
+ *.pid
5
+ *.seed
6
+ *.pid.lock
7
+
8
+ # Directory for instrumented libs generated by jscoverage/JSCover
9
+ lib-cov
10
+
11
+ # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
12
+ .grunt
13
+
14
+ # Bower dependency directory (https://bower.io/)
15
+ bower_components
16
+
17
+ # node-waf configuration
18
+ .lock-wscript
19
+
20
+ # Compiled binary addons (https://nodejs.org/api/addons.html)
21
+ build/Release
22
+
23
+ # Dependency directories
24
+ node_modules
25
+ jspm_packages
26
+
27
+ # Optional npm cache directory
28
+ .npm
29
+
30
+ # Optional eslint cache
31
+ .eslintcache
32
+
33
+ # Optional REPL history
34
+ .node_repl_history
35
+
36
+ # Output of 'npm pack'
37
+ *.tgz
38
+
39
+ # Yarn Integrity file
40
+ .yarn-integrity
41
+
42
+ # parcel-bundler cache (https://parceljs.org/)
43
+ .cache
44
+
45
+ # next.js build output
46
+ .next
47
+
48
+ # nuxt.js build output
49
+ .nuxt
50
+
51
+ # vuepress build output
52
+ .vuepress/dist
53
+
54
+ # Serverless directories
55
+ .serverless
56
+
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
+ ## [1.0.23](https://github.com/mathiscode/next-k8s/compare/@next-k8s/auth@1.0.22...@next-k8s/auth@1.0.23) (2022-07-08)
7
+
8
+ **Note:** Version bump only for package @next-k8s/auth
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.0.22](https://github.com/mathiscode/next-k8s/compare/@next-k8s/auth@1.0.21...@next-k8s/auth@1.0.22) (2022-07-08)
15
+
16
+ **Note:** Version bump only for package @next-k8s/auth
17
+
18
+
19
+
20
+
21
+
6
22
  ## [1.0.21](https://github.com/mathiscode/next-k8s-boilerplate/compare/@next-k8s/auth@1.0.20...@next-k8s/auth@1.0.21) (2022-07-08)
7
23
 
8
24
  **Note:** Version bump only for package @next-k8s/auth
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1657246737359" clover="3.2.0">
3
- <project timestamp="1657246737359" name="All files">
2
+ <coverage generated="1657264871653" clover="3.2.0">
3
+ <project timestamp="1657264871653" name="All files">
4
4
  <metrics statements="81" coveredstatements="78" conditionals="8" coveredconditionals="5" methods="11" coveredmethods="9" elements="100" coveredelements="92" complexity="0" loc="81" ncloc="81" packages="3" files="6" classes="6"/>
5
5
  <package name="src">
6
6
  <metrics statements="23" coveredstatements="22" conditionals="1" coveredconditionals="0" methods="2" coveredmethods="0"/>
@@ -131,7 +131,7 @@
131
131
  <div class='footer quiet pad2 space-top1 center small'>
132
132
  Code coverage generated by
133
133
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
134
- at Thu Jul 07 2022 21:18:57 GMT-0500 (Central Daylight Time)
134
+ at Fri Jul 08 2022 02:21:11 GMT-0500 (Central Daylight Time)
135
135
  </div>
136
136
  <script src="prettify.js"></script>
137
137
  <script>
@@ -178,7 +178,7 @@ export default app
178
178
  <div class='footer quiet pad2 space-top1 center small'>
179
179
  Code coverage generated by
180
180
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
181
- at Thu Jul 07 2022 21:18:57 GMT-0500 (Central Daylight Time)
181
+ at Fri Jul 08 2022 02:21:11 GMT-0500 (Central Daylight Time)
182
182
  </div>
183
183
  <script src="../prettify.js"></script>
184
184
  <script>
@@ -101,7 +101,7 @@
101
101
  <div class='footer quiet pad2 space-top1 center small'>
102
102
  Code coverage generated by
103
103
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104
- at Thu Jul 07 2022 21:18:57 GMT-0500 (Central Daylight Time)
104
+ at Fri Jul 08 2022 02:21:11 GMT-0500 (Central Daylight Time)
105
105
  </div>
106
106
  <script src="../prettify.js"></script>
107
107
  <script>
@@ -101,7 +101,7 @@
101
101
  <div class='footer quiet pad2 space-top1 center small'>
102
102
  Code coverage generated by
103
103
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104
- at Thu Jul 07 2022 21:18:57 GMT-0500 (Central Daylight Time)
104
+ at Fri Jul 08 2022 02:21:11 GMT-0500 (Central Daylight Time)
105
105
  </div>
106
106
  <script src="../../prettify.js"></script>
107
107
  <script>
@@ -187,7 +187,7 @@ export default class User extends UserModel {
187
187
  <div class='footer quiet pad2 space-top1 center small'>
188
188
  Code coverage generated by
189
189
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
190
- at Thu Jul 07 2022 21:18:57 GMT-0500 (Central Daylight Time)
190
+ at Fri Jul 08 2022 02:21:11 GMT-0500 (Central Daylight Time)
191
191
  </div>
192
192
  <script src="../../prettify.js"></script>
193
193
  <script>
@@ -100,7 +100,7 @@ export default router
100
100
  <div class='footer quiet pad2 space-top1 center small'>
101
101
  Code coverage generated by
102
102
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
103
- at Thu Jul 07 2022 21:18:57 GMT-0500 (Central Daylight Time)
103
+ at Fri Jul 08 2022 02:21:11 GMT-0500 (Central Daylight Time)
104
104
  </div>
105
105
  <script src="../../prettify.js"></script>
106
106
  <script>
@@ -146,7 +146,7 @@
146
146
  <div class='footer quiet pad2 space-top1 center small'>
147
147
  Code coverage generated by
148
148
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
149
- at Thu Jul 07 2022 21:18:57 GMT-0500 (Central Daylight Time)
149
+ at Fri Jul 08 2022 02:21:11 GMT-0500 (Central Daylight Time)
150
150
  </div>
151
151
  <script src="../../prettify.js"></script>
152
152
  <script>
@@ -157,7 +157,7 @@ export default router
157
157
  <div class='footer quiet pad2 space-top1 center small'>
158
158
  Code coverage generated by
159
159
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
160
- at Thu Jul 07 2022 21:18:57 GMT-0500 (Central Daylight Time)
160
+ at Fri Jul 08 2022 02:21:11 GMT-0500 (Central Daylight Time)
161
161
  </div>
162
162
  <script src="../../prettify.js"></script>
163
163
  <script>
@@ -97,7 +97,7 @@ export default router
97
97
  <div class='footer quiet pad2 space-top1 center small'>
98
98
  Code coverage generated by
99
99
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
100
- at Thu Jul 07 2022 21:18:57 GMT-0500 (Central Daylight Time)
100
+ at Fri Jul 08 2022 02:21:11 GMT-0500 (Central Daylight Time)
101
101
  </div>
102
102
  <script src="../../prettify.js"></script>
103
103
  <script>
@@ -181,7 +181,7 @@ export default router
181
181
  <div class='footer quiet pad2 space-top1 center small'>
182
182
  Code coverage generated by
183
183
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
184
- at Thu Jul 07 2022 21:18:57 GMT-0500 (Central Daylight Time)
184
+ at Fri Jul 08 2022 02:21:11 GMT-0500 (Central Daylight Time)
185
185
  </div>
186
186
  <script src="../../prettify.js"></script>
187
187
  <script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-k8s/auth",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -57,5 +57,5 @@
57
57
  "supertest": "^6.2.3",
58
58
  "ts-jest": "^28.0.4"
59
59
  },
60
- "gitHead": "ac61105d2c24a1bc897bc8316073160bbcee37c8"
60
+ "gitHead": "241bafeac71cb8c8795f2dd29aeedbc2d5860683"
61
61
  }