@needle-tools/needle-component-compiler 3.0.0-alpha.6 → 3.0.0-alpha.7

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.
@@ -132,7 +132,7 @@ var CodeTextWriter = /** @class */ (function () {
132
132
  this.lines.length = 0;
133
133
  };
134
134
  CodeTextWriter.prototype.toString = function () {
135
- return this.lines.join("\r\n");
135
+ return this.lines.join("\n");
136
136
  };
137
137
  return CodeTextWriter;
138
138
  }());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@needle-tools/needle-component-compiler",
3
- "version": "3.0.0-alpha.6",
3
+ "version": "3.0.0-alpha.7",
4
4
  "description": "Compile Editor components for Needle Engine for C# and Blender",
5
5
  "main": "dist/index.js",
6
6
  "bin": {