@cocreate/cli 1.12.43 → 1.12.46

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,24 @@
1
+ ## [1.12.46](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.45...v1.12.46) (2022-05-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump all dependencies ([de2eb9e](https://github.com/CoCreate-app/CoCreate-cli/commit/de2eb9e0d8d30ca1c43fbb0cffb7f42541016a14))
7
+
8
+ ## [1.12.45](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.44...v1.12.45) (2022-05-19)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update document_id on link index.css ([6ded177](https://github.com/CoCreate-app/CoCreate-cli/commit/6ded17713f041110ae571f778f0404004b2c7f14))
14
+
15
+ ## [1.12.44](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.43...v1.12.44) (2022-05-06)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * update config organization_Id to organization_id ([1c38097](https://github.com/CoCreate-app/CoCreate-cli/commit/1c380977c2d7574570e0de42ac33f70f6f4f71b5))
21
+
1
22
  ## [1.12.43](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.42...v1.12.43) (2022-03-11)
2
23
 
3
24
 
@@ -1,7 +1,7 @@
1
1
  module.exports = {
2
2
  "config": {
3
3
  "apiKey": "2061acef-0451-4545-f754-60cf8160",
4
- "organization_Id": "5ff747727005da1c272740ab",
4
+ "organization_id": "5ff747727005da1c272740ab",
5
5
  "host": "general.cocreate.app"
6
6
  },
7
7
 
package/docs/index.html CHANGED
@@ -10,7 +10,7 @@
10
10
  <meta name="keywords" content="helper classes, utility classes, css framework, css library, inline style classes" />
11
11
  <meta name="robots" content="index,follow" />
12
12
 
13
- <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true" />
13
+ <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="62827d7e8082ce05b081430b" name="src" type="text/css" save="true" />
14
14
 
15
15
  </head>
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/cli",
3
- "version": "1.12.43",
3
+ "version": "1.12.46",
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",
@@ -70,8 +70,8 @@
70
70
  "webpack-log": "^3.0.1"
71
71
  },
72
72
  "dependencies": {
73
- "@cocreate/docs": "^1.2.69",
74
- "@cocreate/hosting": "^1.2.64",
73
+ "@cocreate/docs": "^1.3.1",
74
+ "@cocreate/hosting": "^1.3.1",
75
75
  "colors": "latest",
76
76
  "glob": "^7.1.7",
77
77
  "got": "latest",
@@ -28,7 +28,7 @@ function update(MdPath) {
28
28
  let fileContent = `module.exports = {
29
29
  "config": {
30
30
  "apiKey": "2061acef-0451-4545-f754-60cf8160",
31
- "organization_Id": "5ff747727005da1c272740ab",
31
+ "organization_id": "5ff747727005da1c272740ab",
32
32
  "host": "general.cocreate.app"
33
33
  },
34
34