@c4a/extract-ts 0.6.4 → 0.6.6

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/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -13274,6 +13274,7 @@ class TypeScriptPlugin {
13274
13274
  id = "c4a-extract-ts";
13275
13275
  languages = ["typescript", "tsx"];
13276
13276
  packageManagers = ["npm"];
13277
+ manifestTypes = ["package.json"];
13277
13278
  #lastDetection = null;
13278
13279
  canHandle(source) {
13279
13280
  return source.manifests.some((manifest) => manifest.type === "package.json");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c4a/extract-ts",
3
- "version": "0.6.4",
3
+ "version": "0.6.6",
4
4
  "type": "module",
5
5
  "description": "TypeScript extraction plugin for C4A ExtractionResult v2",
6
6
  "license": "MIT",