We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dba27e commit a146049Copy full SHA for a146049
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @evyweb/ioctopus
2
3
+## 1.3.1
4
+
5
+### Patch Changes
6
7
+- Fix dependency array and dependency object using unknown string or symbol keys type safety
8
9
## 1.3.0
10
11
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@evyweb/ioctopus",
- "version": "1.3.0",
+ "version": "1.3.1",
"description": "A simple IoC container for JavaScript and TypeScript for classes and functions.",
"main": "dist/index.js",
"module": "dist/index.mjs",
0 commit comments