@ttoss/cloud-auth 0.8.4 → 0.8.6

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 7718ms
14
+ CJS ⚡️ Build success in 6966ms
15
15
  ESM dist/esm/index.js 7.53 KB
16
- ESM ⚡️ Build success in 7720ms
17
- DTS ⚡️ Build success in 23754ms
16
+ ESM ⚡️ Build success in 6989ms
17
+ DTS ⚡️ Build success in 18211ms
18
18
  DTS dist/index.d.ts 1.56 KB
@@ -1,17 +1,17 @@
1
1
  warning package.json: No license field
2
2
  $ jest
3
- PASS tests/unit/template.test.ts (7.623 s)
3
+ PASS tests/unit/template.test.ts (6.507 s)
4
4
  user pool
5
- ✓ do not add schema if not provided (16 ms)
6
- ✓ add schema if provided (14 ms)
5
+ ✓ do not add schema if not provided (3 ms)
6
+ ✓ add schema if provided (1 ms)
7
7
  ✓ should have autoVerifiedAttributes equal email by default
8
- ✓ default usernameAttributes should be email
8
+ ✓ default usernameAttributes should be email (12 ms)
9
9
  ✓ should have autoVerifiedAttributes undefined: []
10
10
  ✓ should have autoVerifiedAttributes undefined: null
11
- ✓ should have autoVerifiedAttributes undefined: false
12
- ✓ should retain user pool (13 ms)
11
+ ✓ should have autoVerifiedAttributes undefined: false (1 ms)
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
16
  ✓ should have identity pool if false (1 ms)
17
17
  ✓ should have identity pool role attachment
@@ -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: 8.288 s
30
+ Time: 7.139 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.6](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.8.5...@ttoss/cloud-auth@0.8.6) (2023-04-05)
7
+
8
+ **Note:** Version bump only for package @ttoss/cloud-auth
9
+
10
+ ## [0.8.5](https://github.com/ttoss/ttoss/compare/@ttoss/cloud-auth@0.8.4...@ttoss/cloud-auth@0.8.5) (2023-04-05)
11
+
12
+ **Note:** Version bump only for package @ttoss/cloud-auth
13
+
6
14
  ## [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
15
 
8
16
  **Note:** Version bump only for package @ttoss/cloud-auth
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1680486499505" clover="3.2.0">
3
- <project timestamp="1680486499506" name="All files">
2
+ <coverage generated="1680699680699" clover="3.2.0">
3
+ <project timestamp="1680699680699" 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-03T01:48:19.420Z
76
+ at 2023-04-05T13:01:20.595Z
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-03T01:48:19.420Z
134
+ at 2023-04-05T13:01:20.595Z
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-03T01:48:19.420Z
79
+ at 2023-04-05T13:01:20.595Z
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-03T01:48:19.420Z
1000
+ at 2023-04-05T13:01:20.595Z
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.4",
3
+ "version": "0.8.6",
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.6"
13
+ "@ttoss/cloudformation": "^0.6.8"
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": "01701f2c03d9872297d85af0a33d1ca4c2a6eb6b"
24
+ "gitHead": "6f711c5bb31c7b7b347477910cc0da1fe165509e"
25
25
  }