@cocreate/cli 1.12.18 → 1.12.22
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 +28 -0
- package/README.md +1 -0
- package/package.json +3 -3
- package/src/commands/fs/contribution.js +1 -0
- package/src/commands/fs/readme.js +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
## [1.12.22](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.21...v1.12.22) (2021-11-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update dependencies ([21b85b9](https://github.com/CoCreate-app/CoCreate-cli/commit/21b85b93bee5cd3925a0f48e09e75612f4909cb0))
|
|
7
|
+
|
|
8
|
+
## [1.12.21](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.20...v1.12.21) (2021-11-15)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* update dependencies ([c42359f](https://github.com/CoCreate-app/CoCreate-cli/commit/c42359fc856f211a3916a3ef5286d51a2279f2b7))
|
|
14
|
+
|
|
15
|
+
## [1.12.20](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.19...v1.12.20) (2021-11-11)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* update readme ([18d377b](https://github.com/CoCreate-app/CoCreate-cli/commit/18d377b8110e206ea6d1ead0790ecb8ec5f84014))
|
|
21
|
+
|
|
22
|
+
## [1.12.19](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.18...v1.12.19) (2021-11-06)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* update dependencies ([118980b](https://github.com/CoCreate-app/CoCreate-cli/commit/118980b175e727553e7bf1381a9e88f211096a64))
|
|
28
|
+
|
|
1
29
|
## [1.12.18](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.17...v1.12.18) (2021-11-04)
|
|
2
30
|
|
|
3
31
|
|
package/README.md
CHANGED
|
@@ -69,6 +69,7 @@ We want this library to be community-driven, and CoCreate led. We need your help
|
|
|
69
69
|
We appreciate your continued support, thank you!
|
|
70
70
|
|
|
71
71
|
|
|
72
|
+
<a name="license"></a>
|
|
72
73
|
# License
|
|
73
74
|
|
|
74
75
|
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-cli/blob/master/LICENSE)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/cli",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.22",
|
|
4
4
|
"description": "A simple cli component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
|
|
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.
|
|
74
|
-
"@cocreate/hosting": "^1.2.
|
|
73
|
+
"@cocreate/docs": "^1.2.50",
|
|
74
|
+
"@cocreate/hosting": "^1.2.45",
|
|
75
75
|
"colors": "latest",
|
|
76
76
|
"glob": "^7.1.7",
|
|
77
77
|
"got": "latest",
|
|
@@ -120,6 +120,7 @@ We want this library to be community-driven, and CoCreate led. We need your help
|
|
|
120
120
|
We appreciate your continued support, thank you!
|
|
121
121
|
|
|
122
122
|
|
|
123
|
+
<a name="license"></a>
|
|
123
124
|
# License
|
|
124
125
|
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-${shortName}/blob/master/LICENSE)
|
|
125
126
|
|
|
@@ -120,6 +120,7 @@ We want this library to be community-driven, and CoCreate led. We need your help
|
|
|
120
120
|
We appreciate your continued support, thank you!
|
|
121
121
|
|
|
122
122
|
|
|
123
|
+
<a name="license"></a>
|
|
123
124
|
# License
|
|
124
125
|
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-${shortName}/blob/master/LICENSE)
|
|
125
126
|
|