@archoleat/reglib 1.9.1 → 1.9.3

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.
Files changed (2) hide show
  1. package/README.md +0 -12
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -25,18 +25,6 @@ regular expressions for various use cases.
25
25
  bun i -D @archoleat/reglib
26
26
  ```
27
27
 
28
- ```shell
29
- pnpm i -D @archoleat/reglib
30
- ```
31
-
32
- ```shell
33
- npm i -D @archoleat/reglib
34
- ```
35
-
36
- ```shell
37
- yarn add @archoleat/reglib --dev
38
- ```
39
-
40
28
  ## List of Regex
41
29
 
42
30
  - ATTRIBUTE_REGEX
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.9.1",
4
+ "version": "1.9.3",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "email": "nikkeyl.me@gmail.com",
@@ -47,10 +47,10 @@
47
47
  "init": "bun i && husky"
48
48
  },
49
49
  "devDependencies": {
50
- "@archoleat/commitlint-define-config": "^1.1.0",
50
+ "@archoleat/commitlint-define-config": "^1.1.1",
51
51
  "@archoleat/eslint-flat-compatibility": "^1.2.1",
52
- "@archoleat/prettier-define-config": "^1.1.0",
53
- "@archoleat/semantic-release-define-config": "^1.2.0",
52
+ "@archoleat/prettier-define-config": "^1.2.1",
53
+ "@archoleat/semantic-release-define-config": "^1.3.1",
54
54
  "@commitlint/cli": "^19.8.1",
55
55
  "@commitlint/config-conventional": "^19.8.1",
56
56
  "@commitlint/types": "^19.8.1",
@@ -58,7 +58,7 @@
58
58
  "@rollup/plugin-typescript": "^12.1.4",
59
59
  "@semantic-release/changelog": "^6.0.3",
60
60
  "@semantic-release/git": "^10.0.1",
61
- "@types/bun": "^1.2.20",
61
+ "@types/bun": "^1.2.21",
62
62
  "@typescript-eslint/eslint-plugin": "^7.18.0",
63
63
  "@typescript-eslint/parser": "^7.18.0",
64
64
  "conventional-changelog-conventionalcommits": "^9.1.0",
@@ -71,19 +71,19 @@
71
71
  "eslint-import-resolver-typescript": "^4.4.4",
72
72
  "eslint-plugin-import": "^2.32.0",
73
73
  "eslint-plugin-simple-import-sort": "^12.1.1",
74
- "eslint-plugin-unicorn": "^60.0.0",
74
+ "eslint-plugin-unicorn": "^61.0.1",
75
75
  "git-pull-run": "^1.6.2",
76
76
  "globals": "^16.3.0",
77
77
  "husky": "^9.1.7",
78
- "lint-staged": "^16.1.5",
78
+ "lint-staged": "^16.1.6",
79
79
  "prettier": "^3.6.2",
80
80
  "remark": "15.0.1",
81
81
  "remark-cli": "^12.0.1",
82
82
  "remark-preset-lint-consistent": "^6.0.1",
83
83
  "remark-preset-lint-markdown-style-guide": "^6.0.1",
84
84
  "remark-preset-lint-recommended": "^7.0.1",
85
- "rollup": "^4.46.2",
86
- "rollup-plugin-dts": "^6.2.1",
85
+ "rollup": "^4.50.0",
86
+ "rollup-plugin-dts": "^6.2.3",
87
87
  "rollup-plugin-esbuild": "^6.2.1",
88
88
  "semantic-release": "^24.2.7",
89
89
  "tslib": "^2.8.1"