@toptal/davinci-ci 2.0.8-alpha-fx-2925-use-davinci-by-parts-in-davinci-skeleton.13 → 2.0.8-alpha-fix-davinci-out-of-memory.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-ci",
3
- "version": "2.0.8-alpha-fx-2925-use-davinci-by-parts-in-davinci-skeleton.13+b2d240b7",
3
+ "version": "2.0.8-alpha-fix-davinci-out-of-memory.2+c4e78c49",
4
4
  "description": "Continuos integrations tools for frontend projects",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -14,7 +14,7 @@
14
14
  "homepage": "https://github.com/toptal/davinci/tree/master/packages/ci#readme",
15
15
  "license": "ISC",
16
16
  "bin": {
17
- "davinci-ci": "./bin/davinci-ci.js"
17
+ "davinci-code": "./bin/davinci-ci.js"
18
18
  },
19
19
  "main": "./src/index.js",
20
20
  "repository": {
@@ -32,9 +32,9 @@
32
32
  "dependencies": {
33
33
  "@commitlint/cli": "^17.0.2",
34
34
  "@commitlint/config-conventional": "^17.0.3",
35
- "@toptal/davinci-cli-shared": "1.6.1-alpha-fx-2925-use-davinci-by-parts-in-davinci-skeleton.13+b2d240b7",
35
+ "@toptal/davinci-cli-shared": "1.6.1-alpha-fix-davinci-out-of-memory.2+c4e78c49",
36
36
  "danger": "^11.0.7",
37
37
  "markdown-table": "^2.0.0"
38
38
  },
39
- "gitHead": "b2d240b7628e9d089e3f022a2dfcf894409a516f"
39
+ "gitHead": "c4e78c49203126a96b629c50688ba162d8d4c610"
40
40
  }
@@ -138,7 +138,7 @@ pipeline {
138
138
  -e SENTRY_PROJECT=${REPOSITORY_NAME} \
139
139
  -e SENTRY_AUTH_TOKEN=${SENTRY_AUTH_TOKEN} \
140
140
  gcr.io/toptal-hub/${REPOSITORY_NAME}:${TAG} \
141
- yarn davinci-engine sentry-upload-source-maps
141
+ yarn davinci engine sentry-upload-source-maps
142
142
  """
143
143
  } else {
144
144
  info "Your current davinci version is not supporting uploading source maps to Sentry. Please update davinci package version in your app."
@@ -273,7 +273,7 @@ pipeline {
273
273
  steps {
274
274
  script {
275
275
  PWD = sh(returnStdout: true, script: 'pwd').trim()
276
- releasePackageCommand = 'yarn davinci-engine release-package'
276
+ releasePackageCommand = 'yarn davinci engine release-package'
277
277
 
278
278
  def outputVersionParamExistsInDavinci = hasParamInDavinciCommand(
279
279
  command: 'engine release-package',
@@ -126,7 +126,7 @@ pipeline {
126
126
  -v ${PWD}/.git:/app/.git \
127
127
  gcr.io/toptal-hub/${repositoryName}:${commitId} \
128
128
  /bin/bash -c "yarn ${params.BUILD_PACKAGE_SCRIPT_NAME} && \
129
- yarn davinci-engine publish-package \
129
+ yarn davinci engine publish-package \
130
130
  --alpha \
131
131
  --outputVersion /artifacts/.version \
132
132
  --branch ${sourceBranch}"