@toptal/davinci 18.4.6-alpha-fx-2957-remove-syntax-init-command.9 → 19.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 CHANGED
@@ -1,5 +1,20 @@
1
1
  # Change Log
2
2
 
3
+ ## 19.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#1504](https://github.com/toptal/davinci/pull/1504) [`d6c5b84d`](https://github.com/toptal/davinci/commit/d6c5b84d1fe1af9f57ce591a1d4b7e88b50f3371) Thanks [@denieler](https://github.com/denieler)! - Remove `davinci syntax init` command
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`60dd7da0`](https://github.com/toptal/davinci/commit/60dd7da0f4586b74949fcadd24cdf711186eb915), [`f9174727`](https://github.com/toptal/davinci/commit/f9174727cf9e04adaf6ea2dbe187472ba3bd3658), [`d6c5b84d`](https://github.com/toptal/davinci/commit/d6c5b84d1fe1af9f57ce591a1d4b7e88b50f3371)]:
12
+ - @toptal/davinci-engine@7.4.3
13
+ - @toptal/davinci-syntax@15.0.0
14
+ - @toptal/davinci-qa@11.3.1
15
+ - @toptal/davinci-bootstrap@3.3.4
16
+ - @toptal/davinci-workflow@1.11.6
17
+
3
18
  ## 18.4.5
4
19
 
5
20
  ### Patch Changes
@@ -0,0 +1,43 @@
1
+ {
2
+ "name": "@toptal/davinci",
3
+ "version": "19.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.3.4",
33
+ "@toptal/davinci-ci": "2.0.6",
34
+ "@toptal/davinci-cli-shared": "1.5.4",
35
+ "@toptal/davinci-code": "1.6.0",
36
+ "@toptal/davinci-graphql-codegen": "0.2.9",
37
+ "@toptal/davinci-engine": "7.4.3",
38
+ "@toptal/davinci-qa": "11.3.1",
39
+ "@toptal/davinci-syntax": "15.0.0",
40
+ "@toptal/davinci-monorepo": "6.6.2",
41
+ "@toptal/davinci-workflow": "1.11.6"
42
+ }
43
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci",
3
- "version": "18.4.6-alpha-fx-2957-remove-syntax-init-command.9+ec9567da",
3
+ "version": "19.0.0",
4
4
  "description": "Davinci CLI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -29,16 +29,15 @@
29
29
  "url": "https://github.com/toptal/davinci/issues"
30
30
  },
31
31
  "dependencies": {
32
- "@toptal/davinci-bootstrap": "3.3.4-alpha-fx-2957-remove-syntax-init-command.9+ec9567da",
33
- "@toptal/davinci-ci": "2.0.7-alpha-fx-2957-remove-syntax-init-command.65+ec9567da",
34
- "@toptal/davinci-cli-shared": "1.5.5-alpha-fx-2957-remove-syntax-init-command.101+ec9567da",
35
- "@toptal/davinci-code": "1.6.1-alpha-fx-2957-remove-syntax-init-command.61+ec9567da",
36
- "@toptal/davinci-engine": "7.4.3-alpha-fx-2957-remove-syntax-init-command.21+ec9567da",
37
- "@toptal/davinci-graphql-codegen": "0.2.10-alpha-fx-2957-remove-syntax-init-command.12+ec9567da",
38
- "@toptal/davinci-monorepo": "6.6.3-alpha-fx-2957-remove-syntax-init-command.101+ec9567da",
39
- "@toptal/davinci-qa": "11.3.1-alpha-fx-2957-remove-syntax-init-command.9+ec9567da",
40
- "@toptal/davinci-syntax": "14.0.9-alpha-fx-2957-remove-syntax-init-command.12+ec9567da",
41
- "@toptal/davinci-workflow": "1.11.6-alpha-fx-2957-remove-syntax-init-command.9+ec9567da"
42
- },
43
- "gitHead": "ec9567daa3ea1c1c117063b4e5725009eb9a74b0"
32
+ "@toptal/davinci-bootstrap": "3.3.4",
33
+ "@toptal/davinci-ci": "2.0.6",
34
+ "@toptal/davinci-cli-shared": "1.5.4",
35
+ "@toptal/davinci-code": "1.6.0",
36
+ "@toptal/davinci-graphql-codegen": "0.2.9",
37
+ "@toptal/davinci-engine": "7.4.3",
38
+ "@toptal/davinci-qa": "11.3.1",
39
+ "@toptal/davinci-syntax": "15.0.0",
40
+ "@toptal/davinci-monorepo": "6.6.2",
41
+ "@toptal/davinci-workflow": "1.11.6"
42
+ }
44
43
  }