@ttoss/cloud-auth 0.8.4 → 0.8.5
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/.turbo/turbo-build.log +3 -3
- package/.turbo/turbo-test.log +9 -9
- package/CHANGELOG.md +4 -0
- package/coverage/clover.xml +2 -2
- package/coverage/lcov-report/config.ts.html +1 -1
- package/coverage/lcov-report/index.html +1 -1
- package/coverage/lcov-report/index.ts.html +1 -1
- package/coverage/lcov-report/template.ts.html +1 -1
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -11,8 +11,8 @@ $ tsup
|
|
|
11
11
|
[34mDTS[39m Build start
|
|
12
12
|
Dynamic import can only be supported when transforming ES modules to AMD, CommonJS or SystemJS. Only the parser plugin will be enabled.
|
|
13
13
|
[32mCJS[39m [1mdist/index.js [22m[32m8.61 KB[39m
|
|
14
|
-
[32mCJS[39m ⚡️ Build success in
|
|
14
|
+
[32mCJS[39m ⚡️ Build success in 6256ms
|
|
15
15
|
[32mESM[39m [1mdist/esm/index.js [22m[32m7.53 KB[39m
|
|
16
|
-
[32mESM[39m ⚡️ Build success in
|
|
17
|
-
[32mDTS[39m ⚡️ Build success in
|
|
16
|
+
[32mESM[39m ⚡️ Build success in 6255ms
|
|
17
|
+
[32mDTS[39m ⚡️ Build success in 19020ms
|
|
18
18
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.56 KB[39m
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
warning package.json: No license field
|
|
2
2
|
$ jest
|
|
3
|
-
PASS tests/unit/template.test.ts (
|
|
3
|
+
PASS tests/unit/template.test.ts (6.078 s)
|
|
4
4
|
user pool
|
|
5
|
-
✓ do not add schema if not provided (
|
|
6
|
-
✓ add schema if provided (
|
|
5
|
+
✓ do not add schema if not provided (10 ms)
|
|
6
|
+
✓ add schema if provided (2 ms)
|
|
7
7
|
✓ should have autoVerifiedAttributes equal email by default
|
|
8
8
|
✓ default usernameAttributes should be email
|
|
9
9
|
✓ should have autoVerifiedAttributes undefined: []
|
|
10
|
-
✓ should have autoVerifiedAttributes undefined: null
|
|
10
|
+
✓ should have autoVerifiedAttributes undefined: null (1 ms)
|
|
11
11
|
✓ should have autoVerifiedAttributes undefined: false
|
|
12
|
-
✓ should retain user pool (
|
|
12
|
+
✓ should retain user pool (8 ms)
|
|
13
13
|
identity pool
|
|
14
14
|
✓ should not have identity pool by default or false: false
|
|
15
|
-
✓ should not have identity pool by default or false: undefined
|
|
16
|
-
✓ should have identity pool if false
|
|
17
|
-
✓ should have identity pool role attachment
|
|
15
|
+
✓ should not have identity pool by default or false: undefined (9 ms)
|
|
16
|
+
✓ should have identity pool if false
|
|
17
|
+
✓ should have identity pool role attachment (1 ms)
|
|
18
18
|
|
|
19
19
|
-------------|---------|----------|---------|---------|-------------------
|
|
20
20
|
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
|
|
@@ -27,5 +27,5 @@ All files | 97.75 | 70.58 | 100 | 97.75 |
|
|
|
27
27
|
Test Suites: 1 passed, 1 total
|
|
28
28
|
Tests: 12 passed, 12 total
|
|
29
29
|
Snapshots: 0 total
|
|
30
|
-
Time:
|
|
30
|
+
Time: 6.502 s
|
|
31
31
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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
|
+
## [0.8.5](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.8.4...@ttoss/cloud-auth@0.8.5) (2023-04-05)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @ttoss/cloud-auth
|
|
9
|
+
|
|
6
10
|
## [0.8.4](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.8.3...@ttoss/cloud-auth@0.8.4) (2023-04-03)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @ttoss/cloud-auth
|
package/coverage/clover.xml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
2
|
+
<coverage generated="1680659529191" clover="3.2.0">
|
|
3
|
+
<project timestamp="1680659529191" name="All files">
|
|
4
4
|
<metrics statements="312" coveredstatements="305" conditionals="17" coveredconditionals="12" methods="1" coveredmethods="1" elements="330" coveredelements="318" complexity="0" loc="312" ncloc="312" packages="1" files="3" classes="3"/>
|
|
5
5
|
<file name="config.ts" path="/home/runner/work/ttoss/ttoss/packages/cloud-auth/src/config.ts">
|
|
6
6
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
74
74
|
Code coverage generated by
|
|
75
75
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
76
|
-
at 2023-04-
|
|
76
|
+
at 2023-04-05T01:52:09.166Z
|
|
77
77
|
</div>
|
|
78
78
|
<script src="prettify.js"></script>
|
|
79
79
|
<script>
|
|
@@ -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 2023-04-
|
|
134
|
+
at 2023-04-05T01:52:09.166Z
|
|
135
135
|
</div>
|
|
136
136
|
<script src="prettify.js"></script>
|
|
137
137
|
<script>
|
|
@@ -76,7 +76,7 @@ export { createAuthTemplate } from './template';
|
|
|
76
76
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
77
77
|
Code coverage generated by
|
|
78
78
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
79
|
-
at 2023-04-
|
|
79
|
+
at 2023-04-05T01:52:09.166Z
|
|
80
80
|
</div>
|
|
81
81
|
<script src="prettify.js"></script>
|
|
82
82
|
<script>
|
|
@@ -997,7 +997,7 @@ createAuthTemplate.CognitoIdentityPoolLogicalId = CognitoIdentityPoolLogicalId;
|
|
|
997
997
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
998
998
|
Code coverage generated by
|
|
999
999
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
1000
|
-
at 2023-04-
|
|
1000
|
+
at 2023-04-05T01:52:09.166Z
|
|
1001
1001
|
</div>
|
|
1002
1002
|
<script src="prettify.js"></script>
|
|
1003
1003
|
<script>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/cloud-auth",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.5",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/esm/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -10,16 +10,16 @@
|
|
|
10
10
|
"sideEffects": false,
|
|
11
11
|
"typings": "./dist/index.d.ts",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@ttoss/cloudformation": "^0.6.
|
|
13
|
+
"@ttoss/cloudformation": "^0.6.7"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@ttoss/config": "^1.29.
|
|
16
|
+
"@ttoss/config": "^1.29.3",
|
|
17
17
|
"@types/jest": "^29.5.0",
|
|
18
18
|
"jest": "^29.5.0",
|
|
19
|
-
"typescript": "^5.0.
|
|
19
|
+
"typescript": "^5.0.3"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"access": "public"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "39abc27c77c2587edc8d877ccb121783611791a4"
|
|
25
25
|
}
|