chore(release): 11.0.0-rc.3

This commit is contained in:
Zoltan Kochan
2026-04-21 00:17:38 +02:00
parent 54eec40233
commit fcdd50aaa7
224 changed files with 1231 additions and 219 deletions

View File

@@ -0,0 +1,9 @@
# @pnpm/agent.client
## 0.0.1
### Patch Changes
- @pnpm/lockfile.types@1100.0.2
- @pnpm/store.cafs@1100.0.2
- @pnpm/worker@1100.0.2

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/agent.client",
"version": "0.0.0",
"version": "0.0.1",
"description": "Client for pnpm agent server — sends store state, receives resolved lockfile and missing files",
"keywords": [
"pnpm",

13
agent/server/CHANGELOG.md Normal file
View File

@@ -0,0 +1,13 @@
# pnpm-agent
## 0.0.1
### Patch Changes
- Updated dependencies [72c1e05]
- @pnpm/installing.deps-installer@1100.0.3
- @pnpm/installing.client@1100.0.3
- @pnpm/lockfile.types@1100.0.2
- @pnpm/store.controller@1100.0.2
- @pnpm/store.cafs@1100.0.2
- @pnpm/lockfile.fs@1100.0.2

View File

@@ -1,6 +1,6 @@
{
"name": "pnpm-agent",
"version": "0.0.1-0",
"version": "0.0.1",
"description": "pnpm agent server for server-side resolution and store-aware downloads",
"keywords": [
"pnpm",