@cocreate/cli 1.38.0 → 1.39.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +61 -61
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.39.1](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.39.0...v1.39.1) (2023-08-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump dependencies ([77f5acf](https://github.com/CoCreate-app/CoCreate-cli/commit/77f5acf357b68738a15c75f29ca79f435df8596a))
7
+
8
+ # [1.39.0](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.38.0...v1.39.0) (2023-08-21)
9
+
10
+
11
+ ### Features
12
+
13
+ * Update cocreate dependencies for the latest features and bug fixes ([6019645](https://github.com/CoCreate-app/CoCreate-cli/commit/6019645ffdb5914a2aa3415e337b8792d48960e0))
14
+
1
15
  # [1.38.0](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.37.0...v1.38.0) (2023-08-21)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,63 +1,63 @@
1
1
  {
2
- "name": "@cocreate/cli",
3
- "version": "1.38.0",
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
- "keywords": [
6
- "cli",
7
- "cocreate",
8
- "low-code-framework",
9
- "no-code-framework",
10
- "cocreatejs",
11
- "cocreatejs-component",
12
- "cocreate-framework",
13
- "no-code",
14
- "low-code",
15
- "collaborative-framework",
16
- "realtime",
17
- "realtime-framework",
18
- "collaboration",
19
- "shared-editing",
20
- "html5-framework",
21
- "javascript-framework"
22
- ],
23
- "publishConfig": {
24
- "access": "public"
25
- },
26
- "scripts": {
27
- "test": "echo \"Error: no test specified\" && exit 1",
28
- "automated": "nodejs src/commands/fs/automated.js",
29
- "bump": "node src/commands/fs/bump.js",
30
- "config": "nodejs src/commands/fs/config.js",
31
- "contribution": "nodejs src/commands/fs/contribution.js",
32
- "gitignore": "nodejs src/commands/fs/gitignore.js",
33
- "manual": "nodejs src/commands/fs/manual.js",
34
- "package": "nodejs src/commands/fs/package.js",
35
- "readme": "nodejs src/commands/fs/readme.js",
36
- "webpack": "nodejs src/commands/fs/webpack.js",
37
- "permissions": "chmod +rwx /home/ubuntu/.nvm/versions/node/v19.8.1/bin/coc"
38
- },
39
- "repository": {
40
- "type": "git",
41
- "url": "git+https://github.com/CoCreate-app/CoCreate-cli.git"
42
- },
43
- "author": "CoCreate LLC",
44
- "license": "MIT",
45
- "bugs": {
46
- "url": "https://github.com/CoCreate-app/CoCreate-cli/issues"
47
- },
48
- "homepage": "https://cocreate.app/docs/cli",
49
- "funding": {
50
- "type": "GitHub Sponsors ❤",
51
- "url": "https://github.com/sponsors/CoCreate-app"
52
- },
53
- "main": "src/commands/index.js",
54
- "bin": {
55
- "coc": "src/coc.js"
56
- },
57
- "dependencies": {
58
- "@cocreate/config": "^1.2.0",
59
- "@cocreate/file": "^1.4.0",
60
- "glob": "^7.1.7",
61
- "prettier": "^2.3.2"
62
- }
2
+ "name": "@cocreate/cli",
3
+ "version": "1.39.1",
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
+ "keywords": [
6
+ "cli",
7
+ "cocreate",
8
+ "low-code-framework",
9
+ "no-code-framework",
10
+ "cocreatejs",
11
+ "cocreatejs-component",
12
+ "cocreate-framework",
13
+ "no-code",
14
+ "low-code",
15
+ "collaborative-framework",
16
+ "realtime",
17
+ "realtime-framework",
18
+ "collaboration",
19
+ "shared-editing",
20
+ "html5-framework",
21
+ "javascript-framework"
22
+ ],
23
+ "publishConfig": {
24
+ "access": "public"
25
+ },
26
+ "scripts": {
27
+ "test": "echo \"Error: no test specified\" && exit 1",
28
+ "automated": "nodejs src/commands/fs/automated.js",
29
+ "bump": "node src/commands/fs/bump.js",
30
+ "config": "nodejs src/commands/fs/config.js",
31
+ "contribution": "nodejs src/commands/fs/contribution.js",
32
+ "gitignore": "nodejs src/commands/fs/gitignore.js",
33
+ "manual": "nodejs src/commands/fs/manual.js",
34
+ "package": "nodejs src/commands/fs/package.js",
35
+ "readme": "nodejs src/commands/fs/readme.js",
36
+ "webpack": "nodejs src/commands/fs/webpack.js",
37
+ "permissions": "chmod +rwx /home/ubuntu/.nvm/versions/node/v19.8.1/bin/coc"
38
+ },
39
+ "repository": {
40
+ "type": "git",
41
+ "url": "git+https://github.com/CoCreate-app/CoCreate-cli.git"
42
+ },
43
+ "author": "CoCreate LLC",
44
+ "license": "MIT",
45
+ "bugs": {
46
+ "url": "https://github.com/CoCreate-app/CoCreate-cli/issues"
47
+ },
48
+ "homepage": "https://cocreate.app/docs/cli",
49
+ "funding": {
50
+ "type": "GitHub Sponsors ❤",
51
+ "url": "https://github.com/sponsors/CoCreate-app"
52
+ },
53
+ "main": "src/commands/index.js",
54
+ "bin": {
55
+ "coc": "src/coc.js"
56
+ },
57
+ "dependencies": {
58
+ "@cocreate/config": "^1.5.0",
59
+ "@cocreate/file": "^1.6.1",
60
+ "glob": "^7.1.7",
61
+ "prettier": "^2.3.2"
62
+ }
63
63
  }