@biomejs/backend-jsonrpc 1.7.1 → 1.7.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.
Files changed (1) hide show
  1. package/package.json +1 -1
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@biomejs/backend-jsonrpc","version":"1.7.1","main":"dist/index.js","scripts":{"test":"vitest","test:ci":"pnpm build && vitest run","tsc":"tsc --noEmit","build":"tsc"},"files":["dist/","README.md","LICENSE-APACHE","LICENSE-MIT","ROME-LICENSE-MIT"],"homepage":"https://biomejs.dev","repository":{"type":"git","url":"https://github.com/biomejs/biome.git","directory":"npm/backend-jsonrpc"},"author":"Biome Developers and Contributors","bugs":"https://github.com/biomejs/biome/issues","description":"Bindings to the JSON-RPC Workspace API of the Biome daemon","keywords":["JavaScript","TypeScript","format","lint","toolchain"],"engines":{"node":">=14.21.3"},"license":"MIT OR Apache-2.0","devDependencies":{"@types/node":"20.12.7","typescript":"5.4.5","vite":"5.2.8","vitest":"1.5.0"},"optionalDependencies":{"@biomejs/cli-win32-x64":"1.7.1","@biomejs/cli-win32-arm64":"1.7.1","@biomejs/cli-darwin-x64":"1.7.1","@biomejs/cli-darwin-arm64":"1.7.1","@biomejs/cli-linux-x64":"1.7.1","@biomejs/cli-linux-arm64":"1.7.1","@biomejs/cli-linux-x64-musl":"1.7.1","@biomejs/cli-linux-arm64-musl":"1.7.1"}}
1
+ {"name":"@biomejs/backend-jsonrpc","version":"1.7.3","main":"dist/index.js","scripts":{"test":"vitest","test:ci":"pnpm build && vitest run","tsc":"tsc --noEmit","build":"tsc"},"files":["dist/","README.md","LICENSE-APACHE","LICENSE-MIT","ROME-LICENSE-MIT"],"homepage":"https://biomejs.dev","repository":{"type":"git","url":"https://github.com/biomejs/biome.git","directory":"npm/backend-jsonrpc"},"author":"Biome Developers and Contributors","bugs":"https://github.com/biomejs/biome/issues","description":"Bindings to the JSON-RPC Workspace API of the Biome daemon","keywords":["JavaScript","TypeScript","format","lint","toolchain"],"engines":{"node":">=14.21.3"},"license":"MIT OR Apache-2.0","devDependencies":{"@types/node":"20.12.8","typescript":"5.4.5","vite":"5.2.11","vitest":"1.6.0"},"optionalDependencies":{"@biomejs/cli-win32-x64":"1.7.3","@biomejs/cli-win32-arm64":"1.7.3","@biomejs/cli-darwin-x64":"1.7.3","@biomejs/cli-darwin-arm64":"1.7.3","@biomejs/cli-linux-x64":"1.7.3","@biomejs/cli-linux-arm64":"1.7.3","@biomejs/cli-linux-x64-musl":"1.7.3","@biomejs/cli-linux-arm64-musl":"1.7.3"}}