@kno2/bluebutton 0.6.2 → 0.6.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.
@@ -5,17 +5,7 @@ on:
5
5
  types: [published]
6
6
 
7
7
  jobs:
8
- build:
9
- runs-on: windows-latest
10
- steps:
11
- - uses: actions/checkout@v2
12
- - uses: actions/setup-node@v2
13
- with:
14
- node-version: '14.x'
15
- - run: npm ci
16
-
17
8
  npm:
18
- needs: build
19
9
  runs-on: windows-latest
20
10
  steps:
21
11
  - uses: actions/checkout@v2
@@ -30,6 +20,9 @@ jobs:
30
20
  script: return context.ref.replace(/refs\/tags\//, '')
31
21
  result-encoding: string
32
22
  - run: npm ci
23
+ env:
24
+ NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
25
+ - run: npm run build
33
26
  - run: npm version --new-version ${{steps.set-git-version.outputs.result}} --no-git-tag-version
34
27
  - run: npm publish
35
28
  env:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kno2/bluebutton",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "BlueButton.js helps developers navigate complex health data with ease.",
5
5
  "author": "Kno2, LLC",
6
6
  "main": "build/bluebutton.js",