@ewb/translate
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -28,3 +28,4 @@ "use strict"; | ||
exports.getFirst = getFirst; | ||
exports.arrayToObject = (obj, item) => (Object.assign(Object.assign({}, obj), item)); | ||
const arrayToObject = (obj, item) => (Object.assign(Object.assign({}, obj), item)); | ||
exports.arrayToObject = arrayToObject; | ||
//# sourceMappingURL=helpers.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.add = void 0; | ||
exports.add = (a, b) => a + b; | ||
const add = (a, b) => a + b; | ||
exports.add = add; | ||
//# sourceMappingURL=math.js.map |
{ | ||
"name": "@ewb/translate", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "Translate as you create your app. Saves the words and text in a tree structure for fast and easy lookup.", | ||
@@ -48,21 +48,24 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.2.7", | ||
"@types/chai": "^4.2.21", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node-fetch": "^2.5.7", | ||
"chai": "^4.2.0", | ||
"coveralls": "^3.0.9", | ||
"fetch-mock": "^9.10.2", | ||
"husky": "^4.0.10", | ||
"@types/node-fetch": "^2.5.12", | ||
"chai": "^4.3.4", | ||
"coveralls": "^3.1.1", | ||
"fetch-mock": "^9.11.0", | ||
"husky": "^7.0.1", | ||
"lint-staged": "^11.1.2", | ||
"mocha": "^7.0.0", | ||
"node-fetch": "^2.6.0", | ||
"node-fetch": "^2.6.1", | ||
"nyc": "^15.0.0", | ||
"prettier": "^1.19.1", | ||
"pretty-quick": "^2.0.1", | ||
"prettier": "^2.3.2", | ||
"ts-node": "^8.6.2", | ||
"tslint": "^5.20.1", | ||
"typescript": "^3.7.5" | ||
"typescript": "^4.2.4" | ||
}, | ||
"peerDependencies": {}, | ||
"dependencies": {}, | ||
"resolutions": {} | ||
"resolutions": {}, | ||
"lint-staged": { | ||
"**/*": "prettier --write --ignore-unknown" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
178101
1621