async-injection 2.0.2 → 2.0.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.
Files changed (2) hide show
  1. package/Changelog.md +3 -0
  2. package/package.json +2 -2
package/Changelog.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 2.0.3 / 2025-11-18
2
+ * Updated devDependencies (dependabot alerts about build toolchain).
3
+
1
4
  ## 2.0.2 / 2025-03-13
2
5
  * Fix failure to use `@Optional` when async object construction fails [#19](https://github.com/pcafstockf/async-injection/issues/19).
3
6
  Thanks to [@dmtaub](https://github.com/pcafstockf/async-injection/issues/19) for finding this and providing a reproducible unit test.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "async-injection",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "A robust lightweight dependency injection library for TypeScript.",
5
5
  "author": "Frank Stock",
6
6
  "license": "MIT",
@@ -57,7 +57,7 @@
57
57
  },
58
58
  "devDependencies": {
59
59
  "@istanbuljs/nyc-config-typescript": "~1.0.2",
60
- "@types/jasmine": "~5.1.7",
60
+ "@types/jasmine": "~5.1.13",
61
61
  "@typescript-eslint/eslint-plugin": "~5.62.0",
62
62
  "@typescript-eslint/parser": "~5.62.0",
63
63
  "eslint": "~8.57.0",