@wipperoz/wipperoz-core 1.2.0 → 1.3.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wipperoz/wipperoz-core",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "bin": {
@@ -12,6 +12,7 @@
12
12
  "repository": "git@github.com:wipperoz/wipperoz-core.git",
13
13
  "author": "Diego Santana <dsantana@wipperoz.com>",
14
14
  "license": "MIT",
15
+ "packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728",
15
16
  "scripts": {
16
17
  "cz": "git-cz",
17
18
  "clean": "node bin/run-clean dist coverage reports",
@@ -25,7 +26,7 @@
25
26
  "eslint:cli": "yarn eslint --report-unused-disable-directives .",
26
27
  "eslint:fix": "yarn eslint:cli --fix --format junit --output-file ./reports/eslint/eslint.xml",
27
28
  "pretest": "yarn build",
28
- "test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS\" jest --passWithNoTests",
29
+ "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests",
29
30
  "posttest": "yarn lint:fix ",
30
31
  "semantic-release": "semantic-release -t v\\${version}",
31
32
  "prepack": "npm run build",
@@ -78,9 +79,9 @@
78
79
  "typescript-eslint": "^8.48.0"
79
80
  },
80
81
  "dependencies": {
81
- "@wipperoz/common-utils": "1.24.1",
82
- "@wipperoz/common-entities": "1.8.3",
83
- "@wipperoz/common-entities-account": "1.4.7"
82
+ "@wipperoz/common-entities": "1.9.0",
83
+ "@wipperoz/common-entities-account": "1.5.0",
84
+ "@wipperoz/common-utils": "1.25.0"
84
85
  },
85
86
  "config": {
86
87
  "commitizen": {