@karmaniverous/entity-manager 5.0.8 → 5.0.9
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.
- package/.github/FUNDING.yml +3 -0
- package/README.md +1 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -452,5 +452,4 @@ Shard query function
|
|
|
452
452
|
|
|
453
453
|
---
|
|
454
454
|
|
|
455
|
-
|
|
456
|
-
[my GitHub Profile](https://github.com/karmaniverous)!
|
|
455
|
+
Built with ❤️ on Bali! Find more great tools & templates on [my GitHub Profile](https://github.com/karmaniverous).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@karmaniverous/entity-manager",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.9",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -30,21 +30,21 @@
|
|
|
30
30
|
"@babel/core": "^7.25.2",
|
|
31
31
|
"@babel/eslint-parser": "^7.25.1",
|
|
32
32
|
"@babel/plugin-syntax-import-assertions": "^7.24.7",
|
|
33
|
-
"@babel/preset-env": "^7.25.
|
|
33
|
+
"@babel/preset-env": "^7.25.3",
|
|
34
34
|
"@babel/register": "^7.24.6",
|
|
35
35
|
"@karmaniverous/edge-logger": "^1.3.12",
|
|
36
36
|
"@karmaniverous/tagged-templates": "^0.1.2",
|
|
37
|
-
"@types/node": "^20.
|
|
37
|
+
"@types/node": "^20.16.1",
|
|
38
38
|
"babel-plugin-lodash": "^3.3.4",
|
|
39
39
|
"chai": "^5.1.1",
|
|
40
40
|
"concat-md": "^0.5.1",
|
|
41
41
|
"eslint": "=8",
|
|
42
|
-
"eslint-plugin-jsdoc": "^48.
|
|
42
|
+
"eslint-plugin-jsdoc": "^48.11.0",
|
|
43
43
|
"eslint-plugin-mocha": "^10.5.0",
|
|
44
44
|
"eslint-plugin-promise": "^6.6.0",
|
|
45
45
|
"jsdoc-to-markdown": "^8.0.3",
|
|
46
|
-
"knip": "^5.27.
|
|
47
|
-
"mocha": "^10.7.
|
|
46
|
+
"knip": "^5.27.2",
|
|
47
|
+
"mocha": "^10.7.3",
|
|
48
48
|
"release-it": "^17.6.0"
|
|
49
49
|
},
|
|
50
50
|
"exports": {
|