File tree Expand file tree Collapse file tree 5 files changed +429
-731
lines changed Expand file tree Collapse file tree 5 files changed +429
-731
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2.1
2
2
parameters :
3
3
node-version :
4
4
type : string
5
- default : " 16 .13.2 "
5
+ default : " 18 .13.0 "
6
6
orbs :
7
7
8
8
@@ -72,23 +72,23 @@ commands:
72
72
jobs :
73
73
test :
74
74
docker :
75
- - image : circleci /node:14-stretch
75
+ - image : cimg /node:18.13.0
76
76
steps :
77
77
- checkout
78
78
- node/install :
79
79
node-version : << pipeline.parameters.node-version >>
80
- - run :
81
- name : Audit Dependencies
82
- command : npm audit --audit-level=high
83
80
- node/install-packages :
84
81
cache-path : ./node_modules
85
82
override-ci-command : npm install
83
+ - run :
84
+ name : Audit Dependencies
85
+ command : npm run audit
86
86
- run :
87
87
name : Running Mocha Tests
88
88
command : npm test
89
89
build :
90
90
docker :
91
- - image : circleci /node:14-stretch
91
+ - image : cimg /node:18.13.0
92
92
user : root
93
93
steps :
94
94
- checkout
@@ -118,8 +118,10 @@ workflows:
118
118
jobs :
119
119
- build :
120
120
name : " Build and publish docker image"
121
+ context :
122
+ - componentspusher
121
123
filters :
122
124
branches :
123
125
ignore : /.*/
124
126
tags :
125
- only : /^([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
127
+ only : /^([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
Original file line number Diff line number Diff line change
1
+ ## 1.0.13 (March 22, 2024)
2
+
3
+ * Updated Sailor version to 2.7.2
4
+ * Updated @elastic .io/component-commons-library to 3.2.0
5
+
1
6
## 1.0.12 (October 28, 2022)
2
7
3
8
* Update Sailor version to 2.7.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"title" : " Transformation" ,
3
- "version" : " 1.0.12 " ,
3
+ "version" : " 1.0.13 " ,
4
4
"description" : " Generic Data Transformation Component" ,
5
+ "docsUrl" : " https://docs.elastic.io/components/jsonata/index.html" ,
5
6
"actions" : {
6
7
"transform" : {
7
8
"title" : " Transform" ,
You can’t perform that action at this time.
0 commit comments