@archlast/cli 0.1.2 → 0.1.3
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/cli.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/cli.js
CHANGED
|
@@ -320991,7 +320991,7 @@ import { createRequire as createRequire2 } from "module";
|
|
|
320991
320991
|
var DEFAULTS = {
|
|
320992
320992
|
docker: {
|
|
320993
320993
|
image: "algochad/archlast-server",
|
|
320994
|
-
tag: "
|
|
320994
|
+
tag: "0.1.0",
|
|
320995
320995
|
containerName: "archlast-server",
|
|
320996
320996
|
volumeName: "archlast-data"
|
|
320997
320997
|
},
|