@adbayb/stack 2.28.1 → 2.29.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.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adbayb/stack",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.29.0",
|
|
4
4
|
"description": "My opinionated JavaScript-based toolchain",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"stack",
|
|
@@ -44,19 +44,19 @@
|
|
|
44
44
|
"@commitlint/cli": "^19.8.1",
|
|
45
45
|
"@commitlint/config-conventional": "^19.8.1",
|
|
46
46
|
"@eslint-react/eslint-plugin": "^1.52.3",
|
|
47
|
-
"@eslint/compat": "^1.3.
|
|
48
|
-
"@stylistic/eslint-plugin": "^5.2.
|
|
47
|
+
"@eslint/compat": "^1.3.2",
|
|
48
|
+
"@stylistic/eslint-plugin": "^5.2.3",
|
|
49
49
|
"@vitest/eslint-plugin": "^1.3.3",
|
|
50
|
-
"eslint": "^9.
|
|
50
|
+
"eslint": "^9.33.0",
|
|
51
51
|
"eslint-config-prettier": "^10.1.8",
|
|
52
52
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
53
53
|
"eslint-plugin-depend": "^1.2.0",
|
|
54
54
|
"eslint-plugin-import-x": "^4.16.1",
|
|
55
55
|
"eslint-plugin-jest-formatting": "^3.1.0",
|
|
56
|
-
"eslint-plugin-jsdoc": "^
|
|
56
|
+
"eslint-plugin-jsdoc": "^52.0.4",
|
|
57
57
|
"eslint-plugin-mdx": "^3.6.2",
|
|
58
|
-
"eslint-plugin-n": "^17.21.
|
|
59
|
-
"eslint-plugin-prettier": "^5.5.
|
|
58
|
+
"eslint-plugin-n": "^17.21.3",
|
|
59
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
60
60
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
61
61
|
"eslint-plugin-sonarjs": "^3.0.4",
|
|
62
62
|
"eslint-plugin-sort-keys-custom-order": "^2.2.1",
|
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
"prettier-plugin-packagejson": "^2.5.19",
|
|
68
68
|
"termost": "^1.8.0",
|
|
69
69
|
"turbo": "^2.5.5",
|
|
70
|
-
"typescript": "^5.
|
|
71
|
-
"typescript-eslint": "^8.
|
|
70
|
+
"typescript": "^5.9.2",
|
|
71
|
+
"typescript-eslint": "^8.39.0"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@types/node": "22.
|
|
74
|
+
"@types/node": "22.17.1",
|
|
75
75
|
"quickbundle": "2.13.0"
|
|
76
76
|
},
|
|
77
77
|
"publishConfig": {
|
|
@@ -83,23 +83,12 @@ web_modules/
|
|
|
83
83
|
.cache
|
|
84
84
|
.parcel-cache
|
|
85
85
|
|
|
86
|
-
# Next.js build output
|
|
87
|
-
.next
|
|
88
|
-
out
|
|
89
|
-
|
|
90
|
-
# Nuxt.js build / generate output
|
|
91
|
-
.nuxt
|
|
92
|
-
dist
|
|
93
|
-
|
|
94
86
|
# Gatsby files
|
|
95
87
|
.cache/
|
|
96
88
|
# Comment in the public line in if your project uses Gatsby and not Next.js
|
|
97
89
|
# https://nextjs.org/blog/next-9-1#public-directory-support
|
|
98
90
|
# public
|
|
99
91
|
|
|
100
|
-
# vuepress build output
|
|
101
|
-
.vuepress/dist
|
|
102
|
-
|
|
103
92
|
# vuepress v2.x temp and cache directory
|
|
104
93
|
.temp
|
|
105
94
|
.cache
|
|
@@ -132,6 +121,15 @@ dist
|
|
|
132
121
|
# Vitest
|
|
133
122
|
tsconfig.vitest-temp.json
|
|
134
123
|
|
|
124
|
+
# Build output
|
|
125
|
+
.expo
|
|
126
|
+
web-build
|
|
127
|
+
expo-env.d.ts
|
|
128
|
+
.next
|
|
129
|
+
.nuxt
|
|
130
|
+
out
|
|
131
|
+
dist
|
|
132
|
+
|
|
135
133
|
# Others
|
|
136
134
|
.DS_Store
|
|
137
135
|
.turbo
|
|
@@ -83,23 +83,12 @@ web_modules/
|
|
|
83
83
|
.cache
|
|
84
84
|
.parcel-cache
|
|
85
85
|
|
|
86
|
-
# Next.js build output
|
|
87
|
-
.next
|
|
88
|
-
out
|
|
89
|
-
|
|
90
|
-
# Nuxt.js build / generate output
|
|
91
|
-
.nuxt
|
|
92
|
-
dist
|
|
93
|
-
|
|
94
86
|
# Gatsby files
|
|
95
87
|
.cache/
|
|
96
88
|
# Comment in the public line in if your project uses Gatsby and not Next.js
|
|
97
89
|
# https://nextjs.org/blog/next-9-1#public-directory-support
|
|
98
90
|
# public
|
|
99
91
|
|
|
100
|
-
# vuepress build output
|
|
101
|
-
.vuepress/dist
|
|
102
|
-
|
|
103
92
|
# vuepress v2.x temp and cache directory
|
|
104
93
|
.temp
|
|
105
94
|
.cache
|
|
@@ -132,6 +121,15 @@ dist
|
|
|
132
121
|
# Vitest
|
|
133
122
|
tsconfig.vitest-temp.json
|
|
134
123
|
|
|
124
|
+
# Build output
|
|
125
|
+
.expo
|
|
126
|
+
web-build
|
|
127
|
+
expo-env.d.ts
|
|
128
|
+
.next
|
|
129
|
+
.nuxt
|
|
130
|
+
out
|
|
131
|
+
dist
|
|
132
|
+
|
|
135
133
|
# Others
|
|
136
134
|
.DS_Store
|
|
137
135
|
.turbo
|