@toptal/davinci 20.1.1 → 20.1.3-alpha-update-cypress.2
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 +16 -0
- package/package.json +13 -12
- package/dist-package/package.json +0 -43
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 20.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`9b67beb3`](https://github.com/toptal/davinci/commit/9b67beb3aaf0e24193b2deaba3126c41e3ec9280), [`04fe7ffa`](https://github.com/toptal/davinci/commit/04fe7ffa161027d081c6ae870716bb06a2fcf73f), [`9b67beb3`](https://github.com/toptal/davinci/commit/9b67beb3aaf0e24193b2deaba3126c41e3ec9280)]:
|
|
8
|
+
- @toptal/davinci-cli-shared@1.7.0
|
|
9
|
+
- @toptal/davinci-qa@12.0.3
|
|
10
|
+
- @toptal/davinci-bootstrap@3.4.1
|
|
11
|
+
- @toptal/davinci-ci@2.0.10
|
|
12
|
+
- @toptal/davinci-code@1.6.3
|
|
13
|
+
- @toptal/davinci-engine@7.4.7
|
|
14
|
+
- @toptal/davinci-monorepo@6.6.6
|
|
15
|
+
- @toptal/davinci-syntax@16.1.2
|
|
16
|
+
- @toptal/davinci-workflow@1.11.13
|
|
17
|
+
- @toptal/davinci-graphql-codegen@0.2.14
|
|
18
|
+
|
|
3
19
|
## 20.1.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci",
|
|
3
|
-
"version": "20.1.
|
|
3
|
+
"version": "20.1.3-alpha-update-cypress.2+14a7c055",
|
|
4
4
|
"description": "Davinci CLI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -29,15 +29,16 @@
|
|
|
29
29
|
"url": "https://github.com/toptal/davinci/issues"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@toptal/davinci-bootstrap": "3.4.
|
|
33
|
-
"@toptal/davinci-ci": "2.0.
|
|
34
|
-
"@toptal/davinci-cli-shared": "1.
|
|
35
|
-
"@toptal/davinci-code": "1.6.2",
|
|
36
|
-
"@toptal/davinci-
|
|
37
|
-
"@toptal/davinci-
|
|
38
|
-
"@toptal/davinci-
|
|
39
|
-
"@toptal/davinci-
|
|
40
|
-
"@toptal/davinci-
|
|
41
|
-
"@toptal/davinci-workflow": "1.11.
|
|
42
|
-
}
|
|
32
|
+
"@toptal/davinci-bootstrap": "3.4.2-alpha-update-cypress.2+14a7c055",
|
|
33
|
+
"@toptal/davinci-ci": "2.0.11-alpha-update-cypress.2+14a7c055",
|
|
34
|
+
"@toptal/davinci-cli-shared": "1.7.1-alpha-update-cypress.2+14a7c055",
|
|
35
|
+
"@toptal/davinci-code": "1.6.4-alpha-update-cypress.2+14a7c055",
|
|
36
|
+
"@toptal/davinci-engine": "7.4.8-alpha-update-cypress.2+14a7c055",
|
|
37
|
+
"@toptal/davinci-graphql-codegen": "0.2.15-alpha-update-cypress.2+14a7c055",
|
|
38
|
+
"@toptal/davinci-monorepo": "6.6.7-alpha-update-cypress.2+14a7c055",
|
|
39
|
+
"@toptal/davinci-qa": "12.0.4-alpha-update-cypress.2+14a7c055",
|
|
40
|
+
"@toptal/davinci-syntax": "16.1.3-alpha-update-cypress.2+14a7c055",
|
|
41
|
+
"@toptal/davinci-workflow": "1.11.14-alpha-update-cypress.2+14a7c055"
|
|
42
|
+
},
|
|
43
|
+
"gitHead": "14a7c05537b0c44bd97d9f795d6618b145d46f35"
|
|
43
44
|
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@toptal/davinci",
|
|
3
|
-
"version": "20.1.1",
|
|
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.0",
|
|
33
|
-
"@toptal/davinci-ci": "2.0.9",
|
|
34
|
-
"@toptal/davinci-cli-shared": "1.6.0",
|
|
35
|
-
"@toptal/davinci-code": "1.6.2",
|
|
36
|
-
"@toptal/davinci-graphql-codegen": "0.2.13",
|
|
37
|
-
"@toptal/davinci-engine": "7.4.6",
|
|
38
|
-
"@toptal/davinci-qa": "12.0.2",
|
|
39
|
-
"@toptal/davinci-syntax": "16.1.1",
|
|
40
|
-
"@toptal/davinci-monorepo": "6.6.5",
|
|
41
|
-
"@toptal/davinci-workflow": "1.11.12"
|
|
42
|
-
}
|
|
43
|
-
}
|