@flowfuse/nr-tables-nodes 0.2.2 → 0.2.3-3ca8c5d-202603131256.0

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.
@@ -9,6 +9,10 @@ on:
9
9
  branches:
10
10
  - main
11
11
 
12
+ concurrency:
13
+ group: ${{ github.workflow }}-${{ github.ref }}
14
+ cancel-in-progress: true
15
+
12
16
  jobs:
13
17
  build:
14
18
  uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.42.0'
@@ -37,10 +41,10 @@ jobs:
37
41
  steps:
38
42
  - name: Generate a token
39
43
  id: generate_token
40
- uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
44
+ uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
41
45
  with:
42
- app_id: ${{ secrets.GH_BOT_APP_ID }}
43
- private_key: ${{ secrets.GH_BOT_APP_KEY }}
46
+ app-id: ${{ secrets.GH_BOT_APP_ID }}
47
+ private-key: ${{ secrets.GH_BOT_APP_KEY }}
44
48
  - name: Trigger nr-launcher package build
45
49
  uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4
46
50
  with:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/nr-tables-nodes",
3
- "version": "0.2.2",
3
+ "version": "0.2.3-3ca8c5d-202603131256.0",
4
4
  "description": "Nodes for use with the FlowFuse Tables offering, allowing developers to write and run queries against databases inside FlowFuse Tables.",
5
5
  "homepage": "https://flowfuse.com/node-red/flowfuse/flowfuse-tables/",
6
6
  "author": {