Skip to content

Commit c89912e

Browse files
authored
Merge pull request #73 from elasticio/big-int-parser
Big int parser
2 parents bbfde2a + dc342e0 commit c89912e

File tree

5 files changed

+26
-4
lines changed

5 files changed

+26
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.11 (April 21, 2023)
2+
3+
* Add json-bigint library
4+
15
## 1.2.10 (February 10, 2023)
26

37
* Get rid of vulnerabilities in dependencies

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apk update && apk add --no-cache \
1212
python3 \
1313
g++ \
1414
make
15-
RUN npm install --production
15+
RUN npm install --omit=dev
1616

1717
FROM base AS release
1818
COPY --from=dependencies /app/node_modules ./node_modules

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Node.js Code",
3-
"version": "1.2.10",
3+
"version": "1.2.11",
44
"description": "You can write your own code and deploy it as part of integration process.",
55
"docsUrl": "http://go2.elastic.io/code-component",
66
"fields": {

package-lock.json

Lines changed: 18 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"co": "4.6.0",
2323
"co-request": "1.0.0",
2424
"elasticio-node": "0.0.9",
25-
"elasticio-sailor-nodejs": "2.7.1"
25+
"elasticio-sailor-nodejs": "2.7.1",
26+
"json-bigint": "1.0.0"
2627
},
2728
"devDependencies": {
2829
"@elastic.io/component-logger": "0.0.1",

0 commit comments

Comments
 (0)