@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.
@@ -2,7 +2,7 @@ warning package.json: No license field
2
2
  $ tsup
3
3
  CLI Building entry: src/index.ts
4
4
  CLI Using tsconfig: tsconfig.json
5
- CLI tsup v6.5.0
5
+ CLI tsup v6.6.3
6
6
  CLI Using tsup config: /home/runner/work/ttoss/ttoss/packages/cloud-auth/tsup.config.ts
7
7
  CLI Target: es2021
8
8
  CLI Cleaning output folder
@@ -11,7 +11,7 @@ $ tsup
11
11
  CJS dist/index.js 5.07 KB
12
12
  CJS ⚡️ Build success in 71ms
13
13
  ESM dist/esm/index.js 4.00 KB
14
- ESM ⚡️ Build success in 74ms
14
+ ESM ⚡️ Build success in 73ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 15085ms
16
+ DTS ⚡️ Build success in 15412ms
17
17
  DTS dist/index.d.ts 1.59 KB
@@ -1,16 +1,16 @@
1
1
  warning package.json: No license field
2
2
  $ jest
3
- PASS tests/unit/template.test.ts (7.517 s)
4
- ✓ do not add schema if not provided (71 ms)
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 (13 ms)
10
- ✓ should have identity pool by default or true: true (1 ms)
11
- ✓ should have identity pool by default or true: undefined
12
- ✓ should not have identity pool if false (10 ms)
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: 8.161 s
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
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1673724913070" clover="3.2.0">
3
- <project timestamp="1673724913070" name="All files">
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-01-14T19:35:13.014Z
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-01-14T19:35:13.014Z
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-01-14T19:35:13.014Z
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-01-14T19:35:13.014Z
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.5.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.4.0"
12
+ "@ttoss/cloudformation": "^0.5.1"
13
13
  },
14
14
  "devDependencies": {
15
- "@ttoss/config": "^1.27.0",
16
- "@types/jest": "^29.2.5",
17
- "jest": "^29.3.1",
18
- "typescript": "^4.9.4"
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": "6c5898425e2847fed46511ae1e573ff8dc3eb1d4"
23
+ "gitHead": "d4df96176c1d3fce4ebf7842de5847a618a33d9e"
24
24
  }