@pi-r/android 0.10.4 → 0.10.6

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.
@@ -345,7 +345,7 @@ function finalize(instance) {
345
345
  config = writeOutput(lib, config, output);
346
346
  }
347
347
  else {
348
- config += output;
348
+ config += (config.endsWith(newLine) ? '' : newLine) + output;
349
349
  }
350
350
  if (outputVer) {
351
351
  outputVer = '[versions]' + newLine + outputVer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-r/android",
3
- "version": "0.10.4",
3
+ "version": "0.10.6",
4
4
  "description": "Android document constructor for E-mc.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -20,8 +20,8 @@
20
20
  "license": "MIT",
21
21
  "homepage": "https://github.com/anpham6/pi-r#readme",
22
22
  "dependencies": {
23
- "@e-mc/document": "^0.12.16",
24
- "@e-mc/types": "^0.12.16",
23
+ "@e-mc/document": "^0.12.18",
24
+ "@e-mc/types": "^0.12.18",
25
25
  "dom-serializer": "^2.0.0",
26
26
  "domhandler": "^5.0.3",
27
27
  "domutils": "^3.2.2",