@h-rig/dependency-graph-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/dependency-graph-plugin/src/plugin.ts
5
- import { definePlugin } from "@rig/core";
5
+ import { definePlugin } from "@rig/core/config";
6
6
  var DEPENDENCY_GRAPH_PLUGIN_NAME = "@rig/dependency-graph-plugin";
7
7
  var DEPENDENCY_GRAPH_CLI_ID = "dependency-graph.graph";
8
8
  var WORKSPACE_STATUS_CLI_ID = "dependency-graph.status";
@@ -1,4 +1,4 @@
1
- import { type RuntimeCliContext } from "@rig/core";
1
+ import { type RuntimeCliContext } from "@rig/core/config";
2
2
  export declare const DEPENDENCY_GRAPH_PLUGIN_NAME = "@rig/dependency-graph-plugin";
3
3
  export declare const DEPENDENCY_GRAPH_CLI_ID = "dependency-graph.graph";
4
4
  export declare const WORKSPACE_STATUS_CLI_ID = "dependency-graph.status";
@@ -2,7 +2,7 @@
2
2
  var __require = import.meta.require;
3
3
 
4
4
  // packages/dependency-graph-plugin/src/plugin.ts
5
- import { definePlugin } from "@rig/core";
5
+ import { definePlugin } from "@rig/core/config";
6
6
  var DEPENDENCY_GRAPH_PLUGIN_NAME = "@rig/dependency-graph-plugin";
7
7
  var DEPENDENCY_GRAPH_CLI_ID = "dependency-graph.graph";
8
8
  var WORKSPACE_STATUS_CLI_ID = "dependency-graph.status";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h-rig/dependency-graph-plugin",
3
- "version": "0.0.6-alpha.142",
3
+ "version": "0.0.6-alpha.144",
4
4
  "type": "module",
5
5
  "description": "First-party dependency graph, workspace status, and rollup 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
  }