@karmaniverous/entity-manager 5.0.2 → 5.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -23,7 +23,7 @@ var _isNil2 = _interopRequireDefault(require("lodash/isNil"));
|
|
|
23
23
|
var _cloneDeep2 = _interopRequireDefault(require("lodash/cloneDeep"));
|
|
24
24
|
var _inspectParametersDeclaration = require("inspect-parameters-declaration");
|
|
25
25
|
var _PrivateEntityManager = require("./PrivateEntityManager.js");
|
|
26
|
-
function _interopRequireDefault(
|
|
26
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
27
27
|
/**
|
|
28
28
|
* @module entity-manager
|
|
29
29
|
*/
|
|
@@ -25,7 +25,7 @@ var _fromPairs2 = _interopRequireDefault(require("lodash/fromPairs"));
|
|
|
25
25
|
var _mapValues2 = _interopRequireDefault(require("lodash/mapValues"));
|
|
26
26
|
var _jsonschema = require("jsonschema");
|
|
27
27
|
var _stringHash = _interopRequireDefault(require("string-hash"));
|
|
28
|
-
function _interopRequireDefault(
|
|
28
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
29
29
|
const DEFAULT_LIMIT = exports.DEFAULT_LIMIT = 10;
|
|
30
30
|
const DEFAULT_PAGE_SIZE = exports.DEFAULT_PAGE_SIZE = 10;
|
|
31
31
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@karmaniverous/entity-manager",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.4",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -26,25 +26,25 @@
|
|
|
26
26
|
"string-hash": "^1.1.3"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@babel/cli": "^7.24.
|
|
30
|
-
"@babel/core": "^7.24.
|
|
31
|
-
"@babel/eslint-parser": "^7.24.
|
|
32
|
-
"@babel/plugin-syntax-import-assertions": "^7.24.
|
|
33
|
-
"@babel/preset-env": "^7.24.
|
|
34
|
-
"@babel/register": "^7.
|
|
35
|
-
"@karmaniverous/edge-logger": "^1.3.
|
|
29
|
+
"@babel/cli": "^7.24.7",
|
|
30
|
+
"@babel/core": "^7.24.7",
|
|
31
|
+
"@babel/eslint-parser": "^7.24.7",
|
|
32
|
+
"@babel/plugin-syntax-import-assertions": "^7.24.7",
|
|
33
|
+
"@babel/preset-env": "^7.24.7",
|
|
34
|
+
"@babel/register": "^7.24.6",
|
|
35
|
+
"@karmaniverous/edge-logger": "^1.3.11",
|
|
36
36
|
"@karmaniverous/tagged-templates": "^0.1.2",
|
|
37
|
-
"@types/node": "^20.
|
|
37
|
+
"@types/node": "^20.14.2",
|
|
38
38
|
"babel-plugin-lodash": "^3.3.4",
|
|
39
|
-
"chai": "^5.1.
|
|
39
|
+
"chai": "^5.1.1",
|
|
40
40
|
"concat-md": "^0.5.1",
|
|
41
41
|
"eslint": "^8.57.0",
|
|
42
|
-
"eslint-plugin-jsdoc": "^48.2.
|
|
43
|
-
"eslint-plugin-mocha": "^10.4.
|
|
44
|
-
"eslint-plugin-promise": "^6.
|
|
42
|
+
"eslint-plugin-jsdoc": "^48.2.8",
|
|
43
|
+
"eslint-plugin-mocha": "^10.4.3",
|
|
44
|
+
"eslint-plugin-promise": "^6.2.0",
|
|
45
45
|
"jsdoc-to-markdown": "^8.0.1",
|
|
46
46
|
"mocha": "^10.4.0",
|
|
47
|
-
"release-it": "^17.
|
|
47
|
+
"release-it": "^17.3.0"
|
|
48
48
|
},
|
|
49
49
|
"exports": {
|
|
50
50
|
".": {
|