@percy/env 1.28.8-beta.0 → 1.28.8-beta.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/README.md +13 -13
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -5,22 +5,22 @@ into a common interface for consumption by `@percy/client`.
|
|
|
5
5
|
|
|
6
6
|
## Supported Environments
|
|
7
7
|
|
|
8
|
-
- [AppVeyor](https://
|
|
9
|
-
- [Azure Pipelines](https://
|
|
10
|
-
- [Bitbucket Pipelines](https://
|
|
11
|
-
- [Buildkite](https://
|
|
12
|
-
- [CircleCI](https://
|
|
13
|
-
- [Codeship](https://
|
|
8
|
+
- [AppVeyor](https://www.browserstack.com/docs/percy/ci-cd/appveyor)
|
|
9
|
+
- [Azure Pipelines](https://www.browserstack.com/docs/percy/ci-cd/azure-pipelines)
|
|
10
|
+
- [Bitbucket Pipelines](https://www.browserstack.com/docs/percy/ci-cd/bitbucket-pipeline)
|
|
11
|
+
- [Buildkite](https://www.browserstack.com/docs/percy/ci-cd/buildkite)
|
|
12
|
+
- [CircleCI](https://www.browserstack.com/docs/percy/ci-cd/circleci)
|
|
13
|
+
- [Codeship](https://www.browserstack.com/docs/percy/ci-cd/codeship)
|
|
14
14
|
- [Drone CI](https://docs.percy.io/docs/drone)
|
|
15
|
-
- [GitHub Actions](https://
|
|
16
|
-
- [GitLab CI](https://
|
|
15
|
+
- [GitHub Actions](https://www.browserstack.com/docs/percy/ci-cd/github-actions)
|
|
16
|
+
- [GitLab CI](https://www.browserstack.com/docs/percy/ci-cd/gitlab)
|
|
17
17
|
- [Heroku CI](#supported-environments) (needs doc)
|
|
18
|
-
- [Jenkins](https://
|
|
19
|
-
- [Jenkins PRB](https://
|
|
20
|
-
- [Netlify](https://
|
|
18
|
+
- [Jenkins](https://www.browserstack.com/docs/percy/ci-cd/jenkins)
|
|
19
|
+
- [Jenkins PRB](https://www.browserstack.com/docs/percy/ci-cd/jenkins)
|
|
20
|
+
- [Netlify](https://www.browserstack.com/docs/percy/ci-cd/netlify)
|
|
21
21
|
- [Probo.CI](#supported-environments) (needs doc)
|
|
22
|
-
- [Semaphore](https://
|
|
23
|
-
- [Travis CI](https://
|
|
22
|
+
- [Semaphore](https://www.browserstack.com/docs/percy/ci-cd/semaphore)
|
|
23
|
+
- [Travis CI](https://www.browserstack.com/docs/percy/ci-cd/travis-ci)
|
|
24
24
|
|
|
25
25
|
## Percy Environment Variables
|
|
26
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@percy/env",
|
|
3
|
-
"version": "1.28.8-beta.
|
|
3
|
+
"version": "1.28.8-beta.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"test:coverage": "yarn test --coverage"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@percy/logger": "1.28.8-beta.
|
|
35
|
+
"@percy/logger": "1.28.8-beta.2"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "6c954bcd0fa6a825ad636167f0a07251f124b710"
|
|
38
38
|
}
|