@firestartr/cli 2.4.0-snapshot-1 → 2.4.0-snapshot-2

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.
Files changed (2) hide show
  1. package/build/index.js +2 -2
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -286585,7 +286585,7 @@ class GlobalDefault extends DefaultSection {
286585
286585
  // Thus it performs a nullify of the designed patches
286586
286586
 
286587
286587
 
286588
- const ONE_WAY_DEFINITIONS = ['/spec/vars', '/spec/actions/oidc'];
286588
+ const ONE_WAY_DEFINITIONS = ['/spec/vars', '/spec/actions/oidc', '/spec/repo/labels'];
286589
286589
  function applyOneWayDefs(crSpecs) {
286590
286590
  const crSpecsClone = JSON.parse(JSON.stringify(crSpecs));
286591
286591
  for (const defPath of ONE_WAY_DEFINITIONS) {
@@ -308770,7 +308770,7 @@ const crs_analyzerSubcommand = {
308770
308770
  };
308771
308771
 
308772
308772
  ;// CONCATENATED MODULE: ./package.json
308773
- const package_namespaceObject = JSON.parse('{"i8":"2.4.0-snapshot-1"}');
308773
+ const package_namespaceObject = JSON.parse('{"i8":"2.4.0-snapshot-2"}');
308774
308774
  ;// CONCATENATED MODULE: ../../package.json
308775
308775
  const package_namespaceObject_1 = {"i8":"2.3.0"};
308776
308776
  ;// CONCATENATED MODULE: ./src/subcommands/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "2.4.0-snapshot-1",
3
+ "version": "2.4.0-snapshot-2",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",