@xbghc/warden 0.11.0 → 0.11.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/cli.js +1 -1
- package/dist/web/assets/index-BDGIw0fQ.js +198 -0
- package/dist/web/index.html +1 -1
- package/package.json +1 -1
- package/dist/web/assets/index-DyLD6mXE.js +0 -198
package/dist/cli.js
CHANGED
|
@@ -5597,7 +5597,7 @@ async function startServer(opts) {
|
|
|
5597
5597
|
}
|
|
5598
5598
|
|
|
5599
5599
|
// bin/cli.ts
|
|
5600
|
-
var VERSION = true ? "0.11.
|
|
5600
|
+
var VERSION = true ? "0.11.1" : "dev";
|
|
5601
5601
|
function parseArgs(argv) {
|
|
5602
5602
|
const args = { repoPath: process.cwd(), open: true, help: false, version: false };
|
|
5603
5603
|
for (let i = 0; i < argv.length; i++) {
|