@cocreate/cli 1.40.0 → 1.41.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 CHANGED
@@ -1,3 +1,18 @@
1
+ # [1.41.0](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.40.1...v1.41.0) (2023-09-19)
2
+
3
+
4
+ ### Features
5
+
6
+ * bump dependencies for there latest features ([b032206](https://github.com/CoCreate-app/CoCreate-cli/commit/b032206eecfd7eefda034a4a18954f6f480826f7))
7
+
8
+ ## [1.40.1](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.40.0...v1.40.1) (2023-09-18)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Add path and pathname ([dd625ef](https://github.com/CoCreate-app/CoCreate-cli/commit/dd625ef2f6fcbf95c168810fc9b40489890611cb))
14
+ * Update dCoCreate dpendencies to latest versions ([b5f56cb](https://github.com/CoCreate-app/CoCreate-cli/commit/b5f56cb54d4f6cc355dc00678927a5167cbde3be))
15
+
1
16
  # [1.40.0](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.39.4...v1.40.0) (2023-09-07)
2
17
 
3
18
 
@@ -8,16 +8,15 @@ module.exports = {
8
8
  "object": {
9
9
  "_id": "637ca36250234ef1671ce30f",
10
10
  "name": "index.html",
11
- "path": "/docs/cli/index.html",
11
+ "path": "/docs/cli",
12
+ "pathname": "/docs/cli/index.html",
12
13
  "src": "{{./docs/index.html}}",
13
14
  "host": [
14
15
  "*"
15
16
  ],
16
- "directory": "/docs/cli",
17
- "parentDirectory": "{{parentDirectory}}",
17
+ "directory": "cli",
18
18
  "content-type": "{{content-type}}",
19
- "public": "true",
20
- "website_id": "644d4bff8036fb9d1d1fd69c"
19
+ "public": "true"
21
20
  }
22
21
  }
23
22
  ],
package/docs/index.html CHANGED
@@ -271,7 +271,6 @@
271
271
  </div>
272
272
  </div>
273
273
  </main>
274
- <script src="/apikey.js"></script>
275
274
  <script src="https://CoCreate.app/dist/CoCreate.js"></script>
276
275
  </body>
277
276
  </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/cli",
3
- "version": "1.40.0",
3
+ "version": "1.41.0",
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.5.0",
59
- "@cocreate/file": "^1.6.1",
58
+ "@cocreate/config": "^1.5.2",
59
+ "@cocreate/file": "^1.7.3",
60
60
  "glob": "^7.1.7",
61
61
  "prettier": "^2.3.2"
62
62
  }
@@ -37,16 +37,15 @@ function update(MdPath) {
37
37
  "object": {
38
38
  "_id": "${object}",
39
39
  "name": "index.html",
40
- "path": "/docs/${name}/index.html",
40
+ "path": "/docs/${name}",
41
+ "pathname": "/docs/${name}/index.html",
41
42
  "src": "{{./docs/index.html}}",
42
43
  "host": [
43
44
  "general.cocreate.app"
44
45
  ],
45
- "directory": "/docs/${name}",
46
- "parentDirectory": "{{parentDirectory}}",
46
+ "directory": "${name}",
47
47
  "content-type": "{{content-type}}",
48
- "public": "true",
49
- "website_id": "644d4bff8036fb9d1d1fd69c"
48
+ "public": "true"
50
49
  }
51
50
  }
52
51
  ]