@openmrs/esm-dispensing-app 1.0.0-pre.42 → 1.0.0-pre.43

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.
@@ -2,9 +2,9 @@ name: Node.js CI
2
2
 
3
3
  on:
4
4
  push:
5
- branches: [master]
5
+ branches: [main]
6
6
  pull_request:
7
- branches: [master]
7
+ branches: [main]
8
8
  release:
9
9
  types:
10
10
  - created
@@ -51,9 +51,9 @@ jobs:
51
51
  with:
52
52
  node-version: "16.x"
53
53
  registry-url: "https://registry.npmjs.org"
54
- - run: yarn
54
+ - run: yarn --verbose
55
55
  - run: sed -i -e "s/\(\"version\":\\s\+\"\([0-9]\+\.\?\)\+\)/\1-pre.${{ github.run_number }}/" 'package.json'
56
- - run: yarn publish --access public --tag next
56
+ - run: yarn publish --access public --tag next --verbose
57
57
  env:
58
58
  NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
59
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-dispensing-app",
3
- "version": "1.0.0-pre.42",
3
+ "version": "1.0.0-pre.43",
4
4
  "license": "MPL-2.0",
5
5
  "description": "Medication dispensing application",
6
6
  "browser": "dist/openmrs-esm-dispensing-app.js",