@react-pakistan/util-functions 1.25.74 → 1.25.76

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.
Files changed (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-pakistan/util-functions",
3
- "version": "1.25.74",
3
+ "version": "1.25.76",
4
4
  "description": "A library of all util functions",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -23,7 +23,7 @@
23
23
  "publish:github": "yarn build && cd lib && npm publish && cd ..",
24
24
  "publish:npm": "yarn build && cd lib && npm publish --access public && cd ..",
25
25
  "test": "jest --coverage --config jest.config.js",
26
- "test:badges": "yarn test && jest-coverage-badges && yarn clean:badges && mkdir badges && cp ./coverage/*badge*.svg ./badges/",
26
+ "test:badges": "yarn test && yarn clean:badges && mkdir -p badges && cp ./coverage/*badge*.svg ./badges/",
27
27
  "upgrade": "ncu -u"
28
28
  },
29
29
  "repository": {
@@ -69,7 +69,6 @@
69
69
  "globals": "^15.13.0",
70
70
  "husky": "^9.1.7",
71
71
  "jest": "^29.7.0",
72
- "jest-coverage-badges": "^1.1.2",
73
72
  "jest-environment-jsdom": "^29.7.0",
74
73
  "libphonenumber-js": "^1.12.13",
75
74
  "lint-staged": "^15.2.2",
@@ -89,6 +88,9 @@
89
88
  "uuid": "^11",
90
89
  "zod": "^4"
91
90
  },
91
+ "resolutions": {
92
+ "js-cookie": "3.0.7"
93
+ },
92
94
  "engines": {
93
95
  "npm": ">=10.0.0",
94
96
  "node": ">=20.0.0"