@datarailsshared/dr_renderer 1.4.10 → 1.4.13

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.
@@ -1,30 +0,0 @@
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
- - 'DEVOPS-239-GH-Actions'
12
-
13
- concurrency:
14
- group: '${{ github.ref }}-${{ github.workflow }}'
15
- cancel-in-progress: true
16
-
17
- jobs:
18
- npm-workflow:
19
- name: Build, Test and Publish
20
- uses: datarails/dr_github_reusable/.github/workflows/npm-build-publish.yml@main
21
- with:
22
- access_level: 'public'
23
- branch_postfix: false
24
- main_branch: 'master'
25
- version_prefix: '1.4'
26
- skip_publish: ${{ github.event_name != 'pull_request' }}
27
- secrets:
28
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
29
- SSH_PRIVATE_KEY: ${{ secrets.GITHUB_PRIVATE_KEY }}
30
-
package/types/index.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from './graph-table-renderer';
File without changes