@twin.org/background-task-models 0.0.1-next.12 → 0.0.1-next.14

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,7 +1,7 @@
1
1
  import type { IError } from "@twin.org/core";
2
2
  import type { TaskStatus } from "./taskStatus";
3
3
  /**
4
- * Interface describing a background task connector.
4
+ * Interface describing a background task.
5
5
  */
6
6
  export interface IBackgroundTask<T = any, U = any> {
7
7
  /**
package/docs/changelog.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @twin.org/background-task-models - Changelog
2
2
 
3
+ ## [0.0.1-next.14](https://github.com/twinfoundation/background-task/compare/background-task-models-v0.0.1-next.13...background-task-models-v0.0.1-next.14) (2025-04-11)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **background-task-models:** Synchronize repo versions
9
+
10
+ ## [0.0.1-next.13](https://github.com/twinfoundation/background-task/compare/background-task-models-v0.0.1-next.12...background-task-models-v0.0.1-next.13) (2025-03-28)
11
+
12
+
13
+ ### Features
14
+
15
+ * improve comment ([f2b4ac2](https://github.com/twinfoundation/background-task/commit/f2b4ac22fb8f735d2bf4ce28583cf7c54acdf272))
16
+
3
17
  ## v0.0.1-next.12
4
18
 
5
19
  - Initial Release
@@ -1,6 +1,6 @@
1
1
  # Interface: IBackgroundTask\<T, U\>
2
2
 
3
- Interface describing a background task connector.
3
+ Interface describing a background task.
4
4
 
5
5
  ## Type Parameters
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/background-task-models",
3
- "version": "0.0.1-next.12",
3
+ "version": "0.0.1-next.14",
4
4
  "description": "Models which define the structure of the background task contracts and connectors",
5
5
  "repository": {
6
6
  "type": "git",