@codefast/di 0.5.0-canary.1 → 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 +4 -0
- package/package.json +6 -5
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",
|
|
@@ -196,17 +196,18 @@
|
|
|
196
196
|
"access": "public"
|
|
197
197
|
},
|
|
198
198
|
"devDependencies": {
|
|
199
|
+
"@babel/core": "^8.0.1",
|
|
199
200
|
"@babel/plugin-proposal-decorators": "8.0.2",
|
|
200
201
|
"@rolldown/plugin-babel": "^0.2.3",
|
|
201
|
-
"@types/node": "^26.0
|
|
202
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
202
|
+
"@types/node": "^26.1.0",
|
|
203
|
+
"@typescript/native-preview": "7.0.0-dev.20260703.1",
|
|
203
204
|
"@vitest/coverage-v8": "^4.1.9",
|
|
204
205
|
"expect-type": "^1.4.0",
|
|
205
206
|
"tsdown": "^0.22.3",
|
|
206
|
-
"tsx": "^4.
|
|
207
|
+
"tsx": "^4.23.0",
|
|
207
208
|
"typescript": "^6.0.3",
|
|
208
209
|
"vitest": "^4.1.9",
|
|
209
|
-
"@codefast/typescript-config": "0.5.0-canary.
|
|
210
|
+
"@codefast/typescript-config": "0.5.0-canary.3"
|
|
210
211
|
},
|
|
211
212
|
"engines": {
|
|
212
213
|
"node": ">=26.0.0"
|