@operatorstack/yield 0.1.32 → 0.1.33
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/README.md +3 -1
- package/assets/yield-mark.svg +2 -2
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<a href="https://yield.operatorstack.systems/">
|
|
3
|
-
<img src="https://raw.githubusercontent.com/operatorstack/yield/main/assets/yield-mark.svg" width="96"
|
|
3
|
+
<img src="https://raw.githubusercontent.com/operatorstack/yield/main/assets/yield-mark.svg" width="96" alt="Yield" />
|
|
4
4
|
</a>
|
|
5
5
|
</p>
|
|
6
6
|
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
<p align="center">
|
|
16
16
|
<a href="https://www.npmjs.com/package/@operatorstack/yield"><img alt="npm version" src="https://img.shields.io/npm/v/@operatorstack/yield?style=flat-square" /></a>
|
|
17
|
+
<a href="https://pypi.org/project/yieldskill/"><img alt="PyPI version" src="https://img.shields.io/pypi/v/yieldskill?style=flat-square" /></a>
|
|
17
18
|
<a href="https://github.com/operatorstack/yield/actions/workflows/verify.yml"><img alt="Build status" src="https://img.shields.io/github/actions/workflow/status/operatorstack/yield/verify.yml?branch=main&style=flat-square&label=build" /></a>
|
|
18
19
|
<a href="LICENSE"><img alt="MIT license" src="https://img.shields.io/npm/l/@operatorstack/yield?style=flat-square" /></a>
|
|
19
20
|
</p>
|
|
@@ -22,6 +23,7 @@
|
|
|
22
23
|
<a href="https://yield.operatorstack.systems/">Website</a> ·
|
|
23
24
|
<a href="https://yield.operatorstack.systems/docs/">Documentation</a> ·
|
|
24
25
|
<a href="https://www.npmjs.com/package/@operatorstack/yield">npm</a> ·
|
|
26
|
+
<a href="https://pypi.org/project/yieldskill/">PyPI</a> ·
|
|
25
27
|
<a href="https://github.com/operatorstack/yield">GitHub</a>
|
|
26
28
|
</p>
|
|
27
29
|
|
package/assets/yield-mark.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" role="img" aria-labelledby="title">
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 60 60" role="img" aria-labelledby="title">
|
|
2
2
|
<title id="title">Yield</title>
|
|
3
3
|
<defs>
|
|
4
4
|
<linearGradient id="band" x1="0" y1="0" x2="1" y2="1">
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<stop offset="1" stop-color="#277168"/>
|
|
7
7
|
</linearGradient>
|
|
8
8
|
</defs>
|
|
9
|
-
<
|
|
9
|
+
<path d="M18 1h24C53.4 1 59 6.6 59 18v24c0 11.4-5.6 17-17 17H18C6.6 59 1 53.4 1 42V18C1 6.6 6.6 1 18 1Z" fill="#fff" stroke="#e5e6e3" stroke-width=".75"/>
|
|
10
10
|
<path d="M7 20h17M36 40h17" fill="none" stroke="#0a0a0a" stroke-width="5"/>
|
|
11
11
|
<path d="M22 12h17l2 7v22H24l-2-7Z" fill="url(#band)"/>
|
|
12
12
|
<path d="m34 20-6 14" fill="none" stroke="#fbfbfb" stroke-width="4"/>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operatorstack/yield",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.33",
|
|
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.
|
|
54
|
-
"@operatorstack/yield-darwin-arm64": "0.1.
|
|
55
|
-
"@operatorstack/yield-linux-amd64": "0.1.
|
|
56
|
-
"@operatorstack/yield-linux-arm64": "0.1.
|
|
57
|
-
"@operatorstack/yield-windows-amd64": "0.1.
|
|
58
|
-
"@operatorstack/yield-windows-arm64": "0.1.
|
|
53
|
+
"@operatorstack/yield-darwin-amd64": "0.1.33",
|
|
54
|
+
"@operatorstack/yield-darwin-arm64": "0.1.33",
|
|
55
|
+
"@operatorstack/yield-linux-amd64": "0.1.33",
|
|
56
|
+
"@operatorstack/yield-linux-arm64": "0.1.33",
|
|
57
|
+
"@operatorstack/yield-windows-amd64": "0.1.33",
|
|
58
|
+
"@operatorstack/yield-windows-arm64": "0.1.33"
|
|
59
59
|
}
|
|
60
60
|
}
|