@operatorstack/yield 0.1.36 → 0.1.38

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -223,7 +223,7 @@ the same program in every language and compares observable behavior.
223
223
  |---|---|---|
224
224
  | TypeScript | [`@operatorstack/yield`](https://github.com/operatorstack/yield/tree/main/sdk/typescript/) | [`release-checklist`](https://github.com/operatorstack/yield/tree/main/examples/release-checklist/) |
225
225
  | Python | [`yieldskill`](https://github.com/operatorstack/yield/tree/main/sdk/python/) | [`env-doctor`](https://github.com/operatorstack/yield/tree/main/examples/env-doctor/) |
226
- | Go | [`sdk/yield`](https://github.com/operatorstack/yield/tree/main/sdk/yield/) | [`investigate`](https://github.com/operatorstack/yield/tree/main/examples/investigate/) |
226
+ | Go | [`github.com/operatorstack/yield/sdk/yield`](https://pkg.go.dev/github.com/operatorstack/yield/sdk/yield) | [`investigate`](https://github.com/operatorstack/yield/tree/main/examples/investigate/) |
227
227
  | Rust | [`yieldskill`](https://github.com/operatorstack/yield/tree/main/sdk/rust/) | [`data-migration`](https://github.com/operatorstack/yield/tree/main/examples/data-migration/) |
228
228
 
229
229
  Cursor, Codex, and Claude Code are verified integrations. Yield also includes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operatorstack/yield",
3
- "version": "0.1.36",
3
+ "version": "0.1.38",
4
4
  "description": "Yield skill-program SDK for TypeScript: turn SKILL.md workflows into resumable programs.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -50,11 +50,11 @@
50
50
  "registry": "https://registry.npmjs.org/"
51
51
  },
52
52
  "optionalDependencies": {
53
- "@operatorstack/yield-darwin-amd64": "0.1.36",
54
- "@operatorstack/yield-darwin-arm64": "0.1.36",
55
- "@operatorstack/yield-linux-amd64": "0.1.36",
56
- "@operatorstack/yield-linux-arm64": "0.1.36",
57
- "@operatorstack/yield-windows-amd64": "0.1.36",
58
- "@operatorstack/yield-windows-arm64": "0.1.36"
53
+ "@operatorstack/yield-darwin-amd64": "0.1.38",
54
+ "@operatorstack/yield-darwin-arm64": "0.1.38",
55
+ "@operatorstack/yield-linux-amd64": "0.1.38",
56
+ "@operatorstack/yield-linux-arm64": "0.1.38",
57
+ "@operatorstack/yield-windows-amd64": "0.1.38",
58
+ "@operatorstack/yield-windows-arm64": "0.1.38"
59
59
  }
60
60
  }