@datarailsshared/dr_renderer 1.3.50 → 1.3.51

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.
@@ -0,0 +1,29 @@
1
+ name: NPM Build and Publish
2
+
3
+ on:
4
+ workflow_dispatch:
5
+ pull_request:
6
+ branches:
7
+ - 'master'
8
+ push:
9
+ branches:
10
+ - 'master'
11
+
12
+ concurrency:
13
+ group: '${{ github.ref }}-${{ github.workflow }}'
14
+ cancel-in-progress: true
15
+
16
+ jobs:
17
+ npm-workflow:
18
+ name: Build, Test and Publish
19
+ uses: datarails/dr_github_reusable/.github/workflows/npm-build-publish.yml@main
20
+ with:
21
+ access_level: 'public'
22
+ branch_postfix: false
23
+ main_branch: 'master'
24
+ runner: ${{ vars.GH_RUNNER_DEV }}
25
+ skip_publish: ${{ github.event_name != 'pull_request' }}
26
+ secrets:
27
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
28
+ SSH_PRIVATE_KEY: ${{ secrets.GITHUB_PRIVATE_KEY }}
29
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/dr_renderer",
3
- "version": "1.3.50",
3
+ "version": "1.3.51",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",