@5minds/node-red-contrib-processcube-elasticsearch 1.0.2-develop-e36c5e-m73526bd → 1.0.2

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.
@@ -7,13 +7,14 @@ on:
7
7
  - '*/*'
8
8
 
9
9
  env:
10
- CI_TOOLS_VERSION: '^5.0.0'
10
+ CI_TOOLS_VERSION: '^4.2.0'
11
11
  # NOTE: Um den Releasezyklus von Alpha nach Beta zu ändern, einfach die nachfolgend deklarierten Env Variablen switchen.
12
12
  CI_TOOLS_ALPHA_BRANCH: next
13
13
  CI_TOOLS_ALPHA_NPM_TAG: next
14
+ CI_TOOLS_STABLE_BRANCH: main
14
15
  # CI_TOOLS_BETA_BRANCH: next
15
16
  # CI_TOOLS_BETA_NPM_TAG: next
16
- BOX_RELEASE_TAG: 2025-1
17
+ #BOX_RELEASE_TAG: 2024-1
17
18
 
18
19
  jobs:
19
20
  build_and_publish:
@@ -27,10 +28,10 @@ jobs:
27
28
  fetch-depth: 0
28
29
  token: ${{ secrets.GH_TOKEN }}
29
30
 
30
- - name: Use Node.js 22
31
+ - name: Use Node.js 20
31
32
  uses: actions/setup-node@v4
32
33
  with:
33
- node-version: '22'
34
+ node-version: '20'
34
35
  registry-url: 'https://registry.npmjs.org'
35
36
 
36
37
  - name: Install CI Tools
@@ -62,11 +63,10 @@ jobs:
62
63
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
63
64
  run: ci_tools publish-npm-package --create-tag-from-branch-name
64
65
 
65
- - name: Add Box-Release Tag
66
- if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next'
67
- env:
68
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
69
- run: |
70
- VERSION="$(ci_tools get-version)"
71
- PACKAGE_NAME="$(npm pkg get name | tr -d \")"
72
- npm dist-tag add $PACKAGE_NAME@$VERSION ${{ env.BOX_RELEASE_TAG }}
66
+ # - name: Add Box-Release Tag
67
+ # if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next'
68
+ # env:
69
+ # NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
70
+ # run: |
71
+ # VERSION="$(ci_tools get-version)"
72
+ # npm dist-tag add @5minds/processcube_app_sdk@$VERSION ${{ env.BOX_RELEASE_TAG }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-contrib-processcube-elasticsearch",
3
- "version": "1.0.2-develop-e36c5e-m73526bd",
3
+ "version": "1.0.2",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for Elasticsearch",
6
6
  "scripts": {