@@ -21,43 +21,49 @@ Core:
21
21
- all-globs-to-all-files : ' !packages/dflex-core-instance/package.json'
22
22
23
23
DnD :
24
- - changed-files :
25
- - any-glob-to-any-file : ' packages/dflex-dnd/**'
26
- - all-globs-to-all-files : ' !packages/dflex-dnd/package.json'
24
+ - all :
25
+ - changed-files :
26
+ - any-glob-to-any-file : ' packages/dflex-dnd/**'
27
+ - all-globs-to-all-files : ' !packages/dflex-dnd/package.json'
27
28
28
29
Dom-Gen :
29
- - changed-files :
30
- - any-glob-to-any-file : ' packages/dflex-dom-gen/**'
31
- - all-globs-to-all-files : ' !packages/dflex-dom-gen/package.json'
30
+ - all :
31
+ - changed-files :
32
+ - any-glob-to-any-file : ' packages/dflex-dom-gen/**'
33
+ - all-globs-to-all-files : ' !packages/dflex-dom-gen/package.json'
32
34
33
35
Draggable-only :
34
- - changed-files :
35
- - any-glob-to-any-file : ' packages/dflex-draggable/**'
36
- - all-globs-to-all-files : ' !packages/dflex-draggable/package.json'
36
+ - all :
37
+ - changed-files :
38
+ - any-glob-to-any-file : ' packages/dflex-draggable/**'
39
+ - all-globs-to-all-files : ' !packages/dflex-draggable/package.json'
37
40
38
41
Store :
39
- - changed-files :
40
- - any-glob-to-any-file : ' packages/dflex-store/**'
41
- - all-globs-to-all-files : ' !packages/dflex-store/package.json'
42
+ - all :
43
+ - changed-files :
44
+ - any-glob-to-any-file : ' packages/dflex-store/**'
45
+ - all-globs-to-all-files : ' !packages/dflex-store/package.json'
42
46
43
47
Utils :
44
- - changed-files :
45
- - any-glob-to-any-file : ' packages/dflex-utils/**'
46
- - all-globs-to-all-files : ' !packages/dflex-utils/package.json'
48
+ - all :
49
+ - changed-files :
50
+ - any-glob-to-any-file : ' packages/dflex-utils/**'
51
+ - all-globs-to-all-files : ' !packages/dflex-utils/package.json'
47
52
48
- - any-glob-to-any-file : ' playgrounds/dflex-e2e-utils/**'
49
- - all-globs-to-all-files : ' !playgrounds/dflex-e2e-utils/package.json'
53
+ - any-glob-to-any-file : ' playgrounds/dflex-e2e-utils/**'
54
+ - all-globs-to-all-files : ' !playgrounds/dflex-e2e-utils/package.json'
50
55
51
56
Playground ⚽ :
52
- - changed-files :
53
- - any-glob-to-any-file : ' playgrounds/dflex-dnd-playground/**'
54
- - all-globs-to-all-files : ' !packages/dflex-dnd-playground/package.json'
57
+ - all :
58
+ - changed-files :
59
+ - any-glob-to-any-file : ' playgrounds/dflex-dnd-playground/**'
60
+ - all-globs-to-all-files : ' !packages/dflex-dnd-playground/package.json'
55
61
56
- - any-glob-to-any-file : ' playgrounds/dflex-next-playground/**'
57
- - all-globs-to-all-files : ' !packages/dflex-next-playground/package.json'
62
+ - any-glob-to-any-file : ' playgrounds/dflex-next-playground/**'
63
+ - all-globs-to-all-files : ' !packages/dflex-next-playground/package.json'
58
64
59
- - any-glob-to-any-file : ' playgrounds/dflex-draggable-playground/**'
60
- - all-globs-to-all-files : ' !packages/dflex-draggable-playground/package.json'
65
+ - any-glob-to-any-file : ' playgrounds/dflex-draggable-playground/**'
66
+ - all-globs-to-all-files : ' !packages/dflex-draggable-playground/package.json'
61
67
62
68
dependencies :
63
69
- changed-files :
0 commit comments