@cocreate/cli 1.42.2 → 1.42.4
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 +15 -0
- package/CoCreate.config.js +0 -8
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [1.42.4](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.42.3...v1.42.4) (2023-10-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* bump dependencies ([301d365](https://github.com/CoCreate-app/CoCreate-cli/commit/301d3654e0e210a23e261e61df6ee040820f1183))
|
|
7
|
+
|
|
8
|
+
## [1.42.3](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.42.2...v1.42.3) (2023-10-19)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* removed '@cocreate/message' client and server ([62e3e5e](https://github.com/CoCreate-app/CoCreate-cli/commit/62e3e5e632d12c6d8cf2ad5a4f4de0d1976fb800))
|
|
14
|
+
* removed '@cocreate/message' client and server ([9f71217](https://github.com/CoCreate-app/CoCreate-cli/commit/9f71217857c9731e20fc34d39ebc79ed03b7204c))
|
|
15
|
+
|
|
1
16
|
## [1.42.2](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.42.1...v1.42.2) (2023-10-09)
|
|
2
17
|
|
|
3
18
|
|
package/CoCreate.config.js
CHANGED
|
@@ -149,10 +149,6 @@ module.exports = {
|
|
|
149
149
|
"path": "../CoCreate-link",
|
|
150
150
|
"repo": "github.com/CoCreate-app/CoCreate-link.git"
|
|
151
151
|
},
|
|
152
|
-
{
|
|
153
|
-
"path": "../CoCreate-message-client",
|
|
154
|
-
"repo": "github.com/CoCreate-app/CoCreate-message-client.git"
|
|
155
|
-
},
|
|
156
152
|
{
|
|
157
153
|
"path": "../CoCreate-modal",
|
|
158
154
|
"repo": "github.com/CoCreate-app/CoCreate-modal.git"
|
|
@@ -401,10 +397,6 @@ module.exports = {
|
|
|
401
397
|
"path": "../CoCreate-loadtest",
|
|
402
398
|
"repo": "github.com/CoCreate-app/CoCreate-loadtest.git"
|
|
403
399
|
},
|
|
404
|
-
{
|
|
405
|
-
"path": "../CoCreate-message-server",
|
|
406
|
-
"repo": "github.com/CoCreate-app/CoCreate-message-server.git"
|
|
407
|
-
},
|
|
408
400
|
{
|
|
409
401
|
"path": "../CoCreate-metrics-server",
|
|
410
402
|
"repo": "github.com/CoCreate-app/CoCreate-metrics-server.git"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/cli",
|
|
3
|
-
"version": "1.42.
|
|
3
|
+
"version": "1.42.4",
|
|
4
4
|
"description": "Polyrepo management bash CLI tool. Run all git commands and yarn commands on multiple repositories. Also includes a few custom macros for cloning, installing, etc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"coc": "src/coc.js"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@cocreate/config": "^1.6.
|
|
59
|
-
"@cocreate/file": "^1.9.
|
|
58
|
+
"@cocreate/config": "^1.6.5",
|
|
59
|
+
"@cocreate/file": "^1.9.8",
|
|
60
60
|
"glob": "^7.1.7",
|
|
61
61
|
"prettier": "^2.3.2"
|
|
62
62
|
}
|