@universal-tennis/ui-shared 0.0.2 → 0.0.3

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": "@universal-tennis/ui-shared",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "main": "dist/items.js",
5
5
  "license": "MIT",
6
6
  "homepage": "https://universaltennis.com",
@@ -6,19 +6,26 @@ trigger:
6
6
  pool:
7
7
  vmImage: ubuntu-latest
8
8
 
9
+ resources:
10
+ repositories:
11
+ - repository: Infrastructure
12
+ type: bitbucket
13
+ endpoint: ut-bitbucket
14
+ name: universaltennis/utr-infrastructure
15
+ ref: master
16
+
17
+ variables:
18
+ - template: /infrastructure/pipelines/shared-variables.yml@Infrastructure
19
+
9
20
  jobs:
10
21
  - job: PublishNpmPackage
11
22
  steps:
12
- # - uses: actions/checkout@v3
13
- # - uses: actions/setup-node@v3
14
- # with:
15
- # node-version: 16
16
- # registry-url: https://npm.pkg.github.com/
23
+ - template: /infrastructure/components/download-key-vault-secrets.yml@Infrastructure
24
+ parameters:
25
+ keyVaultName: $(sharedKeyVaultName)
17
26
  - script: |
18
27
  yarn
19
28
  yarn run publish:npm
20
29
  npm publish --access public
21
30
  env:
22
- NPM_TOKEN: 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
23
- # variables:
24
- # NPM_TOKEN: $NPM_TOKEN
31
+ NPM_TOKEN: $(NpmPublishToken)