@pi-r/android 0.8.5 → 0.8.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.
@@ -332,7 +332,7 @@ function finalize(instance) {
332
332
  config = writeOutput(output);
333
333
  }
334
334
  else {
335
- config += output;
335
+ config += (config.endsWith(newLine) ? '' : newLine) + output;
336
336
  }
337
337
  if (outputVer) {
338
338
  outputVer = '[versions]' + newLine + outputVer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-r/android",
3
- "version": "0.8.5",
3
+ "version": "0.8.7",
4
4
  "description": "Android document constructor for E-mc.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -21,8 +21,8 @@
21
21
  "license": "MIT",
22
22
  "homepage": "https://github.com/anpham6/pi-r#readme",
23
23
  "dependencies": {
24
- "@e-mc/document": "^0.10.20",
25
- "@e-mc/types": "^0.10.20",
24
+ "@e-mc/document": "^0.10.22",
25
+ "@e-mc/types": "^0.10.22",
26
26
  "dom-serializer": "^2.0.0",
27
27
  "domhandler": "^5.0.3",
28
28
  "domutils": "^3.1.0",