@mysetup/helpers 1.8.0 → 1.8.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.
@@ -1 +1 @@
1
- {"version":3,"file":"formatPhoneNumber.d.ts","sourceRoot":"","sources":["../../../src/formatPhoneNumber/formatPhoneNumber.ts"],"names":[],"mappings":"AAEA,wBAAgB,iBAAiB,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAUpE;AAED,eAAO,MAAM,qBAAqB,gBAAiB,MAAM,KAAG,MAM3D,CAAC"}
1
+ {"version":3,"file":"formatPhoneNumber.d.ts","sourceRoot":"","sources":["../../../src/formatPhoneNumber/formatPhoneNumber.ts"],"names":[],"mappings":"AAEA,wBAAgB,iBAAiB,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAUpE;AAED,eAAO,MAAM,qBAAqB,GAAI,aAAa,MAAM,KAAG,MAM3D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"generate-cache-key.d.ts","sourceRoot":"","sources":["../../../src/generate-cache-key/generate-cache-key.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,UAClB,MAAM,eACA,MAAM,OACd,MAAM,WAGd,CAAC"}
1
+ {"version":3,"file":"generate-cache-key.d.ts","sourceRoot":"","sources":["../../../src/generate-cache-key/generate-cache-key.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,GACzB,OAAO,MAAM,EACb,aAAa,MAAM,EACnB,KAAK,MAAM,WAGd,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"getCrypto.d.ts","sourceRoot":"","sources":["../../../src/getCrypto/getCrypto.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,UAAU,SAAU,MAAM,WAAW,MAAM,KAAG,MAgB1D,CAAC;AAEF,eAAO,MAAM,UAAU,kBAAmB,MAAM,WAAW,MAAM,KAAG,MAoBnE,CAAC"}
1
+ {"version":3,"file":"getCrypto.d.ts","sourceRoot":"","sources":["../../../src/getCrypto/getCrypto.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,UAAU,GAAI,MAAM,MAAM,EAAE,SAAS,MAAM,KAAG,MAgB1D,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,eAAe,MAAM,EAAE,SAAS,MAAM,KAAG,MAoBnE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"getDateTimeDiff.d.ts","sourceRoot":"","sources":["../../../src/getDateTimeDiff/getDateTimeDiff.ts"],"names":[],"mappings":"AACA,OAAO,cAAc,MAAM,uBAAuB,CAAC;AAMnD,eAAO,MAAM,eAAe,aAAc,MAAM,WAAW,MAAM;;;;;;;;CAqChE,CAAC"}
1
+ {"version":3,"file":"getDateTimeDiff.d.ts","sourceRoot":"","sources":["../../../src/getDateTimeDiff/getDateTimeDiff.ts"],"names":[],"mappings":"AACA,OAAO,cAAc,MAAM,uBAAuB,CAAC;AAMnD,eAAO,MAAM,eAAe,GAAI,UAAU,MAAM,EAAE,SAAS,MAAM;;;;;;;;CAqChE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"getTextWidth.d.ts","sourceRoot":"","sources":["../../../src/getTextWidth/getTextWidth.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,eAAO,MAAM,YAAY,SAAU,MAAM,SAAS,MAAM,uBAWvD,CAAC"}
1
+ {"version":3,"file":"getTextWidth.d.ts","sourceRoot":"","sources":["../../../src/getTextWidth/getTextWidth.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,eAAO,MAAM,YAAY,GAAI,MAAM,MAAM,EAAE,OAAO,MAAM,uBAWvD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"setCookie.d.ts","sourceRoot":"","sources":["../../../src/setCookie/setCookie.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,UAAW,MAAM,UAAU,MAAM,UAAU,MAAM,SAKtE,CAAC"}
1
+ {"version":3,"file":"setCookie.d.ts","sourceRoot":"","sources":["../../../src/setCookie/setCookie.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,GAAI,OAAO,MAAM,EAAE,QAAQ,MAAM,EAAE,QAAQ,MAAM,SAKtE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mysetup/helpers",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "prettier": "@mysetup/prettier-config",
50
50
  "engines": {
51
- "node": ">=18.0.0"
51
+ "node": ">=20.15.1"
52
52
  },
53
53
  "packageManager": "pnpm@9.9.0"
54
54
  }