Comparing version 1.6.2 to 1.6.3
@@ -0,2 +1,6 @@ | ||
#### 1.6.3 Maintenance Release | ||
- Fix es5 build and polyfills to enable test suite to (mostly) run in Nashorn (PR #288) | ||
- Extra polyfill required for running jsonata-es5.js in IE 11 (PR #289) | ||
#### 1.6.2 Maintenance Release | ||
@@ -3,0 +7,0 @@ |
{ | ||
"name": "jsonata", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"description": "JSON query and transformation language", | ||
@@ -22,3 +22,3 @@ "module": "jsonata.js", | ||
"mkdir-dist": "mkdirp ./dist", | ||
"regenerator": "regenerator src dist", | ||
"regenerator": "babel src --out-dir dist --presets=@babel/env", | ||
"browserify-es5": "regenerator --include-runtime polyfill.js > jsonata-es5.js; browserify dist/jsonata.js --standalone jsonata >> jsonata-es5.js", | ||
@@ -43,2 +43,5 @@ "prepublishOnly": "npm run browserify && npm run minify && npm run build-es5", | ||
"devDependencies": { | ||
"@babel/cli": "^7.2.0", | ||
"@babel/core": "^7.2.2", | ||
"@babel/preset-env": "^7.2.0", | ||
"browserify": "^16.1.0", | ||
@@ -45,0 +48,0 @@ "chai": "^4.1.2", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
724382
14312
17