@bagelink/workspace 1.10.29 → 1.10.33

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/bin/bgl.cjs CHANGED
@@ -4,7 +4,7 @@
4
4
  const node_path = require('node:path');
5
5
  const process = require('node:process');
6
6
  const node_child_process = require('node:child_process');
7
- const netlify = require('../shared/workspace.CbSngeyq.cjs');
7
+ const netlify = require('../shared/workspace.BshPcRI_.cjs');
8
8
  const node_fs = require('node:fs');
9
9
  const prompts = require('prompts');
10
10
 
package/dist/bin/bgl.mjs CHANGED
@@ -2,7 +2,7 @@
2
2
  import { resolve } from 'node:path';
3
3
  import process from 'node:process';
4
4
  import { spawn } from 'node:child_process';
5
- import { l as listProjects, w as writeNetlifyConfig, i as initWorkspace, a as addProject } from '../shared/workspace.Hoo0tj7x.mjs';
5
+ import { l as listProjects, w as writeNetlifyConfig, i as initWorkspace, a as addProject } from '../shared/workspace.Bhp9XbPk.mjs';
6
6
  import { existsSync, readFileSync, readdirSync, writeFileSync, unlinkSync, mkdirSync } from 'node:fs';
7
7
  import prompts from 'prompts';
8
8
 
@@ -376,6 +376,7 @@ export default defineConfig({
376
376
  const tsconfigJson = {
377
377
  extends: "../tsconfig.app.json",
378
378
  compilerOptions: {
379
+ types: ["vite/client"],
379
380
  paths: {
380
381
  "@/*": ["./src/*"]
381
382
  }
@@ -383,6 +383,7 @@ export default defineConfig({
383
383
  const tsconfigJson = {
384
384
  extends: "../tsconfig.app.json",
385
385
  compilerOptions: {
386
+ types: ["vite/client"],
386
387
  paths: {
387
388
  "@/*": ["./src/*"]
388
389
  }
package/dist/vite.cjs CHANGED
@@ -3,7 +3,7 @@
3
3
  const node_path = require('node:path');
4
4
  const process = require('node:process');
5
5
  const node_url = require('node:url');
6
- const netlify = require('./shared/workspace.CbSngeyq.cjs');
6
+ const netlify = require('./shared/workspace.BshPcRI_.cjs');
7
7
  require('node:fs');
8
8
  require('prompts');
9
9
 
package/dist/vite.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  import { basename } from 'node:path';
2
2
  import process from 'node:process';
3
3
  import { fileURLToPath } from 'node:url';
4
- import { l as listProjects } from './shared/workspace.Hoo0tj7x.mjs';
5
- export { g as generateNetlifyConfig, s as setBuildEnvVars, w as writeNetlifyConfig } from './shared/workspace.Hoo0tj7x.mjs';
4
+ import { l as listProjects } from './shared/workspace.Bhp9XbPk.mjs';
5
+ export { g as generateNetlifyConfig, s as setBuildEnvVars, w as writeNetlifyConfig } from './shared/workspace.Bhp9XbPk.mjs';
6
6
  import 'node:fs';
7
7
  import 'prompts';
8
8
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bagelink/workspace",
3
3
  "type": "module",
4
- "version": "1.10.29",
4
+ "version": "1.10.33",
5
5
  "description": "Monorepo workspace tooling for Bagel projects with proxy and config management",
6
6
  "author": {
7
7
  "name": "Bagel Studio",
package/src/workspace.ts CHANGED
@@ -454,6 +454,7 @@ export default defineConfig({
454
454
  const tsconfigJson = {
455
455
  extends: '../tsconfig.app.json',
456
456
  compilerOptions: {
457
+ types: ['vite/client'],
457
458
  paths: {
458
459
  '@/*': ['./src/*'],
459
460
  },