@cocreate/cli 1.14.6 → 1.14.8
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 +14 -0
- package/package.json +2 -3
- package/repositories.js +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.14.8](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.14.7...v1.14.8) (2022-12-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* add missing dev dependency style-loader ([12b3e4c](https://github.com/CoCreate-app/CoCreate-cli/commit/12b3e4c1cbcb4e56e44b2bd5538dcc92ca1cc359))
|
|
7
|
+
|
|
8
|
+
## [1.14.7](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.14.6...v1.14.7) (2022-12-13)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* removed un used devDependencies ([01dc36c](https://github.com/CoCreate-app/CoCreate-cli/commit/01dc36caf8de76fcc848db4a67e3942b2a0232e9))
|
|
14
|
+
|
|
1
15
|
## [1.14.6](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.14.5...v1.14.6) (2022-12-13)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/cli",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.8",
|
|
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",
|
|
@@ -63,9 +63,8 @@
|
|
|
63
63
|
"babel-loader": "^8.1.0",
|
|
64
64
|
"clean-webpack-plugin": "^3.0.0",
|
|
65
65
|
"file-loader": "^6.2.0",
|
|
66
|
-
"html-webpack-plugin": "^4.5.0",
|
|
67
66
|
"mini-css-extract-plugin": "^1.5.0",
|
|
68
|
-
"style-loader": "^
|
|
67
|
+
"style-loader": "^3.3.1",
|
|
69
68
|
"terser-webpack-plugin": "^5.1.1",
|
|
70
69
|
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
71
70
|
"webpack": "^5.24.4",
|
package/repositories.js
CHANGED
|
@@ -194,10 +194,6 @@ module.exports = [
|
|
|
194
194
|
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-rich-text',
|
|
195
195
|
'repo': 'github.com/CoCreate-app/CoCreate-rich-text.git'
|
|
196
196
|
},
|
|
197
|
-
{
|
|
198
|
-
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-room',
|
|
199
|
-
'repo': 'github.com/CoCreate-app/CoCreate-room.git'
|
|
200
|
-
},
|
|
201
197
|
{
|
|
202
198
|
'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-scroll',
|
|
203
199
|
'repo': 'github.com/CoCreate-app/CoCreate-scroll.git'
|