@toptal/davinci 20.3.3-alpha-fx-3043-live-edit-source-code.3 → 21.0.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 +21 -0
- package/dist-package/package.json +42 -0
- package/package.json +11 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 21.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#1578](https://github.com/toptal/davinci/pull/1578) [`e602ae7e`](https://github.com/toptal/davinci/commit/e602ae7edc7d075a4192052d6c04868f08fea0a7) Thanks [@augustobmoura](https://github.com/augustobmoura)! - ---
|
|
8
|
+
|
|
9
|
+
- change the main way of davinci commands working to davinci-by-parts: instead of a single `davinci` command, CLI users now have to use Davinci sub-packages commands directly
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`e602ae7e`](https://github.com/toptal/davinci/commit/e602ae7edc7d075a4192052d6c04868f08fea0a7)]:
|
|
14
|
+
- @toptal/davinci-cli-shared@1.8.0
|
|
15
|
+
- @toptal/davinci-bootstrap@3.4.3
|
|
16
|
+
- @toptal/davinci-ci@2.0.11
|
|
17
|
+
- @toptal/davinci-code@1.6.4
|
|
18
|
+
- @toptal/davinci-monorepo@6.6.7
|
|
19
|
+
- @toptal/davinci-qa@12.1.3
|
|
20
|
+
- @toptal/davinci-syntax@16.2.1
|
|
21
|
+
- @toptal/davinci-workflow@1.11.15
|
|
22
|
+
- @toptal/davinci-graphql-codegen@0.2.15
|
|
23
|
+
|
|
3
24
|
## 20.3.2
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@toptal/davinci",
|
|
3
|
+
"version": "21.0.0",
|
|
4
|
+
"description": "Davinci CLI",
|
|
5
|
+
"publishConfig": {
|
|
6
|
+
"access": "public"
|
|
7
|
+
},
|
|
8
|
+
"keywords": [
|
|
9
|
+
"front-end",
|
|
10
|
+
"cli"
|
|
11
|
+
],
|
|
12
|
+
"author": "Toptal",
|
|
13
|
+
"homepage": "https://github.com/toptal/davinci/tree/master/packages/davinci#readme",
|
|
14
|
+
"license": "ISC",
|
|
15
|
+
"main": "bin/davinci.js",
|
|
16
|
+
"bin": {
|
|
17
|
+
"davinci": "bin/davinci.js"
|
|
18
|
+
},
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "git+https://github.com/toptal/davinci.git"
|
|
22
|
+
},
|
|
23
|
+
"scripts": {
|
|
24
|
+
"build:package": "../../bin/build-package.js",
|
|
25
|
+
"prepublishOnly": "../../bin/prepublish.js",
|
|
26
|
+
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
27
|
+
},
|
|
28
|
+
"bugs": {
|
|
29
|
+
"url": "https://github.com/toptal/davinci/issues"
|
|
30
|
+
},
|
|
31
|
+
"dependencies": {
|
|
32
|
+
"@toptal/davinci-bootstrap": "3.4.3",
|
|
33
|
+
"@toptal/davinci-ci": "2.0.11",
|
|
34
|
+
"@toptal/davinci-cli-shared": "1.8.0",
|
|
35
|
+
"@toptal/davinci-code": "1.6.4",
|
|
36
|
+
"@toptal/davinci-graphql-codegen": "0.2.15",
|
|
37
|
+
"@toptal/davinci-monorepo": "6.6.7",
|
|
38
|
+
"@toptal/davinci-qa": "12.1.3",
|
|
39
|
+
"@toptal/davinci-syntax": "16.2.1",
|
|
40
|
+
"@toptal/davinci-workflow": "1.11.15"
|
|
41
|
+
}
|
|
42
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "21.0.0",
|
|
4
4
|
"description": "Davinci CLI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -29,16 +29,14 @@
|
|
|
29
29
|
"url": "https://github.com/toptal/davinci/issues"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@toptal/davinci-bootstrap": "3.4.3
|
|
33
|
-
"@toptal/davinci-ci": "2.0.11
|
|
34
|
-
"@toptal/davinci-cli-shared": "1.
|
|
35
|
-
"@toptal/davinci-code": "1.6.4
|
|
36
|
-
"@toptal/davinci-
|
|
37
|
-
"@toptal/davinci-
|
|
38
|
-
"@toptal/davinci-
|
|
39
|
-
"@toptal/davinci-
|
|
40
|
-
"@toptal/davinci-
|
|
41
|
-
|
|
42
|
-
},
|
|
43
|
-
"gitHead": "035107574f40d5fe45939e734e0ea1639208de02"
|
|
32
|
+
"@toptal/davinci-bootstrap": "3.4.3",
|
|
33
|
+
"@toptal/davinci-ci": "2.0.11",
|
|
34
|
+
"@toptal/davinci-cli-shared": "1.8.0",
|
|
35
|
+
"@toptal/davinci-code": "1.6.4",
|
|
36
|
+
"@toptal/davinci-graphql-codegen": "0.2.15",
|
|
37
|
+
"@toptal/davinci-monorepo": "6.6.7",
|
|
38
|
+
"@toptal/davinci-qa": "12.1.3",
|
|
39
|
+
"@toptal/davinci-syntax": "16.2.1",
|
|
40
|
+
"@toptal/davinci-workflow": "1.11.15"
|
|
41
|
+
}
|
|
44
42
|
}
|