@dword-design/base 16.1.7 → 16.1.8
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/get-generated-files/get-editor-ignore/index.d.ts +1 -1
- package/dist/get-generated-files/get-gitignore/index.d.ts +1 -1
- package/dist/get-generated-files/get-lint-staged/merge-lint-staged-configs/index.js +1 -1
- package/dist/get-generated-files/github-labels.d.ts +4 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
export default function (): any;
|
|
1
|
+
export default function (): any[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export default function (): any;
|
|
1
|
+
export default function (): any[];
|
|
@@ -2,7 +2,7 @@ import braces from "braces";
|
|
|
2
2
|
import sortKeys from "sort-keys";
|
|
3
3
|
const createBracePattern = expandedGlobs => {
|
|
4
4
|
if (expandedGlobs.length <= 1) return null;
|
|
5
|
-
const sortedGlobs =
|
|
5
|
+
const sortedGlobs = expandedGlobs.toSorted();
|
|
6
6
|
const globParts = sortedGlobs.map(glob => {
|
|
7
7
|
const lastDotIndex = glob.lastIndexOf(".");
|
|
8
8
|
if (lastDotIndex === -1) return null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dword-design/base",
|
|
3
|
-
"version": "16.1.
|
|
3
|
+
"version": "16.1.8",
|
|
4
4
|
"description": "Base package for projects.",
|
|
5
5
|
"repository": "dword-design/base",
|
|
6
6
|
"funding": "https://github.com/sponsors/dword-design",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@dword-design/ci": "^5.0.0",
|
|
38
38
|
"@dword-design/defu": "^1.0.3",
|
|
39
39
|
"@dword-design/dotenv-json-extended": "^4.0.1",
|
|
40
|
-
"@dword-design/eslint-config": "^
|
|
40
|
+
"@dword-design/eslint-config": "^9.0.0",
|
|
41
41
|
"@dword-design/personal-data": "^3.0.0",
|
|
42
42
|
"@semantic-release/changelog": "^6.0.3",
|
|
43
43
|
"@semantic-release/git": "^10.0.1",
|