@emarketeer/ts-microservice-commons 6.7.0 → 6.7.1

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.
@@ -3079,7 +3079,7 @@ try {
3079
3079
  result = runCommand('npx tsc --noEmit', scriptArgs);
3080
3080
  }
3081
3081
  if (script === 'jest') {
3082
- result = runCommand('npx cross-env NODE_OPTIONS=--max_old_space_size=4096 jest -w 4 --ci --forceExit --config node_modules/@emarketeer/ts-microservice-commons/dist/lib/jest.config.js', scriptArgs);
3082
+ result = runCommand('npx cross-env NODE_OPTIONS="--max_old_space_size=4096 --experimental-vm-modules" jest -w 4 --ci --forceExit --config node_modules/@emarketeer/ts-microservice-commons/dist/lib/jest.config.js', scriptArgs);
3083
3083
  }
3084
3084
  if (!supportedCommands.includes(script)) {
3085
3085
  generateServerlessConfig();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emarketeer/ts-microservice-commons",
3
- "version": "6.7.0",
3
+ "version": "6.7.1",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "bin": {