@dotcom-tool-kit/cloudsmith 2.0.1-beta.17 → 2.0.1-beta.19
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/.toolkitrc.yml +6 -0
- package/package.json +2 -2
package/.toolkitrc.yml
CHANGED
|
@@ -8,6 +8,9 @@ optionsSchema: './lib/schema'
|
|
|
8
8
|
options:
|
|
9
9
|
hooks:
|
|
10
10
|
- CircleCi:
|
|
11
|
+
custom:
|
|
12
|
+
orbs:
|
|
13
|
+
cloudsmith-oidc: ft-circleci-orbs/cloudsmith-oidc@1.0
|
|
11
14
|
workflows:
|
|
12
15
|
- name: 'tool-kit'
|
|
13
16
|
jobs:
|
|
@@ -43,6 +46,9 @@ options:
|
|
|
43
46
|
requires: []
|
|
44
47
|
jobs:
|
|
45
48
|
- name: 'teardown-review'
|
|
49
|
+
steps:
|
|
50
|
+
pre:
|
|
51
|
+
- cloudsmith-oidc/authenticate_with_oidc
|
|
46
52
|
custom:
|
|
47
53
|
environment:
|
|
48
54
|
# other jobs are defined in the orb and use job parameters to set these env vars;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcom-tool-kit/cloudsmith",
|
|
3
|
-
"version": "2.0.1-beta.
|
|
3
|
+
"version": "2.0.1-beta.19",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib",
|
|
6
6
|
"scripts": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"npm": "7.x || 8.x || 9.x || 10.x"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"dotcom-tool-kit": "5.x || ^5.1.0-beta.
|
|
28
|
+
"dotcom-tool-kit": "5.x || ^5.1.0-beta.6"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"tslib": "^2.8.1",
|