silgi 0.8.4 → 0.8.5

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.
@@ -1,4 +1,4 @@
1
- const version = "0.8.4";
1
+ const version = "0.8.5";
2
2
  const packageJson = {
3
3
  version: version};
4
4
 
package/dist/cli/run.mjs CHANGED
@@ -122,7 +122,7 @@ const run = defineCommand({
122
122
  label: env.fileName,
123
123
  value: env.fileName
124
124
  })) : [
125
- { label: "Development (.env.dev)", value: "dev" },
125
+ { label: "Development (.env)", value: "dev" },
126
126
  { label: "Production (.env.prod)", value: "prod" },
127
127
  { label: "Docker (.env.docker)", value: "docker" }
128
128
  ]
@@ -1,3 +1,3 @@
1
- const version = "0.8.4";
1
+ const version = "0.8.5";
2
2
 
3
3
  export { version };
@@ -1,3 +1,3 @@
1
- const version = "0.8.4";
1
+ const version = "0.8.5";
2
2
 
3
3
  export { version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.8.4",
4
+ "version": "0.8.5",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {