@flink-app/generic-auth-plugin 2.0.0-alpha.55 → 2.0.0-alpha.56

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.
@@ -1,4 +1,4 @@
1
- // Generated Sat Feb 14 2026 15:43:05 GMT+0100 (Central European Standard Time)
1
+ // Generated Sun Feb 15 2026 09:57:29 GMT+0100 (Central European Standard Time)
2
2
  import { autoRegisteredAgents } from "@flink-app/flink";
3
3
  export const agents = [];
4
4
  autoRegisteredAgents.push(...agents);
@@ -1,4 +1,4 @@
1
- // Generated Sat Feb 14 2026 15:43:05 GMT+0100 (Central European Standard Time)
1
+ // Generated Sun Feb 15 2026 09:57:29 GMT+0100 (Central European Standard Time)
2
2
  import { autoRegisteredHandlers, HttpMethod } from "@flink-app/flink";
3
3
  import * as UserCreate_0 from "../src/handlers/UserCreate";
4
4
  import * as UserLogin_1 from "../src/handlers/UserLogin";
@@ -1,4 +1,4 @@
1
- // Generated Sat Feb 14 2026 15:43:05 GMT+0100 (Central European Standard Time)
1
+ // Generated Sun Feb 15 2026 09:57:29 GMT+0100 (Central European Standard Time)
2
2
  import { autoRegisteredJobs } from "@flink-app/flink";
3
3
  export const jobs = [];
4
4
  autoRegisteredJobs.push(...jobs);
@@ -1,4 +1,4 @@
1
- // Generated Sat Feb 14 2026 15:43:05 GMT+0100 (Central European Standard Time)
1
+ // Generated Sun Feb 15 2026 09:57:29 GMT+0100 (Central European Standard Time)
2
2
  import { autoRegisteredRepos } from "@flink-app/flink";
3
3
  export const repos = [];
4
4
  autoRegisteredRepos.push(...repos);
@@ -1,4 +1,4 @@
1
- // Generated Sat Feb 14 2026 15:43:05 GMT+0100 (Central European Standard Time)
1
+ // Generated Sun Feb 15 2026 09:57:29 GMT+0100 (Central European Standard Time)
2
2
  import { autoRegisteredTools } from "@flink-app/flink";
3
3
  export const tools = [];
4
4
  autoRegisteredTools.push(...tools);
@@ -1 +1 @@
1
- // Generated Sat Feb 14 2026 15:43:06 GMT+0100 (Central European Standard Time)
1
+ // Generated Sun Feb 15 2026 09:57:30 GMT+0100 (Central European Standard Time)
package/.flink/start.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Generated Sat Feb 14 2026 15:43:05 GMT+0100 (Central European Standard Time)
1
+ // Generated Sun Feb 15 2026 09:57:29 GMT+0100 (Central European Standard Time)
2
2
  import "./generatedHandlers";
3
3
  import "./generatedRepos";
4
4
  import "./generatedTools";
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @flink-app/generic-auth-plugin
2
2
 
3
+ ## 2.0.0-alpha.56
4
+
5
+ ### Patch Changes
6
+
7
+ - Zod 3.x compat
8
+ - Updated dependencies
9
+ - Updated dependencies [0203256]
10
+ - @flink-app/management-api-plugin@2.0.0-alpha.56
11
+ - @flink-app/jwt-auth-plugin@2.0.0-alpha.56
12
+ - @flink-app/email-plugin@2.0.0-alpha.56
13
+ - @flink-app/sms-plugin@2.0.0-alpha.56
14
+ - @flink-app/flink@2.0.0-alpha.56
15
+
3
16
  ## 2.0.0-alpha.55
4
17
 
5
18
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.agents = void 0;
4
- // Generated Sat Feb 14 2026 15:43:05 GMT+0100 (Central European Standard Time)
4
+ // Generated Sun Feb 15 2026 09:57:29 GMT+0100 (Central European Standard Time)
5
5
  var flink_1 = require("@flink-app/flink");
6
6
  exports.agents = [];
7
7
  flink_1.autoRegisteredAgents.push.apply(flink_1.autoRegisteredAgents, exports.agents);
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.handlers = void 0;
4
- // Generated Sat Feb 14 2026 15:43:05 GMT+0100 (Central European Standard Time)
4
+ // Generated Sun Feb 15 2026 09:57:29 GMT+0100 (Central European Standard Time)
5
5
  var flink_1 = require("@flink-app/flink");
