@pronto-tools-and-more/network-process 6.18.0 → 6.19.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +1 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/network-process",
3
- "version": "6.18.0",
3
+ "version": "6.19.0",
4
4
  "description": "",
5
5
  "main": "src/networkProcessMain.js",
6
6
  "type": "module",
@@ -25,8 +25,5 @@
25
25
  "@types/archiver": "^6.0.2",
26
26
  "@types/node": "^22.7.4",
27
27
  "jest": "^29.7.0"
28
- },
29
- "jest": {
30
- "injectGlobals": false
31
28
  }
32
29
  }