@firestartr/cli 2.3.0-snapshot → 2.3.0-snapshot-1
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/build/index.js
CHANGED
|
@@ -287947,7 +287947,7 @@ class ComponentLabelsInitializer extends InitializerPatches {
|
|
|
287947
287947
|
async __validate() {
|
|
287948
287948
|
return true;
|
|
287949
287949
|
}
|
|
287950
|
-
async __patches(
|
|
287950
|
+
async __patches(_claim, _previousCR) {
|
|
287951
287951
|
return [
|
|
287952
287952
|
{
|
|
287953
287953
|
validate(cr) {
|
|
@@ -289644,7 +289644,7 @@ const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createReq
|
|
|
289644
289644
|
description: {
|
|
289645
289645
|
type: 'string',
|
|
289646
289646
|
maxLength: 100,
|
|
289647
|
-
description: 'Optional label description (
|
|
289647
|
+
description: 'Optional label description (max 100 chars)',
|
|
289648
289648
|
},
|
|
289649
289649
|
},
|
|
289650
289650
|
additionalProperties: false,
|
|
@@ -308737,7 +308737,7 @@ const crs_analyzerSubcommand = {
|
|
|
308737
308737
|
};
|
|
308738
308738
|
|
|
308739
308739
|
;// CONCATENATED MODULE: ./package.json
|
|
308740
|
-
const package_namespaceObject = JSON.parse('{"i8":"2.3.0-snapshot"}');
|
|
308740
|
+
const package_namespaceObject = JSON.parse('{"i8":"2.3.0-snapshot-1"}');
|
|
308741
308741
|
;// CONCATENATED MODULE: ../../package.json
|
|
308742
308742
|
const package_namespaceObject_1 = {"i8":"2.2.0"};
|
|
308743
308743
|
;// CONCATENATED MODULE: ./src/subcommands/index.ts
|
|
@@ -3,7 +3,7 @@ export declare class ComponentLabelsInitializer extends InitializerPatches {
|
|
|
3
3
|
applicableProviders: string[];
|
|
4
4
|
static applicableKinds: string[];
|
|
5
5
|
__validate(): Promise<boolean>;
|
|
6
|
-
__patches(
|
|
6
|
+
__patches(_claim: any, _previousCR: any): Promise<{
|
|
7
7
|
validate(cr: any): boolean;
|
|
8
8
|
apply(cr: any): any;
|
|
9
9
|
identify(): string;
|