@yansirplus/workspace-env-local 0.3.0 → 0.4.0

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/PUBLIC_API.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # @agent-os/workspace-env-local Public API
4
4
 
5
- Status: 0.2.x active development. Public exports are limited to local WorkspaceEnv adapter types and factories.
5
+ Status: 0.4.x active development. Public exports are limited to local WorkspaceEnv adapter types and factories.
6
6
 
7
7
  ## Public exports
8
8
 
package/README.md CHANGED
@@ -8,7 +8,7 @@ Local host adapter for `@agent-os/workspace-env`.
8
8
 
9
9
  ## Public API Status
10
10
 
11
- 0.2.x active development. Provider-specific exports are listed in `PUBLIC_API.md`; this is not an API freeze.
11
+ 0.4.x active development. Provider-specific exports are listed in `PUBLIC_API.md`; this is not an API freeze.
12
12
 
13
13
  ## Invariant
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yansirplus/workspace-env-local",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "publishConfig": {
@@ -20,6 +20,6 @@
20
20
  "PUBLIC_API.md"
21
21
  ],
22
22
  "dependencies": {
23
- "@yansirplus/workspace-env": "0.3.0"
23
+ "@yansirplus/workspace-env": "0.4.0"
24
24
  }
25
25
  }