@regardio/js 0.2.0 → 0.2.2
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/package.json +5 -7
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"description": "Regardio JavaScript utilities",
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@regardio/dev": "1.9.
|
|
13
|
+
"@regardio/dev": "1.9.4",
|
|
14
14
|
"@total-typescript/ts-reset": "0.6.1",
|
|
15
15
|
"@types/node": "25.0.3",
|
|
16
16
|
"vitest": "4.0.16"
|
|
@@ -65,9 +65,7 @@
|
|
|
65
65
|
"types": "./dist/validation/verify-file-accept.d.ts"
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
|
-
"files": [
|
|
69
|
-
"dist"
|
|
70
|
-
],
|
|
68
|
+
"files": ["dist"],
|
|
71
69
|
"homepage": "https://github.com/regardio/js#readme",
|
|
72
70
|
"keywords": [
|
|
73
71
|
"utilities",
|
|
@@ -95,10 +93,10 @@
|
|
|
95
93
|
"dev": "exec-tsc --project tsconfig.build.json --watch",
|
|
96
94
|
"fix": "exec-p fix:*",
|
|
97
95
|
"fix:biome": "lint-biome check --write --unsafe .",
|
|
98
|
-
"fix:md": "lint-md --fix
|
|
96
|
+
"fix:md": "lint-md --fix",
|
|
99
97
|
"lint": "exec-p lint:*",
|
|
100
98
|
"lint:biome": "lint-biome check .",
|
|
101
|
-
"lint:md": "lint-md
|
|
99
|
+
"lint:md": "lint-md",
|
|
102
100
|
"prepare": "exec-husky",
|
|
103
101
|
"release": "flow-release",
|
|
104
102
|
"report": "exec-s report:*",
|
|
@@ -110,5 +108,5 @@
|
|
|
110
108
|
},
|
|
111
109
|
"sideEffects": false,
|
|
112
110
|
"type": "module",
|
|
113
|
-
"version": "0.2.
|
|
111
|
+
"version": "0.2.2"
|
|
114
112
|
}
|