@toptal/davinci 20.0.2 → 20.1.1-alpha-fx-2996-add-error-message-for-missing-engine.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 CHANGED
@@ -1,5 +1,40 @@
1
1
  # Change Log
2
2
 
3
+ ## 20.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1534](https://github.com/toptal/davinci/pull/1534) [`aae768aa`](https://github.com/toptal/davinci/commit/aae768aa5d913b99441e717f5f586f73d525e820) Thanks [@augustobmoura](https://github.com/augustobmoura)! - - prefer local cache when bootstrapping a new Davinci project
8
+
9
+ ### Patch Changes
10
+
11
+ - [#1527](https://github.com/toptal/davinci/pull/1527) [`3a22484d`](https://github.com/toptal/davinci/commit/3a22484df28d116d8905718e91c1d62d77d46d16) Thanks [@LashaJini](https://github.com/LashaJini)! - ---
12
+
13
+ - Remove `@toptal/davinci` from dev dependencies in skeleton
14
+ - Add to dev dependencies in skeleton
15
+ - `@toptal/davinci-engine`
16
+ - `@toptal/davinci-qa`
17
+ - `@toptal/davinci-syntax`
18
+ - `@toptal/davinci-code`
19
+ - `@toptal/davinci-ci`
20
+
21
+ - Updated dependencies [[`3a22484d`](https://github.com/toptal/davinci/commit/3a22484df28d116d8905718e91c1d62d77d46d16), [`c84ae4c9`](https://github.com/toptal/davinci/commit/c84ae4c9fb8a1773a49be9c2db0a30ce1326fd9d), [`aae768aa`](https://github.com/toptal/davinci/commit/aae768aa5d913b99441e717f5f586f73d525e820)]:
22
+ - @toptal/davinci-bootstrap@3.4.0
23
+ - @toptal/davinci-syntax@16.1.0
24
+ - @toptal/davinci-workflow@1.11.11
25
+
26
+ ## 20.0.3
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [[`4b74ecd7`](https://github.com/toptal/davinci/commit/4b74ecd747446eda3eaaebc4648a0b113bf9a468), [`4c432fb5`](https://github.com/toptal/davinci/commit/4c432fb5ccb64bcbd0214ebf5a5188f7f72901f8)]:
31
+ - @toptal/davinci-bootstrap@3.3.8
32
+ - @toptal/davinci-qa@12.0.1
33
+ - @toptal/davinci-monorepo@6.6.4
34
+ - @toptal/davinci-workflow@1.11.10
35
+ - @toptal/davinci-engine@7.4.5
36
+ - @toptal/davinci-graphql-codegen@0.2.12
37
+
3
38
  ## 20.0.2
4
39
 
5
40
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci",
3
- "version": "20.0.2",
3
+ "version": "20.1.1-alpha-fx-2996-add-error-message-for-missing-engine.8+227d5ea7",
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.3.7",
33
- "@toptal/davinci-ci": "2.0.8",
34
- "@toptal/davinci-cli-shared": "1.6.0",
35
- "@toptal/davinci-code": "1.6.1",
36
- "@toptal/davinci-graphql-codegen": "0.2.11",
37
- "@toptal/davinci-engine": "7.4.4",
38
- "@toptal/davinci-qa": "12.0.0",
39
- "@toptal/davinci-syntax": "16.0.1",
40
- "@toptal/davinci-monorepo": "6.6.3",
41
- "@toptal/davinci-workflow": "1.11.9"
42
- }
32
+ "@toptal/davinci-bootstrap": "3.4.1-alpha-fx-2996-add-error-message-for-missing-engine.8+227d5ea7",
33
+ "@toptal/davinci-ci": "2.0.9-alpha-fx-2996-add-error-message-for-missing-engine.15+227d5ea7",
34
+ "@toptal/davinci-cli-shared": "1.6.1-alpha-fx-2996-add-error-message-for-missing-engine.21+227d5ea7",
35
+ "@toptal/davinci-code": "1.6.2-alpha-fx-2996-add-error-message-for-missing-engine.21+227d5ea7",
36
+ "@toptal/davinci-engine": "7.4.6-alpha-fx-2996-add-error-message-for-missing-engine.12+227d5ea7",
37
+ "@toptal/davinci-graphql-codegen": "0.2.13-alpha-fx-2996-add-error-message-for-missing-engine.12+227d5ea7",
38
+ "@toptal/davinci-monorepo": "6.6.5-alpha-fx-2996-add-error-message-for-missing-engine.12+227d5ea7",
39
+ "@toptal/davinci-qa": "12.0.2-alpha-fx-2996-add-error-message-for-missing-engine.12+227d5ea7",
40
+ "@toptal/davinci-syntax": "16.1.1-alpha-fx-2996-add-error-message-for-missing-engine.8+227d5ea7",
41
+ "@toptal/davinci-workflow": "1.11.12-alpha-fx-2996-add-error-message-for-missing-engine.8+227d5ea7"
42
+ },
43
+ "gitHead": "227d5ea750c2b2ce9f4abd1ff33bbe1838ae9d28"
43
44
  }
@@ -1,43 +0,0 @@
1
- {
2
- "name": "@toptal/davinci",
3
- "version": "20.0.2",
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.3.7",
33
- "@toptal/davinci-ci": "2.0.8",
34
- "@toptal/davinci-cli-shared": "1.6.0",
35
- "@toptal/davinci-code": "1.6.1",
36
- "@toptal/davinci-graphql-codegen": "0.2.11",
37
- "@toptal/davinci-engine": "7.4.4",
38
- "@toptal/davinci-qa": "12.0.0",
39
- "@toptal/davinci-syntax": "16.0.1",
40
- "@toptal/davinci-monorepo": "6.6.3",
41
- "@toptal/davinci-workflow": "1.11.9"
42
- }
43
- }