@datarailsshared/dr_renderer 1.5.146 → 1.5.150

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.
@@ -10,7 +10,6 @@ on:
10
10
  branches:
11
11
  - 'master'
12
12
  - 'main'
13
- - 'migration-to-github'
14
13
 
15
14
  concurrency:
16
15
  group: '${{ github.ref }}-${{ github.workflow }}'
@@ -18,7 +17,7 @@ concurrency:
18
17
 
19
18
  permissions:
20
19
  contents: read
21
- packages: write
20
+ packages: read
22
21
 
23
22
  jobs:
24
23
  publish-npm:
@@ -30,16 +29,21 @@ jobs:
30
29
  branch_postfix: false
31
30
  main_branch: 'master'
32
31
  version_prefix: '1.5'
33
- skip_publish: ${{ github.event_name == 'pull_request' }}
32
+ skip_publish: ${{ github.event_name != 'push' }}
34
33
  secrets:
35
34
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
36
35
 
37
- publish-gh-packages:
38
- name: Publish to GitHub Packages
36
+ publish-jfrog:
37
+ name: Publish to JFrog Artifactory
39
38
  needs: publish-npm
40
- uses: datarails/dr_github_reusable/.github/workflows/npm-publish-gh-packages.yml@main
39
+ if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main') }}
40
+ uses: datarails/dr-github-reusable/.github/workflows/shared-sdk-node-build-publish.yaml@main
41
41
  with:
42
+ new_version: v${{ needs.publish-npm.outputs.version }}
42
43
  node_version: '14.16.1'
43
- package_scope: '@datarails'
44
- version: ${{ needs.publish-npm.outputs.version }}
45
- secrets: inherit
44
+ run_build: true
45
+ package_scope: '@datarailsshared'
46
+ use_npm_ci: false
47
+ secrets:
48
+ ARTIFACTORY_TOKEN: ${{ secrets.ARTIFACTORY_TOKEN }}
49
+ NODE_ARTIFACTORY_URL: ${{ secrets.ARTIFACTORY_NPM_REPO }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/dr_renderer",
3
- "version": "1.5.146",
3
+ "version": "1.5.150",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",