File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 6.2.2 ] - 2018-03-21
99
1010### Fixed
1111
Original file line number Diff line number Diff line change 11{
22 "name" : " arangojs" ,
3- "version" : " 6.2.1 " ,
3+ "version" : " 6.2.2 " ,
44 "license" : " Apache-2.0" ,
55 "description" : " The official ArangoDB JavaScript driver." ,
66 "homepage" : " https://github.com/arangodb/arangojs" ,
4747 " lib/cjs/util/*.*"
4848 ],
4949 "scripts" : {
50- "test" :
51- " mocha --growl --reporter spec --require source-map-support/register --timeout 10000 lib/cjs/test" ,
50+ "test" : " mocha --growl --reporter spec --require source-map-support/register --timeout 10000 lib/cjs/test" ,
5251 "pretest" : " yarn dist" ,
53- "ci" :
54- " mocha --reporter spec --require source-map-support/register --timeout 10000 lib/cjs/test" ,
52+ "ci" : " mocha --reporter spec --require source-map-support/register --timeout 10000 lib/cjs/test" ,
5553 "preci" : " yarn install" ,
5654 "jenkins" : " yarn ci -- --timeout 0 --reporter xunit-file" ,
5755 "dist:cjs" : " tsc -p . --outDir ./lib/cjs/ && cpy src/index.js lib/cjs/" ,
58- "dist:async" :
59- " tsc -p . --outDir ./lib/async/ --target es2017 && cpy src/index.js lib/async/" ,
56+ "dist:async" : " tsc -p . --outDir ./lib/async/ --target es2017 && cpy src/index.js lib/async/" ,
6057 "dist:web" : " webpack" ,
61- "dist" :
62- " rimraf lib && npm-run-all --parallel dist:* && cpy src/index.all.js --rename index.js lib/" ,
58+ "dist" : " rimraf lib && npm-run-all --parallel dist:* && cpy src/index.all.js --rename index.js lib/" ,
6359 "prepublish" : " yarn dist && node -e 'require(\" .\" );'"
6460 },
6561 "dependencies" : {
9591 "webpack" : " ^3.0.0" ,
9692 "xunit-file" : " 1.0.0"
9793 }
98- }
94+ }
You can’t perform that action at this time.
0 commit comments