@flink-app/firebase-messaging-plugin 0.13.1 → 0.13.3

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 Jan 10 2026 11:36:58 GMT+0100 (Central European Standard Time)
1
+ // Generated Mon Jan 12 2026 11:31:41 GMT+0100 (Central European Standard Time)
2
2
  import { autoRegisteredHandlers, HttpMethod } from "@flink-app/flink";
3
3
  import * as PostMessage_0 from "../src/handlers/PostMessage";
4
4
 
@@ -1,4 +1,4 @@
1
- // Generated Sat Jan 10 2026 11:36:58 GMT+0100 (Central European Standard Time)
1
+ // Generated Mon Jan 12 2026 11:31:41 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 Jan 10 2026 11:36:58 GMT+0100 (Central European Standard Time)
1
+ // Generated Mon Jan 12 2026 11:31:41 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,7 +1,7 @@
1
1
  import Message from "../../src/schemas/Message";
2
2
  import SendResult from "../../src/schemas/SendResult";
3
3
 
4
- // Generated Sat Jan 10 2026 11:36:58 GMT+0100 (Central European Standard Time)
4
+ // Generated Mon Jan 12 2026 11:31:41 GMT+0100 (Central European Standard Time)
5
5
  export interface PostMessage_12_ReqSchema extends Message {}
6
6
 
7
7
  export interface PostMessage_12_ResSchema extends SendResult {}
package/.flink/start.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Generated Sat Jan 10 2026 11:36:58 GMT+0100 (Central European Standard Time)
1
+ // Generated Mon Jan 12 2026 11:31:41 GMT+0100 (Central European Standard Time)
2
2
  import "./generatedHandlers";
3
3
  import "./generatedRepos";
4
4
  import "./generatedJobs";
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @flink-app/firebase-messaging-plugin
2
2
 
3
+ ## 0.13.3
4
+
5
+ ### Patch Changes
6
+
7
+ - @flink-app/management-api-plugin@0.13.3
8
+
9
+ ## 0.13.2
10
+
11
+ ### Patch Changes
12
+
13
+ - @flink-app/management-api-plugin@0.13.2
14
+
3
15
  ## 0.13.1
4
16
 
5
17
  ### Patch Changes
@@ -24,7 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.handlers = void 0;
27
- // Generated Sat Jan 10 2026 11:36:58 GMT+0100 (Central European Standard Time)
27
+ // Generated Mon Jan 12 2026 11:31:41 GMT+0100 (Central European Standard Time)
28
28
  var flink_1 = require("@flink-app/flink");
29
29
  var PostMessage_0 = __importStar(require("../src/handlers/PostMessage"));
30
30
  exports.handlers = [{ handler: PostMessage_0, assumedHttpMethod: flink_1.HttpMethod.post }];
@@ -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 Jan 10 2026 11:36:58 GMT+0100 (Central European Standard Time)
4
+ // Generated Mon Jan 12 2026 11:31:41 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 Jan 10 2026 11:36:58 GMT+0100 (Central European Standard Time)
4
+ // Generated Mon Jan 12 2026 11:31:41 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,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- // Generated Sat Jan 10 2026 11:36:58 GMT+0100 (Central European Standard Time)
3
+ // Generated Mon Jan 12 2026 11:31:41 GMT+0100 (Central European Standard Time)
4
4
  require("./generatedHandlers");
5
5
  require("./generatedRepos");
6
6
  require("./generatedJobs");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flink-app/firebase-messaging-plugin",
3
- "version": "0.13.1",
3
+ "version": "0.13.3",
4
4
  "description": "Flink plugin to send Firebase cloud messages",
5
5
  "author": "joel@frost.se",
6
6
  "license": "MIT",
@@ -11,12 +11,12 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "firebase-admin": "^12.1.1",
14
- "@flink-app/management-api-plugin": "0.13.1"
14
+ "@flink-app/management-api-plugin": "0.13.3"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@types/node": "22.13.10",
18
18
  "tsc-watch": "^4.2.9",
19
- "@flink-app/flink": "0.13.1"
19
+ "@flink-app/flink": "0.13.3"
20
20
  },
21
21
  "gitHead": "4243e3b3cd6d4e1ca001a61baa8436bf2bbe4113",
22
22
  "scripts": {