@ttoss/cloud-auth 0.8.0 → 0.8.2
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 +4 -4
- package/.turbo/turbo-test.log +8 -8
- package/CHANGELOG.md +10 -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
|
@@ -2,16 +2,16 @@ warning package.json: No license field
|
|
|
2
2
|
$ tsup
|
|
3
3
|
[34mCLI[39m Building entry: src/index.ts
|
|
4
4
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
5
|
-
[34mCLI[39m tsup v6.
|
|
5
|
+
[34mCLI[39m tsup v6.7.0
|
|
6
6
|
[34mCLI[39m Using tsup config: /home/runner/work/ttoss/ttoss/packages/cloud-auth/tsup.config.ts
|
|
7
7
|
[34mCLI[39m Target: es2021
|
|
8
8
|
[34mCLI[39m Cleaning output folder
|
|
9
9
|
[34mCJS[39m Build start
|
|
10
10
|
[34mESM[39m Build start
|
|
11
11
|
[32mCJS[39m [1mdist/index.js [22m[32m8.74 KB[39m
|
|
12
|
-
[32mCJS[39m ⚡️ Build success in
|
|
12
|
+
[32mCJS[39m ⚡️ Build success in 84ms
|
|
13
13
|
[32mESM[39m [1mdist/esm/index.js [22m[32m7.68 KB[39m
|
|
14
|
-
[32mESM[39m ⚡️ Build success in
|
|
14
|
+
[32mESM[39m ⚡️ Build success in 85ms
|
|
15
15
|
[34mDTS[39m Build start
|
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
|
16
|
+
[32mDTS[39m ⚡️ Build success in 21794ms
|
|
17
17
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.56 KB[39m
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
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.897 s)
|
|
4
4
|
user pool
|
|
5
|
-
✓ do not add schema if not provided (
|
|
6
|
-
✓ add schema if provided (
|
|
7
|
-
✓ should have autoVerifiedAttributes equal email by default
|
|
5
|
+
✓ do not add schema if not provided (15 ms)
|
|
6
|
+
✓ add schema if provided (2 ms)
|
|
7
|
+
✓ should have autoVerifiedAttributes equal email by default (16 ms)
|
|
8
8
|
✓ default usernameAttributes should be email
|
|
9
|
-
✓ should have autoVerifiedAttributes undefined: []
|
|
9
|
+
✓ should have autoVerifiedAttributes undefined: [] (1 ms)
|
|
10
10
|
✓ should have autoVerifiedAttributes undefined: null
|
|
11
11
|
✓ should have autoVerifiedAttributes undefined: false (1 ms)
|
|
12
12
|
✓ should retain user pool
|
|
13
13
|
identity pool
|
|
14
|
-
✓ should not have identity pool by default or false: false
|
|
14
|
+
✓ should not have identity pool by default or false: false (1 ms)
|
|
15
15
|
✓ should not have identity pool by default or false: undefined
|
|
16
|
-
✓ should have identity pool if false
|
|
16
|
+
✓ should have identity pool if false (1 ms)
|
|
17
17
|
✓ should have identity pool role attachment (1 ms)
|
|
18
18
|
|
|
19
19
|
-------------|---------|----------|---------|---------|-------------------
|
|
@@ -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: 7.553 s
|
|
31
31
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
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.2](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.8.1...@ttoss/cloud-auth@0.8.2) (2023-03-22)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- add type button as default ([#252](https://github.com/ttoss/ttoss/issues/252)) ([6429e7c](https://github.com/ttoss/ttoss/commit/6429e7c30e286a98316de9b109129c1b094f6680))
|
|
11
|
+
|
|
12
|
+
## [0.8.1](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.8.0...@ttoss/cloud-auth@0.8.1) (2023-03-20)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @ttoss/cloud-auth
|
|
15
|
+
|
|
6
16
|
# [0.8.0](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.7.2...@ttoss/cloud-auth@0.8.0) (2023-03-19)
|
|
7
17
|
|
|
8
18
|
### Features
|
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="1679499305884" clover="3.2.0">
|
|
3
|
+
<project timestamp="1679499305884" 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-03-
|
|
76
|
+
at 2023-03-22T15:35:05.825Z
|
|
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-03-
|
|
134
|
+
at 2023-03-22T15:35:05.825Z
|
|
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-03-
|
|
79
|
+
at 2023-03-22T15:35:05.825Z
|
|
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-03-
|
|
1000
|
+
at 2023-03-22T15:35:05.825Z
|
|
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.2",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/esm/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -9,16 +9,16 @@
|
|
|
9
9
|
},
|
|
10
10
|
"typings": "./dist/index.d.ts",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@ttoss/cloudformation": "^0.6.
|
|
12
|
+
"@ttoss/cloudformation": "^0.6.4"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@ttoss/config": "^1.
|
|
16
|
-
"@types/jest": "^29.
|
|
15
|
+
"@ttoss/config": "^1.29.1",
|
|
16
|
+
"@types/jest": "^29.5.0",
|
|
17
17
|
"jest": "^29.5.0",
|
|
18
18
|
"typescript": "^5.0.2"
|
|
19
19
|
},
|
|
20
20
|
"publishConfig": {
|
|
21
21
|
"access": "public"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "ee0c2e51d38f37f997c020d4303cf90be720ecb0"
|
|
24
24
|
}
|