symmetry-cli 1.0.26 → 1.0.27
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/symmetry.js +1 -1
- package/package.json +2 -2
package/dist/symmetry.js
CHANGED
@@ -12,7 +12,7 @@ const setup_1 = require("./setup");
|
|
12
12
|
const start_1 = require("./start");
|
13
13
|
const program = new commander_1.Command();
|
14
14
|
program
|
15
|
-
.version("1.0.
|
15
|
+
.version("1.0.27")
|
16
16
|
.description("symmetry cli")
|
17
17
|
.option("-c, --config <path>", "Path to config file", path_1.default.join(os_1.default.homedir(), ".config", "symmetry", "provider.yaml"));
|
18
18
|
program
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "symmetry-cli",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.27",
|
4
4
|
"description": "",
|
5
5
|
"main": "dist/symmetry.js",
|
6
6
|
"bin": "dist/symmetry.js",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"dependencies": {
|
25
25
|
"commander": "^12.1.0",
|
26
26
|
"js-yaml": "^4.1.0",
|
27
|
-
"symmetry-core": "^1.0.
|
27
|
+
"symmetry-core": "^1.0.26"
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
30
|
"@types/jest": "^29.5.12",
|