@komaci/static-analyzer 258.0.0 → 260.0.401

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.
@@ -659,9 +659,9 @@ class StaticAnalyzer {
659
659
  name: input.name,
660
660
  type: 'platform',
661
661
  namespaceMapping: {},
662
+ npmModuleMapping: {},
662
663
  files: fileEntries,
663
664
  enableKomaci: true,
664
- npmModuleMapping: {},
665
665
  });
666
666
  }
667
667
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@komaci/static-analyzer",
3
- "version": "258.0.0",
3
+ "version": "260.0.401",
4
4
  "description": "Komaci Diagnostics API",
5
5
  "homepage": "https://komaci.dev/",
6
6
  "repository": {