@ttoss/cloud-auth 0.5.0 → 0.6.1
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 +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 +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -2,7 +2,7 @@ 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.6.3
|
|
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
|
|
@@ -11,7 +11,7 @@ $ tsup
|
|
|
11
11
|
[32mCJS[39m [1mdist/index.js [22m[32m5.07 KB[39m
|
|
12
12
|
[32mCJS[39m ⚡️ Build success in 71ms
|
|
13
13
|
[32mESM[39m [1mdist/esm/index.js [22m[32m4.00 KB[39m
|
|
14
|
-
[32mESM[39m ⚡️ Build success in
|
|
14
|
+
[32mESM[39m ⚡️ Build success in 73ms
|
|
15
15
|
[34mDTS[39m Build start
|
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
|
16
|
+
[32mDTS[39m ⚡️ Build success in 15412ms
|
|
17
17
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.59 KB[39m
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
warning package.json: No license field
|
|
2
2
|
$ jest
|
|
3
|
-
PASS tests/unit/template.test.ts
|
|
4
|
-
✓ do not add schema if not provided (
|
|
3
|
+
PASS tests/unit/template.test.ts
|
|
4
|
+
✓ do not add schema if not provided (3 ms)
|
|
5
5
|
✓ add schema if provided (1 ms)
|
|
6
|
-
✓ should have autoVerifiedAttributes equal email by default
|
|
6
|
+
✓ should have autoVerifiedAttributes equal email by default (19 ms)
|
|
7
7
|
✓ should have autoVerifiedAttributes undefined: []
|
|
8
8
|
✓ should have autoVerifiedAttributes undefined: null
|
|
9
|
-
✓ should have autoVerifiedAttributes undefined: false (
|
|
10
|
-
✓ should have identity pool by default or true: true
|
|
11
|
-
✓ should have identity pool by default or true: undefined
|
|
12
|
-
✓ should not have identity pool if false
|
|
13
|
-
✓ should have identity pool role attachment with roles
|
|
9
|
+
✓ should have autoVerifiedAttributes undefined: false (1 ms)
|
|
10
|
+
✓ should have identity pool by default or true: true
|
|
11
|
+
✓ should have identity pool by default or true: undefined (1 ms)
|
|
12
|
+
✓ should not have identity pool if false
|
|
13
|
+
✓ should have identity pool role attachment with roles (1 ms)
|
|
14
14
|
✓ should not have identity pool role attachment without roles
|
|
15
15
|
✓ default usernameAttributes should be email
|
|
16
16
|
|
|
@@ -25,5 +25,5 @@ All files | 98.96 | 71.42 | 100 | 98.96 |
|
|
|
25
25
|
Test Suites: 1 passed, 1 total
|
|
26
26
|
Tests: 12 passed, 12 total
|
|
27
27
|
Snapshots: 0 total
|
|
28
|
-
Time:
|
|
28
|
+
Time: 3.681 s
|
|
29
29
|
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.6.1](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.6.0...@ttoss/cloud-auth@0.6.1) (2023-02-15)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @ttoss/cloud-auth
|
|
9
|
+
|
|
10
|
+
# 0.6.0 (2023-02-02)
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- container ([#175](https://github.com/ttoss/ttoss/issues/175)) ([6ce60e7](https://github.com/ttoss/ttoss/commit/6ce60e7618818ca479d70ee1ee42cb2f02ca57b4))
|
|
15
|
+
|
|
6
16
|
# [0.5.0](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.4.0...@ttoss/cloud-auth@0.5.0) (2023-01-14)
|
|
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="1676465776169" clover="3.2.0">
|
|
3
|
+
<project timestamp="1676465776169" name="All files">
|
|
4
4
|
<metrics statements="194" coveredstatements="192" conditionals="14" coveredconditionals="10" methods="1" coveredmethods="1" elements="209" coveredelements="203" complexity="0" loc="194" ncloc="194" 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-
|
|
76
|
+
at 2023-02-15T12:56:16.124Z
|
|
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-
|
|
134
|
+
at 2023-02-15T12:56:16.124Z
|
|
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-
|
|
79
|
+
at 2023-02-15T12:56:16.124Z
|
|
80
80
|
</div>
|
|
81
81
|
<script src="prettify.js"></script>
|
|
82
82
|
<script>
|
|
@@ -643,7 +643,7 @@ createAuthTemplate.CognitoIdentityPoolLogicalId = CognitoIdentityPoolLogicalId;
|
|
|
643
643
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
644
644
|
Code coverage generated by
|
|
645
645
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
646
|
-
at 2023-
|
|
646
|
+
at 2023-02-15T12:56:16.124Z
|
|
647
647
|
</div>
|
|
648
648
|
<script src="prettify.js"></script>
|
|
649
649
|
<script>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/cloud-auth",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.1",
|
|
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.
|
|
12
|
+
"@ttoss/cloudformation": "^0.5.1"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@ttoss/config": "^1.
|
|
16
|
-
"@types/jest": "^29.
|
|
17
|
-
"jest": "^29.
|
|
18
|
-
"typescript": "^4.9.
|
|
15
|
+
"@ttoss/config": "^1.28.1",
|
|
16
|
+
"@types/jest": "^29.4.0",
|
|
17
|
+
"jest": "^29.4.2",
|
|
18
|
+
"typescript": "^4.9.5"
|
|
19
19
|
},
|
|
20
20
|
"publishConfig": {
|
|
21
21
|
"access": "public"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "d4df96176c1d3fce4ebf7842de5847a618a33d9e"
|
|
24
24
|
}
|