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.
- package/dist/sdoc.js +1 -1
- 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.
|
|
9482
|
+
var VERSION = true ? "0.12.1" : packageMetadata.version;
|
|
9483
9483
|
var DEFAULT_DEPENDENCIES = {
|
|
9484
9484
|
replaceDocument: atomicReplace,
|
|
9485
9485
|
createDocument: atomicCreate
|