@codefast/di 0.5.0-canary.2 → 0.5.0-canary.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.
- package/CHANGELOG.md +2 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codefast/di",
|
|
3
|
-
"version": "0.5.0-canary.
|
|
3
|
+
"version": "0.5.0-canary.3",
|
|
4
4
|
"description": "Lightweight dependency injection primitives for Codefast",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"codefast",
|
|
@@ -200,14 +200,14 @@
|
|
|
200
200
|
"@babel/plugin-proposal-decorators": "8.0.2",
|
|
201
201
|
"@rolldown/plugin-babel": "^0.2.3",
|
|
202
202
|
"@types/node": "^26.1.0",
|
|
203
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
203
|
+
"@typescript/native-preview": "7.0.0-dev.20260703.1",
|
|
204
204
|
"@vitest/coverage-v8": "^4.1.9",
|
|
205
205
|
"expect-type": "^1.4.0",
|
|
206
206
|
"tsdown": "^0.22.3",
|
|
207
|
-
"tsx": "^4.
|
|
207
|
+
"tsx": "^4.23.0",
|
|
208
208
|
"typescript": "^6.0.3",
|
|
209
209
|
"vitest": "^4.1.9",
|
|
210
|
-
"@codefast/typescript-config": "0.5.0-canary.
|
|
210
|
+
"@codefast/typescript-config": "0.5.0-canary.3"
|
|
211
211
|
},
|
|
212
212
|
"engines": {
|
|
213
213
|
"node": ">=26.0.0"
|