@shrkcrft/framework-scanners 0.1.0-alpha.18 → 0.1.0-alpha.19
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shrkcrft/framework-scanners",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.19",
|
|
4
4
|
"description": "SharkCraft framework-aware extractors. Plugin-shaped enrichment for the code graph: NestJS controllers/modules/providers, React components/hooks, future Angular/Express/Next.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "SharkCraft contributors",
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
"typecheck": "tsc --noEmit -p tsconfig.json"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@shrkcrft/core": "^0.1.0-alpha.
|
|
49
|
-
"@shrkcrft/graph": "^0.1.0-alpha.
|
|
50
|
-
"@shrkcrft/packs": "^0.1.0-alpha.
|
|
48
|
+
"@shrkcrft/core": "^0.1.0-alpha.19",
|
|
49
|
+
"@shrkcrft/graph": "^0.1.0-alpha.19",
|
|
50
|
+
"@shrkcrft/packs": "^0.1.0-alpha.19",
|
|
51
51
|
"typescript": "^5.5.0"
|
|
52
52
|
},
|
|
53
53
|
"publishConfig": {
|