@dereekb/firebase 9.25.13 → 9.25.15

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/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [9.25.15](https://github.com/dereekb/dbx-components/compare/v9.25.14-dev...v9.25.15) (2023-11-27)
6
+
7
+
8
+
9
+ ## [9.25.14](https://github.com/dereekb/dbx-components/compare/v9.25.13-dev...v9.25.14) (2023-11-23)
10
+
11
+
12
+
5
13
  ## [9.25.13](https://github.com/dereekb/dbx-components/compare/v9.25.12-dev...v9.25.13) (2023-11-15)
6
14
 
7
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/firebase",
3
- "version": "9.25.13",
3
+ "version": "9.25.15",
4
4
  "devDependencies": {
5
5
  "@firebase/rules-unit-testing": "^2.0.0"
6
6
  },
@@ -24,7 +24,7 @@
24
24
  "peerDependencies": {
25
25
  "rxjs": "^7.5.0",
26
26
  "firebase": "^9.9.2",
27
- "@dereekb/util": "9.25.13",
27
+ "@dereekb/util": "9.25.15",
28
28
  "lodash.isequal": "^4.5.0",
29
29
  "make-error": "^1.3.0",
30
30
  "class-validator": "^0.13.2",
@@ -32,10 +32,10 @@
32
32
  "extra-set": "^2.2.11",
33
33
  "date-fns": "^2.29.0",
34
34
  "class-transformer": "^0.5.1",
35
- "@dereekb/rxjs": "9.25.13",
35
+ "@dereekb/rxjs": "9.25.15",
36
36
  "ms": "^3.0.0-canary.1",
37
- "@dereekb/model": "9.25.13",
38
- "@dereekb/date": "9.25.13",
37
+ "@dereekb/model": "9.25.15",
38
+ "@dereekb/date": "9.25.15",
39
39
  "date-fns-tz": "^1.3.0",
40
40
  "rrule": "git+https://git@github.com/dereekb/rrule#2b13b1ea881059ba2ecfec380e12ef244ef54570",
41
41
  "@vvo/tzdb": "^6.0.0",
@@ -3,6 +3,12 @@ import { ISO8601DateString, Maybe, PasswordString, PhoneNumber, WebsiteUrl } fro
3
3
  * Don't use passwords smaller tahn 6.
4
4
  */
5
5
  export declare const FIREBASE_AUTH_PASSWORD_MIN_LENGTH = 6;
6
+ /**
7
+ * Passwords longer than 128 characters are not useful...
8
+ *
9
+ * (but they are allowed by Firebase. There is no posted upper limit)
10
+ */
11
+ export declare const FIREBASE_AUTH_PASSWORD_MAX_LENGTH = 128;
6
12
  /**
7
13
  * Firebase User Identifier (UID)
8
14
  */
@@ -1,10 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FIREBASE_SERVER_AUTH_CLAIMS_RESET_LAST_COM_DATE_KEY = exports.FIREBASE_SERVER_AUTH_CLAIMS_RESET_PASSWORD_KEY = exports.FIREBASE_SERVER_AUTH_CLAIMS_SETUP_LAST_COM_DATE_KEY = exports.FIREBASE_SERVER_AUTH_CLAIMS_SETUP_PASSWORD_KEY = exports.FIREBASE_AUTH_PASSWORD_MIN_LENGTH = void 0;
3
+ exports.FIREBASE_SERVER_AUTH_CLAIMS_RESET_LAST_COM_DATE_KEY = exports.FIREBASE_SERVER_AUTH_CLAIMS_RESET_PASSWORD_KEY = exports.FIREBASE_SERVER_AUTH_CLAIMS_SETUP_LAST_COM_DATE_KEY = exports.FIREBASE_SERVER_AUTH_CLAIMS_SETUP_PASSWORD_KEY = exports.FIREBASE_AUTH_PASSWORD_MAX_LENGTH = exports.FIREBASE_AUTH_PASSWORD_MIN_LENGTH = void 0;
4
4
  /**
5
5
  * Don't use passwords smaller tahn 6.
6
6
  */
7
7
  exports.FIREBASE_AUTH_PASSWORD_MIN_LENGTH = 6;
8
+ /**
9
+ * Passwords longer than 128 characters are not useful...
10
+ *
11
+ * (but they are allowed by Firebase. There is no posted upper limit)
12
+ */
13
+ exports.FIREBASE_AUTH_PASSWORD_MAX_LENGTH = 128;
8
14
  exports.FIREBASE_SERVER_AUTH_CLAIMS_SETUP_PASSWORD_KEY = 'setupPassword';
9
15
  exports.FIREBASE_SERVER_AUTH_CLAIMS_SETUP_LAST_COM_DATE_KEY = 'setupCommunicationAt';
10
16
  exports.FIREBASE_SERVER_AUTH_CLAIMS_RESET_PASSWORD_KEY = 'resetPassword';
@@ -1 +1 @@
1
- {"version":3,"file":"auth.js","sourceRoot":"","sources":["../../../../../../../packages/firebase/src/lib/common/auth/auth.ts"],"names":[],"mappings":";;;AAEA;;GAEG;AACU,QAAA,iCAAiC,GAAG,CAAC,CAAC;AAwCtC,QAAA,8CAA8C,GAAG,eAAe,CAAC;AACjE,QAAA,mDAAmD,GAAG,sBAAsB,CAAC;AAa7E,QAAA,8CAA8C,GAAG,eAAe,CAAC;AACjE,QAAA,mDAAmD,GAAG,sBAAsB,CAAC"}
1
+ {"version":3,"file":"auth.js","sourceRoot":"","sources":["../../../../../../../packages/firebase/src/lib/common/auth/auth.ts"],"names":[],"mappings":";;;AAEA;;GAEG;AACU,QAAA,iCAAiC,GAAG,CAAC,CAAC;AAEnD;;;;GAIG;AACU,QAAA,iCAAiC,GAAG,GAAG,CAAC;AAwCxC,QAAA,8CAA8C,GAAG,eAAe,CAAC;AACjE,QAAA,mDAAmD,GAAG,sBAAsB,CAAC;AAa7E,QAAA,8CAA8C,GAAG,eAAe,CAAC;AACjE,QAAA,mDAAmD,GAAG,sBAAsB,CAAC"}
package/test/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [9.25.15](https://github.com/dereekb/dbx-components/compare/v9.25.14-dev...v9.25.15) (2023-11-27)
6
+
7
+
8
+
9
+ ## [9.25.14](https://github.com/dereekb/dbx-components/compare/v9.25.13-dev...v9.25.14) (2023-11-23)
10
+
11
+
12
+
5
13
  ## [9.25.13](https://github.com/dereekb/dbx-components/compare/v9.25.12-dev...v9.25.13) (2023-11-15)
6
14
 
7
15
 
package/test/package.json CHANGED
@@ -1,27 +1,27 @@
1
1
  {
2
2
  "name": "@dereekb/firebase/test",
3
- "version": "9.25.13",
3
+ "version": "9.25.15",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
7
7
  "dependencies": {},
8
8
  "peerDependencies": {
9
- "@dereekb/util/test": "9.25.13",
10
- "@dereekb/util": "9.25.13",
9
+ "@dereekb/util/test": "9.25.15",
10
+ "@dereekb/util": "9.25.15",
11
11
  "lodash.isequal": "^4.5.0",
12
12
  "make-error": "^1.3.0",
13
13
  "class-validator": "^0.13.2",
14
14
  "ts-essentials": "^9.1.2",
15
15
  "extra-set": "^2.2.11",
16
16
  "date-fns": "^2.29.0",
17
- "@dereekb/firebase": "9.25.13",
17
+ "@dereekb/firebase": "9.25.15",
18
18
  "rxjs": "^7.5.0",
19
19
  "firebase": "^9.9.2",
20
20
  "class-transformer": "^0.5.1",
21
- "@dereekb/rxjs": "9.25.13",
21
+ "@dereekb/rxjs": "9.25.15",
22
22
  "ms": "^3.0.0-canary.1",
23
- "@dereekb/model": "9.25.13",
24
- "@dereekb/date": "9.25.13",
23
+ "@dereekb/model": "9.25.15",
24
+ "@dereekb/date": "9.25.15",
25
25
  "date-fns-tz": "^1.3.0",
26
26
  "rrule": "git+https://git@github.com/dereekb/rrule#2b13b1ea881059ba2ecfec380e12ef244ef54570",
27
27
  "@vvo/tzdb": "^6.0.0",