@slip-stream-kit/vite 0.3.0 → 0.3.1

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@slip-stream-kit/vite",
3
3
  "type": "module",
4
- "version": "0.3.0",
4
+ "version": "0.3.1",
5
5
  "description": "The infra-kit Vite plugin: per-worktree dev port, portless HTTPS alias HMR, and the config-driven dev proxy — wired from one plugin entry, and re-resolved live when a backend comes up.",
6
6
  "author": "Arthur Saenko <arthur.saenz7@gmail.com> (https://github.com/ArthurSaenz)",
7
7
  "license": "MIT",
@@ -50,7 +50,7 @@
50
50
  "fix": "pnpm run prettier-fix && pnpm run eslint-fix && pnpm run qa"
51
51
  },
52
52
  "dependencies": {
53
- "@slip-stream-kit/config": "workspace:*"
53
+ "@slip-stream-kit/config": "^0.3.0"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "vite": ">=6"