microfox 1.1.5 → 1.2.0
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/CHANGELOG.md +18 -0
- package/dist/cli.js +26814 -26510
- package/dist/cli.js.map +1 -1
- package/dist/cli.mjs +26189 -25885
- package/dist/cli.mjs.map +1 -1
- package/package.json +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @microfox/cli
|
|
2
2
|
|
|
3
|
+
## 1.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- f81596c: grouped deployments of project
|
|
8
|
+
|
|
9
|
+
## 1.1.7
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 9c83186: patch update
|
|
14
|
+
|
|
15
|
+
## 1.1.6
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 7d48d17: added ai-worker-cli intergration
|
|
20
|
+
|
|
3
21
|
## 1.1.5
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|