@flink-app/management-actions-plugin 0.14.3 → 1.0.0

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 Sun Jan 18 2026 16:19:27 GMT+0100 (Central European Standard Time)
1
+ // Generated Sun Feb 01 2026 17:37:35 GMT+0100 (Central European Standard Time)
2
2
  import { autoRegisteredHandlers, HttpMethod } from "@flink-app/flink";
3
3
  import * as Get_0 from "../src/handlers/Get";
4
4
  import * as PostById_0 from "../src/handlers/PostById";
@@ -1,4 +1,4 @@
1
- // Generated Sun Jan 18 2026 16:19:27 GMT+0100 (Central European Standard Time)
1
+ // Generated Sun Feb 01 2026 17:37:35 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 Sun Jan 18 2026 16:19:27 GMT+0100 (Central European Standard Time)
1
+ // Generated Sun Feb 01 2026 17:37:35 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 +1 @@
1
- // Generated Sun Jan 18 2026 16:19:27 GMT+0100 (Central European Standard Time)
1
+ // Generated Sun Feb 01 2026 17:37:35 GMT+0100 (Central European Standard Time)
package/.flink/start.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Generated Sun Jan 18 2026 16:19:27 GMT+0100 (Central European Standard Time)
1
+ // Generated Sun Feb 01 2026 17:37:35 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,19 @@
1
1
  # @flink-app/management-actions-plugin
2
2
 
3
+ ## 1.0.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Align minor version, from now all packages in monorepo will have same version
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - Updated dependencies [ee21c29]
13
+ - Updated dependencies [5c2ff97]
14
+ - @flink-app/flink@1.0.0
15
+ - @flink-app/management-api-plugin@1.0.0
16
+
3
17
  ## 0.14.3
4
18
 
5
19
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.handlers = void 0;
4
- // Generated Sun Jan 18 2026 16:19:27 GMT+0100 (Central European Standard Time)
4
+ // Generated Sun Feb 01 2026 17:37:35 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 Sun Jan 18 2026 16:19:27 GMT+0100 (Central European Standard Time)
4
+ // Generated Sun Feb 01 2026 17:37:35 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 Sun Jan 18 2026 16:19:27 GMT+0100 (Central European Standard Time)
4
+ // Generated Sun Feb 01 2026 17:37:35 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,2 +1,2 @@
1
1
  "use strict";
2
- // Generated Sun Jan 18 2026 16:19:27 GMT+0100 (Central European Standard Time)
2
+ // Generated Sun Feb 01 2026 17:37:35 GMT+0100 (Central European Standard Time)
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- // Generated Sun Jan 18 2026 16:19:27 GMT+0100 (Central European Standard Time)
3
+ // Generated Sun Feb 01 2026 17:37:35 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/management-actions-plugin",
3
- "version": "0.14.3",
3
+ "version": "1.0.0",
4
4
  "description": "Flink plugin that makes it possible create actions that can be run trought the management-api",
5
5
  "author": "johan@frost.se",
6
6
  "publishConfig": {
@@ -11,8 +11,8 @@
11
11
  "main": "dist/index.js",
12
12
  "dependencies": {
13
13
  "node-color-log": "^5.3.1",
14
- "@flink-app/flink": "0.14.3",
15
- "@flink-app/management-api-plugin": "0.14.3"
14
+ "@flink-app/management-api-plugin": "1.0.0",
15
+ "@flink-app/flink": "1.0.0"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/node": "22.13.10",