@ttoss/react-auth 1.2.18 → 1.2.19

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/dist/esm/index.js CHANGED
@@ -231,6 +231,7 @@ var createAuthTemplate = ({
231
231
  Resources: {
232
232
  [CognitoUserPoolLogicalId]: {
233
233
  Type: "AWS::Cognito::UserPool",
234
+ DeletionPolicy: "Retain",
234
235
  Properties: {
235
236
  AutoVerifiedAttributes,
236
237
  Policies: {
package/dist/index.js CHANGED
@@ -268,6 +268,7 @@ var createAuthTemplate = ({
268
268
  Resources: {
269
269
  [CognitoUserPoolLogicalId]: {
270
270
  Type: "AWS::Cognito::UserPool",
271
+ DeletionPolicy: "Retain",
271
272
  Properties: {
272
273
  AutoVerifiedAttributes,
273
274
  Policies: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/react-auth",
3
- "version": "1.2.18",
3
+ "version": "1.2.19",
4
4
  "description": "ttoss authentication module for React apps.",
5
5
  "license": "UNLICENSED",
6
6
  "author": "ttoss",
@@ -22,7 +22,7 @@
22
22
  "sideEffects": false,
23
23
  "typings": "./dist/index.d.ts",
24
24
  "dependencies": {
25
- "@ttoss/forms": "^0.14.6",
25
+ "@ttoss/forms": "^0.14.7",
26
26
  "@xstate/react": "^3.0.1",
27
27
  "xstate": "^4.35.0"
28
28
  },
@@ -34,13 +34,13 @@
34
34
  "react": ">=16.8.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@ttoss/cloud-auth": "^0.7.0",
38
- "@ttoss/config": "^1.28.2",
39
- "@ttoss/i18n-cli": "^0.3.5",
40
- "@ttoss/react-i18n": "^1.18.8",
41
- "@ttoss/react-notifications": "^1.20.6",
42
- "@ttoss/test-utils": "^1.20.4",
43
- "@ttoss/ui": "^1.30.6",
37
+ "@ttoss/cloud-auth": "^0.7.1",
38
+ "@ttoss/config": "^1.28.3",
39
+ "@ttoss/i18n-cli": "^0.3.6",
40
+ "@ttoss/react-i18n": "^1.18.9",
41
+ "@ttoss/react-notifications": "^1.20.7",
42
+ "@ttoss/test-utils": "^1.20.5",
43
+ "@ttoss/ui": "^1.30.7",
44
44
  "aws-amplify": "^5.0.14"
45
45
  },
46
46
  "keywords": [
@@ -50,5 +50,5 @@
50
50
  "publishConfig": {
51
51
  "access": "public"
52
52
  },
53
- "gitHead": "ff8bed71bb39e2e7d7385f8bb4a1bfda3553cb5c"
53
+ "gitHead": "56e8cfde36a962deaa5514453618280699824b4f"
54
54
  }