@archoleat/reglib 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +0 -2
- package/package.json +15 -15
package/README.md
CHANGED
@@ -2,8 +2,6 @@
|
|
2
2
|
|
3
3
|
![NPM Version](https://img.shields.io/npm/v/%40archoleat%2Freglib)
|
4
4
|
![NPM Downloads](https://img.shields.io/npm/dm/%40archoleat%2Freglib)
|
5
|
-
![ESM](https://img.shields.io/badge/ESM-fe0)
|
6
|
-
![Provenance](https://img.shields.io/badge/Provenance-fo0)
|
7
5
|
![Specs](https://img.shields.io/github/actions/workflow/status/archoleat/reglib/spec.yaml?label=Specs)
|
8
6
|
![Commitlint](https://img.shields.io/github/actions/workflow/status/archoleat/reglib/commitlint.yaml?label=Commitlint)
|
9
7
|
![Editorconfig](https://img.shields.io/github/actions/workflow/status/archoleat/reglib/editorconfig.yaml?label=Editorconfig)
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@archoleat/reglib",
|
3
3
|
"description": "Library with ready-to-use regex",
|
4
|
-
"version": "1.2.
|
4
|
+
"version": "1.2.1",
|
5
5
|
"license": "MIT",
|
6
6
|
"author": {
|
7
7
|
"email": "archoleat@gmail.com",
|
@@ -34,8 +34,8 @@
|
|
34
34
|
},
|
35
35
|
"type": "module",
|
36
36
|
"imports": {
|
37
|
-
"#
|
38
|
-
"#validators": "./src/validators
|
37
|
+
"#src/*": "./src/*",
|
38
|
+
"#validators/*": "./src/validators/*"
|
39
39
|
},
|
40
40
|
"exports": {
|
41
41
|
".": "./index.js",
|
@@ -53,19 +53,19 @@
|
|
53
53
|
"@archoleat/eslint-flat-compatibility": "^1.2.1",
|
54
54
|
"@archoleat/prettier-define-config": "^1.1.0",
|
55
55
|
"@archoleat/semantic-release-define-config": "^1.2.0",
|
56
|
-
"@commitlint/cli": "^19.
|
57
|
-
"@commitlint/config-conventional": "^19.
|
56
|
+
"@commitlint/cli": "^19.6.0",
|
57
|
+
"@commitlint/config-conventional": "^19.6.0",
|
58
58
|
"@commitlint/types": "^19.5.0",
|
59
59
|
"@rollup/plugin-alias": "^5.1.1",
|
60
60
|
"@rollup/plugin-typescript": "^12.1.1",
|
61
61
|
"@semantic-release/changelog": "^6.0.3",
|
62
62
|
"@semantic-release/git": "^10.0.1",
|
63
|
-
"@types/node": "^22.
|
63
|
+
"@types/node": "^22.10.1",
|
64
64
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
65
65
|
"@typescript-eslint/parser": "^7.18.0",
|
66
|
-
"@vitest/coverage-v8": "^2.1.
|
66
|
+
"@vitest/coverage-v8": "^2.1.6",
|
67
67
|
"conventional-changelog-conventionalcommits": "^8.0.0",
|
68
|
-
"editorconfig-checker": "^
|
68
|
+
"editorconfig-checker": "^5.1.9",
|
69
69
|
"eslint": "^8.57.1",
|
70
70
|
"eslint-config-airbnb": "^19.0.4",
|
71
71
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
@@ -74,22 +74,22 @@
|
|
74
74
|
"eslint-import-resolver-typescript": "^3.6.3",
|
75
75
|
"eslint-plugin-import": "^2.31.0",
|
76
76
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
77
|
-
"eslint-plugin-unicorn": "^56.0.
|
77
|
+
"eslint-plugin-unicorn": "^56.0.1",
|
78
78
|
"git-pull-run": "^1.4.0",
|
79
|
-
"globals": "^15.
|
80
|
-
"husky": "^9.1.
|
79
|
+
"globals": "^15.13.0",
|
80
|
+
"husky": "^9.1.7",
|
81
81
|
"lint-staged": "^15.2.10",
|
82
|
-
"prettier": "^3.
|
82
|
+
"prettier": "^3.4.1",
|
83
83
|
"remark": "15.0.1",
|
84
84
|
"remark-cli": "^12.0.1",
|
85
85
|
"remark-preset-lint-consistent": "^6.0.0",
|
86
86
|
"remark-preset-lint-markdown-style-guide": "^6.0.0",
|
87
87
|
"remark-preset-lint-recommended": "^7.0.0",
|
88
|
-
"rollup": "^4.
|
88
|
+
"rollup": "^4.28.0",
|
89
89
|
"rollup-plugin-dts": "^6.1.1",
|
90
90
|
"rollup-plugin-esbuild": "^6.1.1",
|
91
91
|
"semantic-release": "^24.2.0",
|
92
|
-
"typescript": "^5.
|
93
|
-
"vitest": "^2.1.
|
92
|
+
"typescript": "^5.7.2",
|
93
|
+
"vitest": "^2.1.6"
|
94
94
|
}
|
95
95
|
}
|