@cocreate/cli 1.33.2 → 1.33.3
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 +7 -0
- package/CoCreate.config.js +7 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.33.3](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.33.2...v1.33.3) (2023-06-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* postintall error ([b255b5c](https://github.com/CoCreate-app/CoCreate-cli/commit/b255b5cf83f9af59994c40b7da966e17f94a8cf5))
|
|
7
|
+
|
|
1
8
|
## [1.33.2](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.33.1...v1.33.2) (2023-06-11)
|
|
2
9
|
|
|
3
10
|
|
package/CoCreate.config.js
CHANGED
|
@@ -416,11 +416,6 @@ module.exports = {
|
|
|
416
416
|
},
|
|
417
417
|
|
|
418
418
|
|
|
419
|
-
|
|
420
|
-
// {
|
|
421
|
-
// 'path': '../CoCreateWS',
|
|
422
|
-
// 'repo': 'github.com/CoCreate-app/CoCreateWS.git'
|
|
423
|
-
// },
|
|
424
419
|
// {
|
|
425
420
|
// 'path': '../CoCreateApi',
|
|
426
421
|
// 'repo': 'github.com/CoCreate-app/CoCreateApi.git'
|
|
@@ -432,7 +427,13 @@ module.exports = {
|
|
|
432
427
|
// },
|
|
433
428
|
|
|
434
429
|
|
|
435
|
-
//
|
|
430
|
+
// Server
|
|
431
|
+
{
|
|
432
|
+
'path': '../CoCreateWS',
|
|
433
|
+
'repo': 'github.com/CoCreate-app/CoCreateWS.git'
|
|
434
|
+
},
|
|
435
|
+
|
|
436
|
+
// Server Components
|
|
436
437
|
{
|
|
437
438
|
'path': '../CoCreate-authenticate',
|
|
438
439
|
'repo': 'github.com/CoCreate-app/CoCreate-authenticate.git'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/cli",
|
|
3
|
-
"version": "1.33.
|
|
3
|
+
"version": "1.33.3",
|
|
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",
|