@feathersjs/adapter-commons
Advanced tools
Comparing version 5.0.27 to 5.0.28
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.28](https://github.com/feathersjs/feathers/compare/v5.0.27...v5.0.28) (2024-07-10) | ||
**Note:** Version bump only for package @feathersjs/adapter-commons | ||
## [5.0.27](https://github.com/feathersjs/feathers/compare/v5.0.26...v5.0.27) (2024-06-18) | ||
@@ -8,0 +12,0 @@ |
@@ -17,3 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.select = void 0; | ||
exports.select = select; | ||
const commons_1 = require("@feathersjs/commons"); | ||
@@ -42,3 +42,2 @@ __exportStar(require("./declarations"), exports); | ||
} | ||
exports.select = select; | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.filterQuery = exports.FILTERS = exports.OPERATORS = exports.getLimit = void 0; | ||
exports.FILTERS = exports.OPERATORS = exports.getLimit = void 0; | ||
exports.filterQuery = filterQuery; | ||
const commons_1 = require("@feathersjs/commons"); | ||
@@ -128,3 +129,2 @@ const errors_1 = require("@feathersjs/errors"); | ||
} | ||
exports.filterQuery = filterQuery; | ||
//# sourceMappingURL=query.js.map |
@@ -5,3 +5,6 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.sorter = exports.compare = exports.compareArrays = exports.compareNSB = void 0; | ||
exports.compareNSB = compareNSB; | ||
exports.compareArrays = compareArrays; | ||
exports.compare = compare; | ||
exports.sorter = sorter; | ||
function compareNSB(a, b) { | ||
@@ -13,3 +16,2 @@ if (a === b) { | ||
} | ||
exports.compareNSB = compareNSB; | ||
function compareArrays(a, b) { | ||
@@ -25,3 +27,2 @@ for (let i = 0, l = Math.min(a.length, b.length); i < l; i++) { | ||
} | ||
exports.compareArrays = compareArrays; | ||
function compare(a, b, compareStrings = compareNSB) { | ||
@@ -87,3 +88,2 @@ if (a === b) { | ||
} | ||
exports.compare = compare; | ||
// lodash-y get - probably want to use lodash get instead | ||
@@ -114,3 +114,2 @@ const get = (value, path) => path.reduce((value, key) => value[key], value); | ||
} | ||
exports.sorter = sorter; | ||
//# sourceMappingURL=sort.js.map |
{ | ||
"name": "@feathersjs/adapter-commons", | ||
"version": "5.0.27", | ||
"version": "5.0.28", | ||
"description": "Shared database adapter utility functions", | ||
@@ -53,17 +53,17 @@ "homepage": "https://feathersjs.com", | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.27", | ||
"@feathersjs/errors": "^5.0.27", | ||
"@feathersjs/feathers": "^5.0.27" | ||
"@feathersjs/commons": "^5.0.28", | ||
"@feathersjs/errors": "^5.0.28", | ||
"@feathersjs/feathers": "^5.0.28" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^10.0.6", | ||
"@types/mocha": "^10.0.7", | ||
"@types/mongodb": "^4.0.6", | ||
"@types/node": "^20.12.8", | ||
"mocha": "^10.4.0", | ||
"mongodb": "^6.5.0", | ||
"@types/node": "^20.14.10", | ||
"mocha": "^10.6.0", | ||
"mongodb": "^6.8.0", | ||
"shx": "^0.3.4", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.4.5" | ||
"typescript": "^5.5.3" | ||
}, | ||
"gitHead": "f6ff82535fa25432757c049f54302883c59e6bb6" | ||
"gitHead": "410ba7db8f3348d208e34511827302133d727ba3" | ||
} |
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
95615
1237
Updated@feathersjs/commons@^5.0.28
Updated@feathersjs/errors@^5.0.28
Updated@feathersjs/feathers@^5.0.28