@qiskit/utils
Advanced tools
Comparing version 0.1.3 to 0.1.5
@@ -15,7 +15,4 @@ /* | ||
// Lodash as base. TODO: Maybe not needed anymore. | ||
const utils = require('lodash'); | ||
const debug = require('debug'); | ||
// TODO: Use the native one. | ||
const promisify = require('es6-promisify'); | ||
@@ -40,5 +37,4 @@ const { version } = require('./package.json'); | ||
utils.debug = debug; | ||
utils.promisify = promisify; | ||
module.exports = utils; |
{ | ||
"name": "@qiskit/utils", | ||
"version": "0.1.3", | ||
"version": "0.1.5", | ||
"description": "Quantum Information Software utils library", | ||
@@ -18,5 +18,4 @@ "author": { | ||
"scripts": { | ||
"dep-check": "npm-check", | ||
"dep-check": "depcheck", | ||
"dep-sec": "nsp check", | ||
"dep-fix": "npm-check -u", | ||
"test": "mocha --recursive test" | ||
@@ -39,4 +38,3 @@ }, | ||
"debug": "^3.1.0", | ||
"es6-promisify": "^5.0.0", | ||
"lodash": "^4.17.4" | ||
"lodash": "^4.17.5" | ||
}, | ||
@@ -47,6 +45,3 @@ "engines": { | ||
}, | ||
"license": "Apache-2.0", | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
"license": "Apache-2.0" | ||
} |
2
2721
25
- Removedes6-promisify@^5.0.0
- Removedes6-promise@4.2.8(transitive)
- Removedes6-promisify@5.0.0(transitive)
Updatedlodash@^4.17.5