@dotcom-tool-kit/cloudsmith 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/.toolkitrc.yml +4 -0
  2. package/package.json +1 -1
package/.toolkitrc.yml CHANGED
@@ -10,16 +10,19 @@ options:
10
10
  - name: 'tool-kit'
11
11
  jobs:
12
12
  - name: 'deploy-review'
13
+ requires: []
13
14
  custom:
14
15
  cloudsmith-org: financial-times
15
16
  !toolkit/if-defined '@dotcom-tool-kit/cloudsmith.serviceAccount':
16
17
  cloudsmith-service-account: !toolkit/option '@dotcom-tool-kit/cloudsmith.serviceAccount'
17
18
  - name: 'deploy-staging'
19
+ requires: []
18
20
  custom:
19
21
  cloudsmith-org: financial-times
20
22
  !toolkit/if-defined '@dotcom-tool-kit/cloudsmith.serviceAccount':
21
23
  cloudsmith-service-account: !toolkit/option '@dotcom-tool-kit/cloudsmith.serviceAccount'
22
24
  - name: 'deploy-production'
25
+ requires: []
23
26
  custom:
24
27
  cloudsmith-org: financial-times
25
28
  !toolkit/if-defined '@dotcom-tool-kit/cloudsmith.serviceAccount':
@@ -27,6 +30,7 @@ options:
27
30
  - name: 'nightly'
28
31
  jobs:
29
32
  - name: 'deploy-review'
33
+ requires: []
30
34
  custom:
31
35
  cloudsmith-org: financial-times
32
36
  !toolkit/if-defined '@dotcom-tool-kit/cloudsmith.serviceAccount':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/cloudsmith",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "",
5
5
  "main": "lib",
6
6
  "scripts": {