@feathersjs/authentication 5.0.31 → 5.0.33

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
@@ -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
+ ## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217))
11
+
12
+ ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01)
13
+
14
+ **Note:** Version bump only for package @feathersjs/authentication
15
+
6
16
  ## [5.0.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31)
7
17
 
8
18
  ### Bug Fixes
package/lib/index.js CHANGED
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
25
35
  Object.defineProperty(exports, "__esModule", { value: true });
26
36
  exports.authenticationSettingsSchema = exports.JWTStrategy = exports.AuthenticationService = exports.AuthenticationBaseStrategy = exports.AuthenticationBase = exports.authenticate = exports.hooks = void 0;
27
37
  exports.hooks = __importStar(require("./hooks"));
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iDAAgC;AAChC,iCAAsC;AAA7B,qGAAA,YAAY,OAAA;AACrB,+BAQe;AAPb,0GAAA,kBAAkB,OAAA;AAQpB,uCAAuD;AAA9C,sHAAA,0BAA0B,OAAA;AACnC,qCAAiD;AAAxC,gHAAA,qBAAqB,OAAA;AAC9B,6BAAmC;AAA1B,kGAAA,WAAW,OAAA;AACpB,qCAAqF;AAA5E,uHAAA,4BAA4B,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iDAAgC;AAChC,iCAAsC;AAA7B,qGAAA,YAAY,OAAA;AACrB,+BAQe;AAPb,0GAAA,kBAAkB,OAAA;AAQpB,uCAAuD;AAA9C,sHAAA,0BAA0B,OAAA;AACnC,qCAAiD;AAAxC,gHAAA,qBAAqB,OAAA;AAC9B,6BAAmC;AAA1B,kGAAA,WAAW,OAAA;AACpB,qCAAqF;AAA5E,uHAAA,4BAA4B,OAAA"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@feathersjs/authentication",
3
3
  "description": "Add Authentication to your FeathersJS app.",
4
- "version": "5.0.31",
4
+ "version": "5.0.33",
5
5
  "homepage": "https://feathersjs.com",
6
6
  "main": "lib/",
7
7
  "types": "lib/",
@@ -53,28 +53,28 @@
53
53
  "access": "public"
54
54
  },
55
55
  "dependencies": {
56
- "@feathersjs/commons": "^5.0.31",
57
- "@feathersjs/errors": "^5.0.31",
58
- "@feathersjs/feathers": "^5.0.31",
56
+ "@feathersjs/commons": "^5.0.33",
57
+ "@feathersjs/errors": "^5.0.33",
58
+ "@feathersjs/feathers": "^5.0.33",
59
59
  "@feathersjs/hooks": "^0.9.0",
60
- "@feathersjs/schema": "^5.0.31",
61
- "@feathersjs/transport-commons": "^5.0.31",
62
- "@types/jsonwebtoken": "^9.0.7",
60
+ "@feathersjs/schema": "^5.0.33",
61
+ "@feathersjs/transport-commons": "^5.0.33",
62
+ "@types/jsonwebtoken": "^9.0.9",
63
63
  "jsonwebtoken": "^9.0.2",
64
64
  "lodash": "^4.17.21",
65
65
  "long-timeout": "^0.1.1",
66
- "uuid": "^11.0.2"
66
+ "uuid": "^11.1.0"
67
67
  },
68
68
  "devDependencies": {
69
- "@feathersjs/memory": "^5.0.31",
70
- "@types/lodash": "^4.17.13",
71
- "@types/mocha": "^10.0.9",
72
- "@types/node": "^22.8.4",
69
+ "@feathersjs/memory": "^5.0.33",
70
+ "@types/lodash": "^4.17.15",
71
+ "@types/mocha": "^10.0.10",
72
+ "@types/node": "^22.13.5",
73
73
  "@types/uuid": "^10.0.0",
74
- "mocha": "^10.8.2",
74
+ "mocha": "^11.1.0",
75
75
  "shx": "^0.3.4",
76
76
  "ts-node": "^10.9.2",
77
- "typescript": "^5.6.3"
77
+ "typescript": "^5.7.3"
78
78
  },
79
- "gitHead": "967ea54ae7f7e3d8169b137d5c184705706276a7"
79
+ "gitHead": "7094b3f569b12d817f9fb4be2144342d331878f4"
80
80
  }