@ttoss/cloud-auth 0.8.3 → 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.
@@ -11,8 +11,8 @@ $ tsup
11
11
  DTS 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
  CJS dist/index.js 8.61 KB
14
- CJS ⚡️ Build success in 6371ms
14
+ CJS ⚡️ Build success in 6256ms
15
15
  ESM dist/esm/index.js 7.53 KB
16
- ESM ⚡️ Build success in 6372ms
17
- DTS ⚡️ Build success in 16609ms
16
+ ESM ⚡️ Build success in 6255ms
17
+ DTS ⚡️ Build success in 19020ms
18
18
  DTS dist/index.d.ts 1.56 KB
@@ -1,20 +1,20 @@
1
1
  warning package.json: No license field
2
2
  $ jest
3
- PASS tests/unit/template.test.ts (5.491 s)
3
+ PASS tests/unit/template.test.ts (6.078 s)
4
4
  user pool
5
- ✓ do not add schema if not provided (18 ms)
6
- ✓ add schema if provided (1 ms)
7
- ✓ should have autoVerifiedAttributes equal email by default (17 ms)
5
+ ✓ do not add schema if not provided (10 ms)
6
+ ✓ add schema if provided (2 ms)
7
+ ✓ should have autoVerifiedAttributes equal email by default
8
8
  ✓ default usernameAttributes should be email
9
- ✓ should have autoVerifiedAttributes undefined: [] (1 ms)
10
- ✓ should have autoVerifiedAttributes undefined: null
9
+ ✓ should have autoVerifiedAttributes undefined: []
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
15
+ ✓ should not have identity pool by default or false: undefined (9 ms)
16
16
  ✓ should have identity pool if false
17
- ✓ should have identity pool role attachment
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: 5.937 s
30
+ Time: 6.502 s
31
31
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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
+
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)
11
+
12
+ **Note:** Version bump only for package @ttoss/cloud-auth
13
+
6
14
  ## [0.8.3](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.8.2...@ttoss/cloud-auth@0.8.3) (2023-03-26)
7
15
 
8
16
  ### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1679801282403" clover="3.2.0">
3
- <project timestamp="1679801282404" name="All files">
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-03-26T03:28:02.342Z
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-03-26T03:28:02.342Z
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-03-26T03:28:02.342Z
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-03-26T03:28:02.342Z
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",
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.5"
13
+ "@ttoss/cloudformation": "^0.6.7"
14
14
  },
15
15
  "devDependencies": {
16
- "@ttoss/config": "^1.29.2",
16
+ "@ttoss/config": "^1.29.3",
17
17
  "@types/jest": "^29.5.0",
18
18
  "jest": "^29.5.0",
19
- "typescript": "^5.0.2"
19
+ "typescript": "^5.0.3"
20
20
  },
21
21
  "publishConfig": {
22
22
  "access": "public"
23
23
  },
24
- "gitHead": "0609bb0f6e6a1c0999c29e7a5c8f8ebb1c6d3d7a"
24
+ "gitHead": "39abc27c77c2587edc8d877ccb121783611791a4"
25
25
  }