@toptal/davinci-monorepo 6.6.4 → 6.6.6
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/README.md +4 -2
- package/dist-package/package.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @toptal/davinci-monorepo
|
|
2
2
|
|
|
3
|
+
## 6.6.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`9b67beb3`](https://github.com/toptal/davinci/commit/9b67beb3aaf0e24193b2deaba3126c41e3ec9280), [`04fe7ffa`](https://github.com/toptal/davinci/commit/04fe7ffa161027d081c6ae870716bb06a2fcf73f)]:
|
|
8
|
+
- @toptal/davinci-cli-shared@1.7.0
|
|
9
|
+
|
|
10
|
+
## 6.6.5
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [#1541](https://github.com/toptal/davinci/pull/1541) [`397a53c9`](https://github.com/toptal/davinci/commit/397a53c9add9f7e8d485648b51cd22676d97c78f) Thanks [@TomasSlama](https://github.com/TomasSlama)! - ---
|
|
15
|
+
- Update documentation about prefering individual davinci packages usage
|
|
16
|
+
|
|
3
17
|
## 6.6.4
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Helps with manipulating and analyzing a monorepo project.
|
|
|
4
4
|
|
|
5
5
|
## Usage
|
|
6
6
|
|
|
7
|
-
Use it by installing `yarn add @toptal/davinci` in your project.
|
|
7
|
+
Use it by installing `yarn add @toptal/davinci-monorepo` in your project.
|
|
8
8
|
|
|
9
9
|
#### Commands
|
|
10
10
|
|
|
@@ -12,4 +12,6 @@ Use it by installing `yarn add @toptal/davinci` in your project.
|
|
|
12
12
|
|
|
13
13
|
#### Alias
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
You can use davinci monorepo both as a standalone command `davinci-monorepo [...args]`
|
|
16
|
+
or as a sub-command of the davinci command: `davinci monorepo [args...]`, in this case @toptal/davinci package is required.
|
|
17
|
+
Recommended way is to use individual davinci packages, i.e. `davinci-monorepo help`.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-monorepo",
|
|
3
|
-
"version": "6.6.
|
|
3
|
+
"version": "6.6.6",
|
|
4
4
|
"description": "Monorepo utility tools",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"url": "https://github.com/toptal/davinci/issues"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@toptal/davinci-cli-shared": "1.
|
|
31
|
+
"@toptal/davinci-cli-shared": "1.7.0",
|
|
32
32
|
"glob": "^8.0.3",
|
|
33
33
|
"execa": "^5.1.1"
|
|
34
34
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-monorepo",
|
|
3
|
-
"version": "6.6.
|
|
3
|
+
"version": "6.6.6",
|
|
4
4
|
"description": "Monorepo utility tools",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"url": "https://github.com/toptal/davinci/issues"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@toptal/davinci-cli-shared": "1.
|
|
31
|
+
"@toptal/davinci-cli-shared": "1.7.0",
|
|
32
32
|
"glob": "^8.0.3",
|
|
33
33
|
"execa": "^5.1.1"
|
|
34
34
|
}
|