@heyform-inc/utils 1.0.8 → 1.1.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/index.d.mts +135 -123
- package/dist/index.d.ts +135 -123
- package/dist/index.js +170 -143
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +149 -138
- package/dist/index.mjs.map +1 -1
- package/package.json +64 -71
package/package.json
CHANGED
|
@@ -1,71 +1,64 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@heyform-inc/utils",
|
|
3
|
-
"description": "HeyForm utils",
|
|
4
|
-
"version": "1.0
|
|
5
|
-
"homepage": "https://heyform.net",
|
|
6
|
-
"author": "Heyooo, Inc.",
|
|
7
|
-
"license": "AGPL-3.0",
|
|
8
|
-
"main": "./dist/index.js",
|
|
9
|
-
"module": "./dist/index.mjs",
|
|
10
|
-
"types": "./dist/index.d.ts",
|
|
11
|
-
"files": [
|
|
12
|
-
"./dist"
|
|
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
|
-
"eslint": "^
|
|
47
|
-
"eslint-
|
|
48
|
-
"eslint-
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
"
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
"
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
"ts",
|
|
66
|
-
"js",
|
|
67
|
-
"json",
|
|
68
|
-
"node"
|
|
69
|
-
]
|
|
70
|
-
}
|
|
71
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@heyform-inc/utils",
|
|
3
|
+
"description": "HeyForm utils",
|
|
4
|
+
"version": "1.1.0",
|
|
5
|
+
"homepage": "https://heyform.net",
|
|
6
|
+
"author": "Heyooo, Inc.",
|
|
7
|
+
"license": "AGPL-3.0",
|
|
8
|
+
"main": "./dist/index.js",
|
|
9
|
+
"module": "./dist/index.mjs",
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
11
|
+
"files": [
|
|
12
|
+
"./dist"
|
|
13
|
+
],
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"@types/clone": "^2.1.4",
|
|
16
|
+
"@types/mime-types": "^2.1.0",
|
|
17
|
+
"@types/ms": "^0.7.34",
|
|
18
|
+
"@types/object-path": "^0.11.0",
|
|
19
|
+
"@types/qs": "^6.9.15",
|
|
20
|
+
"@types/uuid": "^10.0.0",
|
|
21
|
+
"@types/validator": "^13.1.0",
|
|
22
|
+
"clone": "^2.1.2",
|
|
23
|
+
"dayjs": "^1.8.35",
|
|
24
|
+
"deep-object-diff": "^1.1.0",
|
|
25
|
+
"fast-equals": "^5.0.1",
|
|
26
|
+
"html-to-text": "^9.0.5",
|
|
27
|
+
"humanize-bytes": "^1.0.1",
|
|
28
|
+
"mime-types": "2.1.35",
|
|
29
|
+
"ms": "^2.1.3",
|
|
30
|
+
"nanoid": "^3.3.7",
|
|
31
|
+
"object-path": "^0.11.5",
|
|
32
|
+
"qs": "^6.12.1",
|
|
33
|
+
"slugify": "^1.4.5",
|
|
34
|
+
"uuid": "^10.0.0",
|
|
35
|
+
"validator": "^13.1.1"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@types/html-to-text": "^9.0.4",
|
|
39
|
+
"@types/jest": "^29.5.12",
|
|
40
|
+
"@types/node": "^20.14.9",
|
|
41
|
+
"@typescript-eslint/eslint-plugin": "7.15.0",
|
|
42
|
+
"@typescript-eslint/parser": "7.15.0",
|
|
43
|
+
"@vitest/coverage-v8": "^1.6.0",
|
|
44
|
+
"eslint": "^9.6.0",
|
|
45
|
+
"eslint-config-prettier": "^9.1.0",
|
|
46
|
+
"eslint-import-resolver-typescript": "^3.6.1",
|
|
47
|
+
"eslint-plugin-import": "^2.20.2",
|
|
48
|
+
"eslint-plugin-prettier": "^5.1.3",
|
|
49
|
+
"prettier": "^3.3.2",
|
|
50
|
+
"rimraf": "^5.0.7",
|
|
51
|
+
"tslib": "^2.0.0",
|
|
52
|
+
"tsup": "^8.0.2",
|
|
53
|
+
"typescript": "5.5.3",
|
|
54
|
+
"vitest": "^1.6.0"
|
|
55
|
+
},
|
|
56
|
+
"scripts": {
|
|
57
|
+
"build": "tsup",
|
|
58
|
+
"test": "vitest",
|
|
59
|
+
"cov": "vitest run --coverage",
|
|
60
|
+
"lint": "eslint . --ext .ts --quiet --fix",
|
|
61
|
+
"clean": "rimraf dist",
|
|
62
|
+
"prebuild": "npm run clean"
|
|
63
|
+
}
|
|
64
|
+
}
|