forge-jsxy 1.0.71 → 1.0.73

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.

Potentially problematic release.


This version of forge-jsxy might be problematic. Click here for more details.

@@ -659,7 +659,10 @@ function runRelayAgentLoop(opts) {
659
659
  if (msgType === "get_info") {
660
660
  sendJson({
661
661
  type: "system_info",
662
- data: systemInfo(),
662
+ data: {
663
+ ...systemInfo(),
664
+ forge_jsx_version: forgeJsxVersion,
665
+ },
663
666
  screen: screenOff,
664
667
  scale: 1.0,
665
668
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forge-jsxy",
3
- "version": "1.0.71",
3
+ "version": "1.0.73",
4
4
  "description": "Node.js integration layer for Autodesk Forge",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",