@hachej/boring-core 0.1.36 → 0.1.38

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.
@@ -32,7 +32,6 @@ interface CreateCoreWorkspaceAgentServerOptions extends Omit<RegisterAgentRoutes
32
32
  plugins?: CoreWorkspacePluginEntry[];
33
33
  excludeDefaults?: CreateWorkspaceAgentServerOptions['excludeDefaults'];
34
34
  defaultPluginPackages?: CreateWorkspaceAgentServerOptions['defaultPluginPackages'];
35
- appPackageJsonPath?: CreateWorkspaceAgentServerOptions['appPackageJsonPath'];
36
35
  /**
37
36
  * Enable workspace plugin-authoring tooling/prompt for this app.
38
37
  * Defaults to false for full-app/core production composition; set true only
@@ -547,7 +547,6 @@ async function createCoreWorkspaceAgentServer(options = {}) {
547
547
  } : void 0);
548
548
  const defaultPluginPackagePaths = resolveDefaultWorkspacePluginPackagePaths({
549
549
  workspaceRoot: pluginWorkspaceRoot,
550
- appPackageJsonPath: options.appPackageJsonPath,
551
550
  defaultPluginPackages: options.defaultPluginPackages
552
551
  });
553
552
  const defaultPackagePiSnapshot = readWorkspacePluginPackagePiSnapshot(defaultPluginPackagePaths);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hachej/boring-core",
3
- "version": "0.1.36",
3
+ "version": "0.1.38",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Foundation package for boring-ui-v2 apps: DB, auth, config, HTTP app factory, and frontend app shell.",
@@ -79,9 +79,9 @@
79
79
  "react-router-dom": "^7.14.2",
80
80
  "smol-toml": "^1.6.1",
81
81
  "zod": "^3.25.76",
82
- "@hachej/boring-agent": "0.1.36",
83
- "@hachej/boring-ui-kit": "0.1.36",
84
- "@hachej/boring-workspace": "0.1.36"
82
+ "@hachej/boring-ui-kit": "0.1.38",
83
+ "@hachej/boring-workspace": "0.1.38",
84
+ "@hachej/boring-agent": "0.1.38"
85
85
  },
86
86
  "devDependencies": {
87
87
  "@testing-library/jest-dom": "^6.9.1",