-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from trayio/taniya-amidon/CSP-3693/utils-bug-f…
…ix-for-deleteemptyobjects-method [CSP-3693] utils bug fix for deletEemptyobjects method
- Loading branch information
Showing
4 changed files
with
65 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,50 @@ | ||
{ | ||
"name": "@trayio/connector-utils", | ||
"version": "0.3.0", | ||
"description": "Common utility functions used in connectors.", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"coverage": "npm run test -- --coverage", | ||
"lint": "./node_modules/.bin/eslint . --fix", | ||
"test": "jest tests", | ||
"test:watch": "jest tests --watch --notify" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/trayio/falafel-utils.git" | ||
}, | ||
"keywords": [ | ||
"falafel", | ||
"connectors" | ||
], | ||
"files": [ | ||
"index.js", | ||
"/lib" | ||
], | ||
"author": "tray.io", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/trayio/connector-utils/issues" | ||
}, | ||
"homepage": "https://github.com/trayio/connector-utils#readme", | ||
"devDependencies": { | ||
"@trayio/connector-test-runner": "^0.5.0", | ||
"@trayio/falafel": "^1.26.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^14.1.0", | ||
"eslint-config-prettier": "^6.10.0", | ||
"eslint-plugin-import": "^2.20.1", | ||
"eslint-plugin-jest": "^23.8.2", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"jest": "^25.1.0", | ||
"jest-json-schema": "^2.1.0", | ||
"jsdoc-to-markdown": "^5.0.3", | ||
"prettier": "^1.19.1" | ||
}, | ||
"dependencies": { | ||
"lodash": "~4.17.15", | ||
"mustache": "^4.0.1" | ||
} | ||
} | ||
"name": "@trayio/connector-utils", | ||
"version": "0.3.1", | ||
"description": "Common utility functions used in connectors.", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"coverage": "npm run test -- --coverage", | ||
"lint": "./node_modules/.bin/eslint . --fix", | ||
"test": "jest tests", | ||
"test:watch": "jest tests --watch --notify" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/trayio/falafel-utils.git" | ||
}, | ||
"keywords": [ | ||
"falafel", | ||
"connectors" | ||
], | ||
"files": [ | ||
"index.js", | ||
"/lib" | ||
], | ||
"author": "tray.io", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/trayio/connector-utils/issues" | ||
}, | ||
"homepage": "https://github.com/trayio/connector-utils#readme", | ||
"devDependencies": { | ||
"@trayio/connector-test-runner": "^0.5.0", | ||
"@trayio/falafel": "^1.26.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^14.1.0", | ||
"eslint-config-prettier": "^6.10.0", | ||
"eslint-plugin-import": "^2.20.1", | ||
"eslint-plugin-jest": "^23.8.2", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"jest": "^25.1.0", | ||
"jest-json-schema": "^2.1.0", | ||
"jsdoc-to-markdown": "^5.0.3", | ||
"prettier": "^1.19.1" | ||
}, | ||
"dependencies": { | ||
"lodash": "~4.17.15", | ||
"mustache": "^4.0.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters