|
1 | 1 | { |
2 | 2 | "repositories": { |
3 | 3 | "common-ci": { |
4 | | - "version": "4.3.26", |
| 4 | + "version": "4.3.27", |
5 | 5 | "isLeaf": true |
6 | 6 | }, |
7 | | - "device-detection-cxx": { |
| 7 | + "pipeline-dotnet": { |
8 | 8 | "version": "4.3.9", |
| 9 | + "packageName": "FiftyOne.Pipeline", |
9 | 10 | "isLeaf": false, |
10 | 11 | "dependencies": [ |
11 | 12 | "common-ci" |
12 | 13 | ] |
13 | | - }, |
14 | | - "device-detection-node": { |
15 | | - "version": "4.3.7", |
16 | | - "packageName": "fiftyone.devicedetection", |
17 | | - "isLeaf": false, |
18 | | - "dependencies": [ |
19 | | - "common-ci", |
20 | | - "device-detection-cxx" |
21 | | - ] |
22 | | - }, |
23 | | - "device-detection-python": { |
24 | | - "version": "4.3.2", |
25 | | - "packageName": "fiftyone_devicedetection", |
26 | | - "versionVariableName": "deviceDetectionVersion", |
27 | | - "isLeaf": false, |
28 | | - "dependencies": [ |
29 | | - "common-ci", |
30 | | - "device-detection-cxx" |
31 | | - ] |
32 | | - }, |
33 | | - "pipeline-php-core": { |
34 | | - "version": "4.3.5", |
35 | | - "packageName": "fiftyone.pipeline.core", |
36 | | - "isLeaf": false, |
37 | | - "dependencies": [ |
38 | | - "common-ci" |
39 | | - ] |
40 | | - }, |
41 | | - "pipeline-php-engines": { |
42 | | - "version": "4.3.4", |
43 | | - "packageName": "fiftyone.pipeline.engines", |
44 | | - "isLeaf": false, |
45 | | - "dependencies": [ |
46 | | - "common-ci", |
47 | | - "pipeline-php-core" |
48 | | - ] |
49 | | - }, |
50 | | - "pipeline-php-cloudrequestengine": { |
51 | | - "version": "4.3.5", |
52 | | - "packageName": "fiftyone.pipeline.cloudrequestengine", |
53 | | - "isLeaf": false, |
54 | | - "dependencies": [ |
55 | | - "common-ci", |
56 | | - "pipeline-php-core", |
57 | | - "pipeline-php-engines" |
58 | | - ] |
59 | | - }, |
60 | | - "location-php": { |
61 | | - "version": "4.3.4", |
62 | | - "packageName": "fiftyone.geolocation", |
63 | | - "isLeaf": false, |
64 | | - "dependencies": [ |
65 | | - "common-ci", |
66 | | - "pipeline-php-core", |
67 | | - "pipeline-php-engines", |
68 | | - "pipeline-php-cloudrequestengine", |
69 | | - "device-detection-php" |
70 | | - ] |
71 | | - }, |
72 | | - "device-detection-php": { |
73 | | - "version": "4.3.4", |
74 | | - "packageName": "fiftyone.devicedetection", |
75 | | - "isLeaf": false, |
76 | | - "dependencies": [ |
77 | | - "common-ci", |
78 | | - "pipeline-php-core", |
79 | | - "pipeline-php-engines", |
80 | | - "pipeline-php-cloudrequestengine" |
81 | | - ] |
82 | | - }, |
83 | | - "pipeline-wordpress": { |
84 | | - "version": "1.0.2", |
85 | | - "packageName": "fiftyonedegrees.wordpress", |
86 | | - "isLeaf": false, |
87 | | - "dependencies": [ |
88 | | - "common-ci", |
89 | | - "pipeline-php-cloudrequestengine" |
90 | | - ] |
91 | 14 | } |
92 | 15 | }, |
93 | 16 | "approvalRequired": false |
|
0 commit comments