@toptal/davinci-ci 4.0.10-alpha-cni-1363-use-internal-pact-broker-url-7d0f4910.1 → 4.0.10

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,12 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2027](https://github.com/toptal/davinci/pull/2027) [`8cd69b7f`](https://github.com/toptal/davinci/commit/8cd69b7fd75b38e86d71db67542fdf9f6a6c8fbd) Thanks [@romeuhcf](https://github.com/romeuhcf)!
8
+ - use internal pact-broker url
9
+
3
10
  ## 4.0.9
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-ci",
3
- "version": "4.0.10-alpha-cni-1363-use-internal-pact-broker-url-7d0f4910.1+7d0f4910",
3
+ "version": "4.0.10",
4
4
  "description": "Continuos integrations tools for frontend projects",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -38,12 +38,11 @@
38
38
  "dependencies": {
39
39
  "@commitlint/cli": "^17.4.0",
40
40
  "@commitlint/config-conventional": "^17.1.0",
41
- "@toptal/davinci-cli-shared": "2.3.2-alpha-cni-1363-use-internal-pact-broker-url-7d0f4910.1+7d0f4910",
41
+ "@toptal/davinci-cli-shared": "2.3.1",
42
42
  "danger": "^11.2.2",
43
43
  "markdown-table": "^2.0.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@jest/globals": "^29.4.2"
47
- },
48
- "gitHead": "7d0f4910a0321e1cde1e4b2c10c5c83fe4407bf6"
47
+ }
49
48
  }
@@ -18,7 +18,7 @@ pipeline {
18
18
  parameters {
19
19
  string(name: 'NOTIFICATION_TYPE', description: 'Type of notification this job will send. Possible values: github, slack')
20
20
  string(name: 'CONSUMER', description: "Name of the consumer, e.g. 'Staff Portal'")
21
- string(name: 'PACT_BROKER_URL', defaultValue:'https://pact-broker-internal.toptal.net', description: "Example 'https://pact-broker.toptal.net'")
21
+ string(name: 'PACT_BROKER_URL', defaultValue:'https://pact-broker-internal.toptal.net', description: "Example 'https://pact-broker-internal.toptal.net'")
22
22
  string(name: 'GIT_COMMIT', description: 'Git commit which is used as a PACT contract version')
23
23
  string(name: 'GITHUB_BRANCH_NAME', description: 'Branch to build')
24
24
  string(name: 'GITHUB_REPO_GIT_URL', description: 'Repository URL')