@joeyshi12/casper 0.6.1 → 0.6.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/README.md +1 -1
- package/dist/server.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/server.js
CHANGED
|
@@ -6746,7 +6746,7 @@ var program = new Command();
|
|
|
6746
6746
|
// server/src/cli/program.ts
|
|
6747
6747
|
init_paths();
|
|
6748
6748
|
init_settings();
|
|
6749
|
-
var VERSION = true ? "0.6.
|
|
6749
|
+
var VERSION = true ? "0.6.2" : "dev";
|
|
6750
6750
|
async function bootstrap() {
|
|
6751
6751
|
const file = configFilePath();
|
|
6752
6752
|
const settings = readSettings(file);
|