6
6
  exports.handlers = [];
7
7
  flink_1.autoRegisteredHandlers.push.apply(flink_1.autoRegisteredHandlers, exports.handlers);
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.jobs = void 0;
4
- // Generated Sat Feb 14 2026 15:43:05 GMT+0100 (Central European Standard Time)
4
+ // Generated Sun Feb 15 2026 09:57:29 GMT+0100 (Central European Standard Time)
5
5
  var flink_1 = require("@flink-app/flink");
6
6
  exports.jobs = [];
7
7
  flink_1.autoRegisteredJobs.push.apply(flink_1.autoRegisteredJobs, exports.jobs);
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.repos = void 0;
4
- // Generated Sat Feb 14 2026 15:43:05 GMT+0100 (Central European Standard Time)
4
+ // Generated Sun Feb 15 2026 09:57:29 GMT+0100 (Central European Standard Time)
5
5
  var flink_1 = require("@flink-app/flink");
6
6
  exports.repos = [];
7
7
  flink_1.autoRegisteredRepos.push.apply(flink_1.autoRegisteredRepos, exports.repos);
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tools = void 0;
4
- // Generated Sat Feb 14 2026 15:43:05 GMT+0100 (Central European Standard Time)
4
+ // Generated Sun Feb 15 2026 09:57:29 GMT+0100 (Central European Standard Time)
5
5
  var flink_1 = require("@flink-app/flink");
6
6
  exports.tools = [];
7
7
  flink_1.autoRegisteredTools.push.apply(flink_1.autoRegisteredTools, exports.tools);
@@ -1,2 +1,2 @@
1
1
  "use strict";
2
- // Generated Sat Feb 14 2026 15:43:06 GMT+0100 (Central European Standard Time)
2
+ // Generated Sun Feb 15 2026 09:57:30 GMT+0100 (Central European Standard Time)
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- // Generated Sat Feb 14 2026 15:43:05 GMT+0100 (Central European Standard Time)
3
+ // Generated Sun Feb 15 2026 09:57:29 GMT+0100 (Central European Standard Time)
4
4
  require("./generatedHandlers");
5
5
  require("./generatedRepos");
6
6
  require("./generatedTools");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flink-app/generic-auth-plugin",
3
- "version": "2.0.0-alpha.55",
3
+ "version": "2.0.0-alpha.56",
4
4
  "description": "Flink plugin that provides a generic user authentification solution.",
5
5
  "author": "johan@frost.se",
6
6
  "publishConfig": {
@@ -12,20 +12,20 @@
12
12
  "dependencies": {
13
13
  "handlebars": "^4.7.7",
14
14
  "jsonwebtoken": "^8.5.1",
15
- "@flink-app/email-plugin": "2.0.0-alpha.55",
16
- "@flink-app/management-api-plugin": "2.0.0-alpha.55",
17
- "@flink-app/jwt-auth-plugin": "2.0.0-alpha.55",
18
- "@flink-app/sms-plugin": "2.0.0-alpha.55"
15
+ "@flink-app/jwt-auth-plugin": "2.0.0-alpha.56",
16
+ "@flink-app/management-api-plugin": "2.0.0-alpha.56",
17
+ "@flink-app/sms-plugin": "2.0.0-alpha.56",
18
+ "@flink-app/email-plugin": "2.0.0-alpha.56"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/jsonwebtoken": "^8.5.2",
22
22
  "@types/node": "22.13.10",
23
23
  "ts-node": "^10.9.2",
24
- "@flink-app/flink": "2.0.0-alpha.55"
24
+ "@flink-app/flink": "2.0.0-alpha.56"
25
25
  },
26
26
  "gitHead": "4243e3b3cd6d4e1ca001a61baa8436bf2bbe4113",
27
27
  "peerDependencies": {
28
- "@flink-app/flink": ">=2.0.0-alpha.55"
28
+ "@flink-app/flink": ">=2.0.0-alpha.56"
29
29
  },
30
30
  "scripts": {
31
31
  "test": "echo \"Error: no test specified\"",