woml-cli 1.0.6 → 1.0.7
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 +275 -706
- package/dist/cli.js +223 -218
- package/dist/notification-provider-host.js +28 -28
- package/dist/script-host.js +14 -12
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "woml-cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "WOML workflow automation runtime and command-line interface",
|
|
5
5
|
"author": "Mohamed Ali Ben Othmen",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"bun": ">=1.3.14"
|
|
38
38
|
},
|
|
39
39
|
"optionalDependencies": {
|
|
40
|
-
"@woml-org/cli-darwin-x64": "1.0.
|
|
41
|
-
"@woml-org/cli-darwin-arm64": "1.0.
|
|
42
|
-
"@woml-org/cli-win32-x64-msvc": "1.0.
|
|
43
|
-
"@woml-org/cli-win32-arm64-msvc": "1.0.
|
|
44
|
-
"@woml-org/cli-linux-x64-gnu": "1.0.
|
|
45
|
-
"@woml-org/cli-linux-arm64-gnu": "1.0.
|
|
40
|
+
"@woml-org/cli-darwin-x64": "1.0.7",
|
|
41
|
+
"@woml-org/cli-darwin-arm64": "1.0.7",
|
|
42
|
+
"@woml-org/cli-win32-x64-msvc": "1.0.7",
|
|
43
|
+
"@woml-org/cli-win32-arm64-msvc": "1.0.7",
|
|
44
|
+
"@woml-org/cli-linux-x64-gnu": "1.0.7",
|
|
45
|
+
"@woml-org/cli-linux-arm64-gnu": "1.0.7"
|
|
46
46
|
}
|
|
47
47
|
}
|