@codeandmoney/jargal 0.0.0-dev.12 → 0.0.0-dev.13

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.
Files changed (2) hide show
  1. package/jargal.ts +1 -1
  2. package/package.json +1 -1
package/jargal.ts CHANGED
@@ -166,7 +166,7 @@ export class Jargal<const in out Context> {
166
166
  savePath: string;
167
167
  content: string;
168
168
  }[]) {
169
- defultWrite(renderConfig);
169
+ await defultWrite(renderConfig);
170
170
  }
171
171
  }
172
172
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codeandmoney/jargal",
3
- "version": "0.0.0-dev.12",
3
+ "version": "0.0.0-dev.13",
4
4
  "description": "Renderer",
5
5
  "license": "MIT",
6
6
  "author": "Code & Money Team",