@microtronics/studio-cli 0.59.0 → 0.60.0

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.
@@ -220,8 +220,7 @@ function buildHelperFunctions(pawnSource, usedFormats) {
220
220
  if (usedFormats.has('bin')) {
221
221
  pawnSource('');
222
222
  pawnSource('stock _DDE_fmt_bin(aData{}, mem{}, dim) {');
223
- pawnSource(PAWN_SZTEMP_DECL);
224
- pawnSource('\tmemtostr(szTemp, mem, 0, dim);');
223
+ pawnSource('\tmemtostr(aData, mem, 0, dim);');
225
224
  pawnSource('\treturn dim;');
226
225
  pawnSource('}');
227
226
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microtronics/studio-cli",
3
- "version": "0.59.0",
3
+ "version": "0.60.0",
4
4
  "description": "Microtronics Studio CLI Tool",
5
5
  "main": "./out/api.js",
6
6
  "typings": "./dist/studio-cli.d.ts",