@appthreat/atom 2.4.1 → 2.4.2

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 (30) hide show
  1. package/package.json +1 -1
  2. package/plugins/bin/atom +1 -1
  3. package/plugins/bin/atom.bat +1 -1
  4. package/plugins/lib/io.appthreat.atom-2.4.2-classpath.jar +0 -0
  5. package/plugins/lib/{io.appthreat.atom-2.4.1.jar → io.appthreat.atom-2.4.2.jar} +0 -0
  6. package/plugins/lib/{io.appthreat.c2cpg_3-2.5.3.jar → io.appthreat.c2cpg_3-2.5.4.jar} +0 -0
  7. package/plugins/lib/{io.appthreat.cpg2-domain-classes_3-2.0.0.jar → io.appthreat.cpg2-domain-classes_3-2.0.1.jar} +0 -0
  8. package/plugins/lib/io.appthreat.cpg2-protos_3-2.0.1.jar +0 -0
  9. package/plugins/lib/io.appthreat.cpg2_3-2.0.1.jar +0 -0
  10. package/plugins/lib/{io.appthreat.dataflowengineoss_3-2.5.3.jar → io.appthreat.dataflowengineoss_3-2.5.4.jar} +0 -0
  11. package/plugins/lib/{io.appthreat.javasrc2cpg_3-2.5.3.jar → io.appthreat.javasrc2cpg_3-2.5.4.jar} +0 -0
  12. package/plugins/lib/{io.appthreat.jimple2cpg_3-2.5.3.jar → io.appthreat.jimple2cpg_3-2.5.4.jar} +0 -0
  13. package/plugins/lib/{io.appthreat.jssrc2cpg_3-2.5.3.jar → io.appthreat.jssrc2cpg_3-2.5.4.jar} +0 -0
  14. package/plugins/lib/io.appthreat.odb2-core_3-2.0.1.jar +0 -0
  15. package/plugins/lib/{io.appthreat.odb2-formats_3-2.0.0.jar → io.appthreat.odb2-formats_3-2.0.1.jar} +0 -0
  16. package/plugins/lib/{io.appthreat.odb2-traversal_3-2.0.0.jar → io.appthreat.odb2-traversal_3-2.0.1.jar} +0 -0
  17. package/plugins/lib/{io.appthreat.php2atom_3-2.5.3.jar → io.appthreat.php2atom_3-2.5.4.jar} +0 -0
  18. package/plugins/lib/{io.appthreat.pysrc2cpg_3-2.5.3.jar → io.appthreat.pysrc2cpg_3-2.5.4.jar} +0 -0
  19. package/plugins/lib/{io.appthreat.ruby2atom_3-2.5.3.jar → io.appthreat.ruby2atom_3-2.5.4.jar} +0 -0
  20. package/plugins/lib/{io.appthreat.semanticcpg_3-2.5.3.jar → io.appthreat.semanticcpg_3-2.5.4.jar} +0 -0
  21. package/plugins/lib/{io.appthreat.x2cpg_3-2.5.3.jar → io.appthreat.x2cpg_3-2.5.4.jar} +0 -0
  22. package/plugins/lib/{org.msgpack.msgpack-core-0.9.8.jar → org.msgpack.msgpack-core-0.9.10.jar} +0 -0
  23. package/plugins/lib/org.scala-lang.modules.scala-xml_3-2.4.0.jar +0 -0
  24. package/plugins/lib/com.massisframework.j-text-utils-0.3.4.jar +0 -0
  25. package/plugins/lib/commons-lang.commons-lang-2.6.jar +0 -0
  26. package/plugins/lib/io.appthreat.atom-2.4.1-classpath.jar +0 -0
  27. package/plugins/lib/io.appthreat.cpg2-protos_3-2.0.0.jar +0 -0
  28. package/plugins/lib/io.appthreat.cpg2_3-2.0.0.jar +0 -0
  29. package/plugins/lib/io.appthreat.odb2-core_3-2.0.0.jar +0 -0
  30. package/plugins/lib/org.scala-lang.modules.scala-xml_3-2.3.0.jar +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appthreat/atom",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "description": "Create atom (⚛) representation for your application, packages and libraries",
5
5
  "exports": "./index.js",
6
6
  "type": "module",
package/plugins/bin/atom CHANGED
@@ -360,7 +360,7 @@ declare -r lib_dir="$(realpath "${app_home}/../lib")"
360
360
  declare -a app_mainclass=('io.appthreat.atom.Atom')
361
361
 
362
362
  declare -r script_conf_file="${app_home}/../conf/application.ini"
363
- declare -r app_classpath="$lib_dir/io.appthreat.atom-2.4.1-classpath.jar"
363
+ declare -r app_classpath="$lib_dir/io.appthreat.atom-2.4.2-classpath.jar"
364
364
 
365
365
  # java_cmd is overrode in process_args when -java-home is used
366
366
  declare java_cmd=$(get_java_cmd)
@@ -40,7 +40,7 @@ rem "-J" is stripped, "-D" is left as is, and everything is appended to JAVA_OPT
40
40
  set _JAVA_PARAMS=
41
41
  set _APP_ARGS=
42
42
 
43
- set "APP_CLASSPATH=%APP_LIB_DIR%\io.appthreat.atom-2.4.1-classpath.jar"
43
+ set "APP_CLASSPATH=%APP_LIB_DIR%\io.appthreat.atom-2.4.2-classpath.jar"
44
44
  set "APP_MAIN_CLASS=io.appthreat.atom.Atom"
45
45
  set "SCRIPT_CONF_FILE=%APP_HOME%\conf\application.ini"
46
46
 
index 9381a08..ab40301 100644
Binary file
index 857925d..4467834 100644
Binary file
index 8cec9a5..b2ee790 100644
Binary file