@cocreate/cli 1.14.29 → 1.14.30

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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.14.30](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.14.29...v1.14.30) (2023-02-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add CoCreate-actions to repo list ([79e576e](https://github.com/CoCreate-app/CoCreate-cli/commit/79e576ebe9484d97dd9b1e62546da8d8f496d9f9))
7
+
1
8
  ## [1.14.29](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.14.28...v1.14.29) (2023-02-01)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/cli",
3
- "version": "1.14.29",
3
+ "version": "1.14.30",
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",
package/repositories.js CHANGED
@@ -78,13 +78,17 @@ module.exports = [
78
78
  'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-element-config',
79
79
  'repo': 'github.com/CoCreate-app/CoCreate-element-config.git'
80
80
  },
81
+ {
82
+ 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-element-prototype',
83
+ 'repo': 'github.com/CoCreate-app/CoCreate-element-prototype.git'
84
+ },
81
85
  {
82
86
  'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-elements',
83
87
  'repo': 'github.com/CoCreate-app/CoCreate-elements.git'
84
88
  },
85
89
  {
86
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-element-prototype',
87
- 'repo': 'github.com/CoCreate-app/CoCreate-element-prototype.git'
90
+ 'path': '../CoCreate-components/CoCreate-events',
91
+ 'repo': 'github.com/CoCreate-app/CoCreate-events.git'
88
92
  },
89
93
  {
90
94
  'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-fetch',
@@ -234,10 +238,10 @@ module.exports = [
234
238
  'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-text',
235
239
  'repo': 'github.com/CoCreate-app/CoCreate-text.git'
236
240
  },
237
- {
238
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-toggle',
239
- 'repo': 'github.com/CoCreate-app/CoCreate-toggle.git'
240
- },
241
+ // {
242
+ // 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-toggle',
243
+ // 'repo': 'github.com/CoCreate-app/CoCreate-toggle.git'
244
+ // },
241
245
  {
242
246
  'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-toolbar',
243
247
  'repo': 'github.com/CoCreate-app/CoCreate-toolbar.git'