Skip to content

Commit

Permalink
lib,tests,deps: fix role related tests, debug, opt
Browse files Browse the repository at this point in the history
- Fixed various tests related to Roles
- Added DEBUG property, defaults to false
- Added longStackTraces=false configuration for browsers, this will yeild
  a huge performance increase
- Updated dependencies
  - Bluebird 3.3.1 -> 3.3.4
  - Lodash.merge 4.2.0 -> 4.3.4
  • Loading branch information
tflanagan committed Apr 4, 2016
1 parent cb2f1df commit 1348438
Show file tree
Hide file tree
Showing 8 changed files with 3,203 additions and 2,180 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quickbase",
"version": "2.3.4",
"version": "2.4.0",
"description": "A lightweight, very flexible QuickBase API",
"keywords": [
"QuickBase",
Expand Down Expand Up @@ -39,8 +39,8 @@
"build": "node ./node_modules/eslint/bin/eslint.js ./quickbase.js tests/ && babel --presets es2015 quickbase.js > quickbase.es5.js && browserify quickbase.es5.js > quickbase.browserify.js && cat tools\\LICENSE.js > quickbase.browserify.min.js && minify quickbase.browserify.js >> quickbase.browserify.min.js"
},
"dependencies": {
"bluebird": "^3.3.1",
"lodash.merge": "^4.2.0",
"bluebird": "^3.3.4",
"lodash.merge": "^4.3.4",
"xml2js": "^0.4.16"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 1348438

Please sign in to comment.