sdoc-editor-cli 0.10.1 → 0.10.2

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
@@ -8439,7 +8439,7 @@ async function createDocumentPlan(documentPath, options = {}) {
8439
8439
  }
8440
8440
 
8441
8441
  // src/main.ts
8442
- var VERSION = true ? "0.10.1" : packageMetadata.version;
8442
+ var VERSION = true ? "0.10.2" : packageMetadata.version;
8443
8443
  var DEFAULT_DEPENDENCIES = {
8444
8444
  replaceDocument: atomicReplace,
8445
8445
  createDocument: atomicCreate
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sdoc-editor-cli",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "description": "Preview-first command line operations for Structured Doc Editor documents",
5
5
  "type": "module",
6
6
  "bin": {