@h-rig/blocker-classifier-plugin 0.0.6-alpha.142 → 0.0.6-alpha.144

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/dist/src/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  var __require = import.meta.require;
3
3
 
4
4
  // packages/blocker-classifier-plugin/src/plugin.ts
5
- import { definePlugin } from "@rig/core";
5
+ import { definePlugin } from "@rig/core/config";
6
6
  var BLOCKER_CLASSIFIER_PLUGIN_NAME = "@rig/blocker-classifier-plugin";
7
7
  var BLOCKERS_CLI_ID = "blocker-classifier.blockers";
8
8
  var DEFAULT_BLOCKER_CLASSIFIER_ID = "blocker-classifier.default";
@@ -1,4 +1,4 @@
1
- import { type RuntimeCliContext } from "@rig/core";
1
+ import { type RuntimeCliContext } from "@rig/core/config";
2
2
  export declare const BLOCKER_CLASSIFIER_PLUGIN_NAME = "@rig/blocker-classifier-plugin";
3
3
  export declare const BLOCKERS_CLI_ID = "blocker-classifier.blockers";
4
4
  export declare const DEFAULT_BLOCKER_CLASSIFIER_ID = "blocker-classifier.default";
@@ -2,7 +2,7 @@
2
2
  var __require = import.meta.require;
3
3
 
4
4
  // packages/blocker-classifier-plugin/src/plugin.ts
5
- import { definePlugin } from "@rig/core";
5
+ import { definePlugin } from "@rig/core/config";
6
6
  var BLOCKER_CLASSIFIER_PLUGIN_NAME = "@rig/blocker-classifier-plugin";
7
7
  var BLOCKERS_CLI_ID = "blocker-classifier.blockers";
8
8
  var DEFAULT_BLOCKER_CLASSIFIER_ID = "blocker-classifier.default";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h-rig/blocker-classifier-plugin",
3
- "version": "0.0.6-alpha.142",
3
+ "version": "0.0.6-alpha.144",
4
4
  "type": "module",
5
5
  "description": "First-party blocker classifier capability plugin for Rig.",
6
6
  "license": "UNLICENSED",
@@ -10,8 +10,8 @@
10
10
  ],
11
11
  "exports": {
12
12
  ".": {
13
- "types": "./dist/src/index.d.ts",
14
- "import": "./dist/src/index.js"
13
+ "types": "./dist/src/plugin.d.ts",
14
+ "import": "./dist/src/plugin.js"
15
15
  },
16
16
  "./plugin": {
17
17
  "types": "./dist/src/plugin.d.ts",
@@ -25,8 +25,8 @@
25
25
  "module": "./dist/src/index.js",
26
26
  "types": "./dist/src/index.d.ts",
27
27
  "dependencies": {
28
- "@rig/client": "npm:@h-rig/client@0.0.6-alpha.142",
29
- "@rig/contracts": "npm:@h-rig/contracts@0.0.6-alpha.142",
30
- "@rig/core": "npm:@h-rig/core@0.0.6-alpha.142"
28
+ "@rig/client": "npm:@h-rig/client@0.0.6-alpha.144",
29
+ "@rig/contracts": "npm:@h-rig/contracts@0.0.6-alpha.144",
30
+ "@rig/core": "npm:@h-rig/core@0.0.6-alpha.144"
31
31
  }
32
32
  }