sdoc-editor-cli 0.12.0 → 0.12.1

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/dist/sdoc.js +1 -1
  2. package/package.json +1 -1
package/dist/sdoc.js CHANGED
@@ -9479,7 +9479,7 @@ async function createDocumentPlan(documentPath, options = {}) {
9479
9479
  }
9480
9480
 
9481
9481
  // src/main.ts
9482
- var VERSION = true ? "0.12.0" : packageMetadata.version;
9482
+ var VERSION = true ? "0.12.1" : packageMetadata.version;
9483
9483
  var DEFAULT_DEPENDENCIES = {
9484
9484
  replaceDocument: atomicReplace,
9485
9485
  createDocument: atomicCreate
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sdoc-editor-cli",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "description": "Preview-first command line operations for Structured Doc Editor documents",
5
5
  "type": "module",
6
6
  "bin": {