@twin.org/background-task-scheduler 0.9.1-next.4 → 0.9.1

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.
Files changed (2) hide show
  1. package/docs/changelog.md +25 -0
  2. package/package.json +6 -6
package/docs/changelog.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.1](https://github.com/iotaledger/twin-background-task/compare/background-task-scheduler-v0.9.1...background-task-scheduler-v0.9.1) (2026-07-27)
4
+
5
+
6
+ ### Features
7
+
8
+ * release to production ([7ce9896](https://github.com/iotaledger/twin-background-task/commit/7ce989659e6819f05655c86b1bda2a265af5d281))
9
+ * release to production ([#65](https://github.com/iotaledger/twin-background-task/issues/65)) ([ec3ecde](https://github.com/iotaledger/twin-background-task/commit/ec3ecdec162fa341c963f3834d5739da670af058))
10
+ * release to production ([#69](https://github.com/iotaledger/twin-background-task/issues/69)) ([2b31827](https://github.com/iotaledger/twin-background-task/commit/2b318279787beaaca3ba962c4bf397b90665bd0d))
11
+ * release to production ([#73](https://github.com/iotaledger/twin-background-task/issues/73)) ([d31b738](https://github.com/iotaledger/twin-background-task/commit/d31b73887e604751df061fc1ddadc0a6fc28dd78))
12
+ * release to production ([#91](https://github.com/iotaledger/twin-background-task/issues/91)) ([b75ced7](https://github.com/iotaledger/twin-background-task/commit/b75ced714729fe51c779b60dfb5f484f7d52d7f8))
13
+
14
+ ## [0.9.1-next.5](https://github.com/iotaledger/twin-background-task/compare/background-task-scheduler-v0.9.1-next.4...background-task-scheduler-v0.9.1-next.5) (2026-07-24)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * resolve timing race in scheduler interval tests ([261b1aa](https://github.com/iotaledger/twin-background-task/commit/261b1aaeef8bd100668be49df689a2abb36f36a6))
20
+
21
+
22
+ ### Dependencies
23
+
24
+ * The following workspace dependencies were updated
25
+ * dependencies
26
+ * @twin.org/background-task-models bumped from 0.9.1-next.4 to 0.9.1-next.5
27
+
3
28
  ## [0.9.1-next.4](https://github.com/iotaledger/twin-background-task/compare/background-task-scheduler-v0.9.1-next.3...background-task-scheduler-v0.9.1-next.4) (2026-07-23)
4
29
 
5
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/background-task-scheduler",
3
- "version": "0.9.1-next.4",
3
+ "version": "0.9.1",
4
4
  "description": "Schedules background tasks for one-off or recurring execution windows",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,11 +14,11 @@
14
14
  "node": ">=24.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/background-task-models": "0.9.1-next.4",
18
- "@twin.org/core": "next",
19
- "@twin.org/entity-storage-models": "next",
20
- "@twin.org/logging-models": "next",
21
- "@twin.org/nameof": "next"
17
+ "@twin.org/background-task-models": "^0.9.1",
18
+ "@twin.org/core": "^0.9.1",
19
+ "@twin.org/entity-storage-models": "^0.9.1",
20
+ "@twin.org/logging-models": "^0.9.1",
21
+ "@twin.org/nameof": "^0.9.1"
22
22
  },
23
23
  "main": "./dist/es/index.js",
24
24
  "types": "./dist/types/index.d.ts",