@rainersoft/utils 1.2.0 → 1.4.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/dist/auth/index.d.mts +1 -0
- package/dist/auth/index.d.ts +1 -0
- package/dist/auth/index.js +63 -0
- package/dist/auth/index.js.map +1 -0
- package/dist/auth/index.mjs +54 -0
- package/dist/auth/index.mjs.map +1 -0
- package/dist/date/index.d.mts +2 -9
- package/dist/date/index.d.ts +2 -9
- package/dist/index-BA11MtKk.d.ts +18 -0
- package/dist/index-BPYjFrM1.d.mts +18 -0
- package/dist/index-BfZE8XjJ.d.ts +18 -0
- package/dist/index-BuqX8-qm.d.mts +18 -0
- package/dist/index-DeZ9ZulO.d.mts +28 -0
- package/dist/index-DeZ9ZulO.d.ts +28 -0
- package/dist/index.d.mts +181 -49
- package/dist/index.d.ts +181 -49
- package/dist/index.js +897 -155
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +858 -154
- package/dist/index.mjs.map +1 -1
- package/dist/search/index.d.mts +12 -0
- package/dist/search/index.d.ts +12 -0
- package/dist/search/index.js +92 -0
- package/dist/search/index.js.map +1 -0
- package/dist/search/index.mjs +88 -0
- package/dist/search/index.mjs.map +1 -0
- package/dist/status/index.d.mts +2 -9
- package/dist/status/index.d.ts +2 -9
- package/dist/string/index.d.mts +6 -1
- package/dist/string/index.d.ts +6 -1
- package/dist/string/index.js +73 -1
- package/dist/string/index.js.map +1 -1
- package/dist/string/index.mjs +69 -2
- package/dist/string/index.mjs.map +1 -1
- package/package.json +102 -87
package/package.json
CHANGED
|
@@ -1,87 +1,102 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@rainersoft/utils",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "Utilitários universais para formatação, conversão e manipulação de dados
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"
|
|
11
|
-
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
"
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
"@types/
|
|
77
|
-
"@
|
|
78
|
-
"@typescript-eslint/
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"typescript": "^5.9.3"
|
|
86
|
-
}
|
|
87
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@rainersoft/utils",
|
|
3
|
+
"version": "1.4.0",
|
|
4
|
+
"description": "Utilitários universais para formatação, conversão e manipulação de dados",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Rainer Teixeira",
|
|
7
|
+
"email": "suporte@rainersoft.com.br"
|
|
8
|
+
},
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"keywords": [
|
|
11
|
+
"utils",
|
|
12
|
+
"utilities",
|
|
13
|
+
"formatters",
|
|
14
|
+
"date",
|
|
15
|
+
"string",
|
|
16
|
+
"number",
|
|
17
|
+
"currency",
|
|
18
|
+
"slug",
|
|
19
|
+
"status",
|
|
20
|
+
"typescript"
|
|
21
|
+
],
|
|
22
|
+
"main": "dist/index.js",
|
|
23
|
+
"module": "dist/index.mjs",
|
|
24
|
+
"types": "dist/index.d.ts",
|
|
25
|
+
"exports": {
|
|
26
|
+
".": {
|
|
27
|
+
"types": "./dist/index.d.ts",
|
|
28
|
+
"import": "./dist/index.mjs",
|
|
29
|
+
"require": "./dist/index.js"
|
|
30
|
+
},
|
|
31
|
+
"./date": {
|
|
32
|
+
"types": "./dist/date/index.d.ts",
|
|
33
|
+
"import": "./dist/date/index.mjs",
|
|
34
|
+
"require": "./dist/date/index.js"
|
|
35
|
+
},
|
|
36
|
+
"./string": {
|
|
37
|
+
"types": "./dist/string/index.d.ts",
|
|
38
|
+
"import": "./dist/string/index.mjs",
|
|
39
|
+
"require": "./dist/string/index.js"
|
|
40
|
+
},
|
|
41
|
+
"./number": {
|
|
42
|
+
"types": "./dist/number/index.d.ts",
|
|
43
|
+
"import": "./dist/number/index.mjs",
|
|
44
|
+
"require": "./dist/number/index.js"
|
|
45
|
+
},
|
|
46
|
+
"./status": {
|
|
47
|
+
"types": "./dist/status/index.d.ts",
|
|
48
|
+
"import": "./dist/status/index.mjs",
|
|
49
|
+
"require": "./dist/status/index.js"
|
|
50
|
+
},
|
|
51
|
+
"./auth": {
|
|
52
|
+
"types": "./dist/auth/index.d.ts",
|
|
53
|
+
"import": "./dist/auth/index.mjs",
|
|
54
|
+
"require": "./dist/auth/index.js"
|
|
55
|
+
},
|
|
56
|
+
"./search": {
|
|
57
|
+
"types": "./dist/search/index.d.ts",
|
|
58
|
+
"import": "./dist/search/index.mjs",
|
|
59
|
+
"require": "./dist/search/index.js"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"files": [
|
|
63
|
+
"dist",
|
|
64
|
+
"README.md",
|
|
65
|
+
"LICENSE"
|
|
66
|
+
],
|
|
67
|
+
"peerDependencies": {
|
|
68
|
+
"react": "^18.0.0 || ^19.0.0"
|
|
69
|
+
},
|
|
70
|
+
"publishConfig": {
|
|
71
|
+
"access": "public"
|
|
72
|
+
},
|
|
73
|
+
"devDependencies": {
|
|
74
|
+
"@types/jest": "^29.5.12",
|
|
75
|
+
"@types/node": "^20.19.25",
|
|
76
|
+
"@types/react": "^19.2.8",
|
|
77
|
+
"@typescript-eslint/eslint-plugin": "^7.0.1",
|
|
78
|
+
"@typescript-eslint/parser": "^7.0.1",
|
|
79
|
+
"eslint": "^8.56.0",
|
|
80
|
+
"jest": "^29.7.0",
|
|
81
|
+
"prettier": "^3.2.5",
|
|
82
|
+
"ts-jest": "^29.1.2",
|
|
83
|
+
"tsup": "^8.5.1",
|
|
84
|
+
"tsx": "^4.21.0",
|
|
85
|
+
"typescript": "^5.9.3"
|
|
86
|
+
},
|
|
87
|
+
"scripts": {
|
|
88
|
+
"dev": "tsup --watch",
|
|
89
|
+
"build": "tsup",
|
|
90
|
+
"test": "jest",
|
|
91
|
+
"test:watch": "jest --watch",
|
|
92
|
+
"test:coverage": "jest --coverage",
|
|
93
|
+
"lint": "eslint src --ext .ts",
|
|
94
|
+
"format": "prettier --write \"src/**/*.ts\"",
|
|
95
|
+
"typecheck": "tsc --noEmit",
|
|
96
|
+
"changelog": "tsx scripts/generate-changelog.ts",
|
|
97
|
+
"version": "tsx scripts/generate-changelog.ts && git add docs/98-CHANGELOG.md package.json",
|
|
98
|
+
"release": "tsx scripts/release-package.ts",
|
|
99
|
+
"release:dry-run": "tsx scripts/release-package.ts --dry-run",
|
|
100
|
+
"release:validate": "tsx scripts/release-package.ts --validate-only"
|
|
101
|
+
}
|
|
102
|
+
}
|