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.
- package/dist/sdoc.js +1 -1
- 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.
|
|
8442
|
+
var VERSION = true ? "0.10.2" : packageMetadata.version;
|
|
8443
8443
|
var DEFAULT_DEPENDENCIES = {
|
|
8444
8444
|
replaceDocument: atomicReplace,
|
|
8445
8445
|
createDocument: atomicCreate
|