@h-rig/standard-plugin 0.0.6-alpha.153 → 0.0.6-alpha.155

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.
@@ -31,7 +31,9 @@ var init_metadata = __esm(() => {
31
31
  id: DOCS_DRIFT_STAGE_ID,
32
32
  kind: "gate",
33
33
  before: ["merge-gate"],
34
- after: ["open-pr"]
34
+ after: ["open-pr"],
35
+ priority: 0,
36
+ protected: false
35
37
  },
36
38
  contributedBy: DOCS_DRIFT_STAGE_ID
37
39
  });
@@ -590,9 +592,7 @@ var RUN_WORKER_PANEL_PLUGIN = {
590
592
  contributes: {
591
593
  panels: [RUN_SUPERVISOR_PANEL_REGISTRATION]
592
594
  },
593
- __runtime: {
594
- panels: [RUN_SUPERVISOR_PANEL_PRODUCER]
595
- }
595
+ panels: [RUN_SUPERVISOR_PANEL_PRODUCER]
596
596
  };
597
597
 
598
598
  // packages/standard-plugin/src/cli-surface.ts
@@ -17,7 +17,9 @@ var DOCS_DRIFT_STAGE_MUTATION = Schema.decodeUnknownSync(StageMutationSchema)({
17
17
  id: DOCS_DRIFT_STAGE_ID,
18
18
  kind: "gate",
19
19
  before: ["merge-gate"],
20
- after: ["open-pr"]
20
+ after: ["open-pr"],
21
+ priority: 0,
22
+ protected: false
21
23
  },
22
24
  contributedBy: DOCS_DRIFT_STAGE_ID
23
25
  });
@@ -311,7 +311,9 @@ var DOCS_DRIFT_STAGE_MUTATION = Schema.decodeUnknownSync(StageMutationSchema)({
311
311
  id: DOCS_DRIFT_STAGE_ID,
312
312
  kind: "gate",
313
313
  before: ["merge-gate"],
314
- after: ["open-pr"]
314
+ after: ["open-pr"],
315
+ priority: 0,
316
+ protected: false
315
317
  },
316
318
  contributedBy: DOCS_DRIFT_STAGE_ID
317
319
  });
package/dist/src/index.js CHANGED
@@ -31,7 +31,9 @@ var init_metadata = __esm(() => {
31
31
  id: DOCS_DRIFT_STAGE_ID,
32
32
  kind: "gate",
33
33
  before: ["merge-gate"],
34
- after: ["open-pr"]
34
+ after: ["open-pr"],
35
+ priority: 0,
36
+ protected: false
35
37
  },
36
38
  contributedBy: DOCS_DRIFT_STAGE_ID
37
39
  });
@@ -590,9 +592,7 @@ var RUN_WORKER_PANEL_PLUGIN = {
590
592
  contributes: {
591
593
  panels: [RUN_SUPERVISOR_PANEL_REGISTRATION]
592
594
  },
593
- __runtime: {
594
- panels: [RUN_SUPERVISOR_PANEL_PRODUCER]
595
- }
595
+ panels: [RUN_SUPERVISOR_PANEL_PRODUCER]
596
596
  };
597
597
 
598
598
  // packages/standard-plugin/src/cli-surface.ts
@@ -31,7 +31,9 @@ var init_metadata = __esm(() => {
31
31
  id: DOCS_DRIFT_STAGE_ID,
32
32
  kind: "gate",
33
33
  before: ["merge-gate"],
34
- after: ["open-pr"]
34
+ after: ["open-pr"],
35
+ priority: 0,
36
+ protected: false
35
37
  },
36
38
  contributedBy: DOCS_DRIFT_STAGE_ID
37
39
  });
@@ -39,9 +39,7 @@ var RUN_WORKER_PANEL_PLUGIN = {
39
39
  contributes: {
40
40
  panels: [RUN_SUPERVISOR_PANEL_REGISTRATION]
41
41
  },
42
- __runtime: {
43
- panels: [RUN_SUPERVISOR_PANEL_PRODUCER]
44
- }
42
+ panels: [RUN_SUPERVISOR_PANEL_PRODUCER]
45
43
  };
46
44
  export {
47
45
  RUN_WORKER_PANEL_PLUGIN,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h-rig/standard-plugin",
3
- "version": "0.0.6-alpha.153",
3
+ "version": "0.0.6-alpha.155",
4
4
  "type": "module",
5
5
  "description": "First-party contribution bundle for Rig's OMP extension plugin graph; not a standalone plugin runtime.",
6
6
  "license": "UNLICENSED",
@@ -73,16 +73,16 @@
73
73
  "module": "./dist/src/index.js",
74
74
  "types": "./dist/src/index.d.ts",
75
75
  "dependencies": {
76
- "@rig/blocker-classifier-plugin": "npm:@h-rig/blocker-classifier-plugin@0.0.6-alpha.153",
77
- "@rig/bundle-default-lifecycle": "npm:@h-rig/bundle-default-lifecycle@0.0.6-alpha.153",
78
- "@rig/contracts": "npm:@h-rig/contracts@0.0.6-alpha.153",
79
- "@rig/cli-surface-plugin": "npm:@h-rig/cli-surface-plugin@0.0.6-alpha.153",
80
- "@rig/core": "npm:@h-rig/core@0.0.6-alpha.153",
81
- "@rig/dependency-graph-plugin": "npm:@h-rig/dependency-graph-plugin@0.0.6-alpha.153",
82
- "@rig/planning-plugin": "npm:@h-rig/planning-plugin@0.0.6-alpha.153",
83
- "@rig/product-entrypoint-plugin": "npm:@h-rig/product-entrypoint-plugin@0.0.6-alpha.153",
84
- "@rig/task-cli-plugin": "npm:@h-rig/task-cli-plugin@0.0.6-alpha.153",
85
- "@rig/supervisor-plugin": "npm:@h-rig/supervisor-plugin@0.0.6-alpha.153",
76
+ "@rig/blocker-classifier-plugin": "npm:@h-rig/blocker-classifier-plugin@0.0.6-alpha.155",
77
+ "@rig/bundle-default-lifecycle": "npm:@h-rig/bundle-default-lifecycle@0.0.6-alpha.155",
78
+ "@rig/contracts": "npm:@h-rig/contracts@0.0.6-alpha.155",
79
+ "@rig/cli-surface-plugin": "npm:@h-rig/cli-surface-plugin@0.0.6-alpha.155",
80
+ "@rig/core": "npm:@h-rig/core@0.0.6-alpha.155",
81
+ "@rig/dependency-graph-plugin": "npm:@h-rig/dependency-graph-plugin@0.0.6-alpha.155",
82
+ "@rig/planning-plugin": "npm:@h-rig/planning-plugin@0.0.6-alpha.155",
83
+ "@rig/product-entrypoint-plugin": "npm:@h-rig/product-entrypoint-plugin@0.0.6-alpha.155",
84
+ "@rig/task-cli-plugin": "npm:@h-rig/task-cli-plugin@0.0.6-alpha.155",
85
+ "@rig/supervisor-plugin": "npm:@h-rig/supervisor-plugin@0.0.6-alpha.155",
86
86
  "effect": "4.0.0-beta.90"
87
87
  }
88
88
  }