@bagelink/workspace 1.8.86 → 1.8.90

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +0 -11
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bagelink/workspace",
3
3
  "type": "module",
4
- "version": "1.8.86",
4
+ "version": "1.8.90",
5
5
  "description": "Monorepo workspace tooling for Bagel projects with proxy and config management",
6
6
  "author": {
7
7
  "name": "Bagel Studio",
package/src/index.ts CHANGED
@@ -28,14 +28,3 @@ export function defineWorkspace(
28
28
  return configs[mode] || configs.development
29
29
  }
30
30
  }
31
-
32
- /**
33
- * @deprecated Import build-time utilities from '@bagelink/workspace/vite' instead
34
- * This function is no longer exported to keep the main package browser-safe
35
- */
36
- // export function createWorkspace() { ... }
37
-
38
- // Note: The following are available via separate subpath imports:
39
- // - Vite plugin and utilities: '@bagelink/workspace/vite'
40
- // - CLI commands: 'bgl' command
41
- // This keeps the main '@bagelink/workspace' import browser-safe