@firestartr/cli 1.53.0-snapshot-8 → 1.53.0-snapshot-9
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 +2 -0
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -364117,6 +364117,7 @@ class FeatureRepoChart extends BaseGithubChart {
|
|
|
364117
364117
|
'sync-period',
|
|
364118
364118
|
'sync-schedule',
|
|
364119
364119
|
'sync-schedule-timezone',
|
|
364120
|
+
'last-state-pr',
|
|
364120
364121
|
]);
|
|
364121
364122
|
cr.metadata.annotations = {
|
|
364122
364123
|
...cr.metadata.annotations,
|
|
@@ -364195,6 +364196,7 @@ class RepoSecretsSectionChart extends BaseGithubChart {
|
|
|
364195
364196
|
'sync-period',
|
|
364196
364197
|
'sync-schedule',
|
|
364197
364198
|
'sync-schedule-timezone',
|
|
364199
|
+
'last-state-pr',
|
|
364198
364200
|
]);
|
|
364199
364201
|
cr.metadata.annotations = {
|
|
364200
364202
|
...cr.metadata.annotations,
|