@servicetitan/folder-lint 26.4.0 → 27.1.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@servicetitan/folder-lint",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "27.1.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "https://docs.st.dev/docs/frontend/folder-schema",
|
|
6
6
|
"repository": {
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"cli": {
|
|
29
29
|
"webpack": false
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "6eca03725ca72a85b405412c0b8cb934eb341366"
|
|
32
32
|
}
|
|
@@ -228,7 +228,7 @@ describe('inheritAllowedExtensions', () => {
|
|
|
228
228
|
/* description */ string,
|
|
229
229
|
/* parent's allowedExtensions */ string[],
|
|
230
230
|
/* dir */ Folder,
|
|
231
|
-
/* expected */ string[]
|
|
231
|
+
/* expected */ string[],
|
|
232
232
|
][] = [
|
|
233
233
|
[
|
|
234
234
|
"use parent value when 'allowedExtensions' is undefined",
|
|
@@ -287,7 +287,7 @@ describe('canonicalizeConfig', () => {
|
|
|
287
287
|
const cases: [
|
|
288
288
|
/* description */ string,
|
|
289
289
|
/* raw */ ParentFolder,
|
|
290
|
-
/* expected */ LazyCanonicalFolder
|
|
290
|
+
/* expected */ LazyCanonicalFolder,
|
|
291
291
|
][] = [
|
|
292
292
|
[
|
|
293
293
|
'Fill defaults #1',
|