@wipperoz/wipperoz-core 1.0.5 → 1.0.7
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/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wipperoz/wipperoz-core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"bin": {
|
|
@@ -39,46 +39,46 @@
|
|
|
39
39
|
},
|
|
40
40
|
"homepage": "https://github.com/wipperoz/wipperoz-core",
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@commitlint/cli": "^
|
|
43
|
-
"@commitlint/config-conventional": "^
|
|
44
|
-
"@eslint/js": "^9.
|
|
42
|
+
"@commitlint/cli": "^20.1.0",
|
|
43
|
+
"@commitlint/config-conventional": "^20.0.0",
|
|
44
|
+
"@eslint/js": "^9.39.1",
|
|
45
45
|
"@semantic-release/changelog": "^6.0.3",
|
|
46
|
+
"@semantic-release/exec": "^6.0.3",
|
|
46
47
|
"@semantic-release/git": "^10.0.1",
|
|
47
|
-
"@types/aws-lambda": "^8.10.
|
|
48
|
+
"@types/aws-lambda": "^8.10.159",
|
|
48
49
|
"@types/eslint__js": "^8.42.3",
|
|
49
50
|
"@types/jest": "^30.0.0",
|
|
50
51
|
"@types/luxon": "^3.6.2",
|
|
51
52
|
"@types/mailchimp__mailchimp_marketing": "^3.0.21",
|
|
52
53
|
"@types/md5": "^2.3.5",
|
|
53
|
-
"@types/node": "^
|
|
54
|
-
"@
|
|
55
|
-
"@typescript-eslint/
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"conventional-changelog-conventionalcommits": "^8.0.0",
|
|
54
|
+
"@types/node": "^24.10.1",
|
|
55
|
+
"@typescript-eslint/eslint-plugin": "^8.48.0",
|
|
56
|
+
"@typescript-eslint/parser": "^8.48.0",
|
|
57
|
+
"commitizen": "^4.3.1",
|
|
58
|
+
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
59
59
|
"cross-env": "^10.1.0",
|
|
60
60
|
"cz-conventional-changelog": "^3.3.0",
|
|
61
|
-
"eslint": "^9.
|
|
62
|
-
"eslint-config-prettier": "^
|
|
63
|
-
"eslint-formatter-junit": "^
|
|
61
|
+
"eslint": "^9.39.1",
|
|
62
|
+
"eslint-config-prettier": "^10.1.8",
|
|
63
|
+
"eslint-formatter-junit": "^9.0.1",
|
|
64
64
|
"eslint-plugin-node": "^11.1.0",
|
|
65
|
-
"eslint-plugin-prettier": "^5.
|
|
65
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
66
66
|
"eslint-plugin-security": "^3.0.1",
|
|
67
67
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
|
|
68
68
|
"husky": "^9.1.7",
|
|
69
69
|
"jest": "^30.2.0",
|
|
70
70
|
"jest-junit": "^16.0.0",
|
|
71
|
-
"prettier": "^3.
|
|
71
|
+
"prettier": "^3.6.2",
|
|
72
72
|
"rimraf": "^6.1.2",
|
|
73
|
-
"semantic-release": "^24.
|
|
73
|
+
"semantic-release": "^24.2.9",
|
|
74
74
|
"ts-jest": "^29.4.5",
|
|
75
75
|
"ts-node": "^10.9.2",
|
|
76
76
|
"tsconfig-paths": "^4.2.0",
|
|
77
|
-
"typescript": "^5.
|
|
78
|
-
"typescript-eslint": "^8.
|
|
77
|
+
"typescript": "^5.9.3",
|
|
78
|
+
"typescript-eslint": "^8.48.0"
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@wipperoz/common-utils": "1.23.
|
|
81
|
+
"@wipperoz/common-utils": "1.23.3",
|
|
82
82
|
"@wipperoz/common-entities": "1.8.2",
|
|
83
83
|
"@wipperoz/common-entities-account": "1.4.4"
|
|
84
84
|
},
|