@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 CHANGED
@@ -62,7 +62,7 @@ Example `archlast.config.js`:
62
62
  export default {
63
63
  docker: {
64
64
  image: "algochad/archlast-server",
65
- tag: "latest",
65
+ tag: "0.1.0",
66
66
  containerName: "archlast-server",
67
67
  volumeName: "archlast-data",
68
68
  },
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: "latest",
320994
+ tag: "0.1.0",
320995
320995
  containerName: "archlast-server",
320996
320996
  volumeName: "archlast-data"
320997
320997
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@archlast/cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Archlast CLI for development and deployment",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",