@runcontext/cli 0.4.2 → 0.4.3

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/index.js CHANGED
@@ -141,7 +141,7 @@ function formatSarif(diagnostics) {
141
141
  tool: {
142
142
  driver: {
143
143
  name: "ContextKit",
144
- version: "0.4.2",
144
+ version: "0.4.3",
145
145
  informationUri: "https://github.com/erickittelson/ContextKit",
146
146
  rules: Array.from(ruleMap.values())
147
147
  }
@@ -1088,7 +1088,7 @@ var devCommand = new Command8("dev").description("Watch mode \u2014 re-run lint
1088
1088
  await runLint(contextDir, fix);
1089
1089
  let recompileAndBroadcast;
1090
1090
  if (opts.studio) {
1091
- const { startStudioServer } = await import("./server-DEKWPP3H.js");
1091
+ const { startStudioServer } = await import("./server-IVDYRFDN.js");
1092
1092
  const studioPort = parseInt(opts.port, 10);
1093
1093
  const { server: _studioServer, recompileAndBroadcast: rab } = await startStudioServer({
1094
1094
  contextDir,
@@ -4238,7 +4238,7 @@ var newCommand = new Command17("new").description("Scaffold a new data product i
4238
4238
 
4239
4239
  // src/index.ts
4240
4240
  var program = new Command18();
4241
- program.name("context").description("ContextKit \u2014 AI-ready metadata governance over OSI").version("0.4.2");
4241
+ program.name("context").description("ContextKit \u2014 AI-ready metadata governance over OSI").version("0.4.3");
4242
4242
  program.addCommand(lintCommand);
4243
4243
  program.addCommand(buildCommand);
4244
4244
  program.addCommand(tierCommand);