Skip to content

Commit a4a0cfd

Browse files
authored
Bump JSONata Version to 1.7.0. (#12)
* Bump JSONata Version to 1.7.0.
1 parent 569bd8f commit a4a0cfd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic.io/jsonata-moment",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Moment support for JSONata",
55
"main": "dist/jsonata-moment.js",
66
"repository": {
@@ -29,10 +29,11 @@
2929
"babel-runtime": "^6.26.0",
3030
"browserify": "^16.1.0",
3131
"chai": "^4.1.2",
32-
"jsonata": "1.6.4",
3332
"mocha": "^3.5.3",
3433
"moment": "2.24.0",
3534
"uglify-es": "^3.3.10"
3635
},
37-
"dependencies": {}
36+
"dependencies": {
37+
"jsonata": "1.7.0"
38+
}
3839
}

0 commit comments

Comments
 (0)