@outl/plugin-sdk 0.12.0-beta.157 → 0.12.0-beta.159
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -78,7 +78,7 @@ Full field and result-shape reference: <https://outl.app/docs/query#plugin-sdk-a
|
|
|
78
78
|
- Plugin API reference: <https://outl.app/docs/plugin-api>
|
|
79
79
|
- Plugin architecture: <https://outl.app/docs/plugin-architecture>
|
|
80
80
|
- Tutorial: <https://outl.app/docs/plugin-tutorial>
|
|
81
|
-
- Source: <https://github.com/
|
|
81
|
+
- Source: <https://github.com/outlmd/outl>
|
|
82
82
|
|
|
83
83
|
## License
|
|
84
84
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@outl/plugin-sdk",
|
|
3
|
-
"version": "0.12.0-beta.
|
|
3
|
+
"version": "0.12.0-beta.159",
|
|
4
4
|
"description": "TypeScript SDK for authoring outl plugins. Types-only contract — the host implementation is injected by the outl runtime (Boa/Rust) at load time.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://outl.app/docs/query#plugin-sdk-api-outlquery",
|
|
7
7
|
"bugs": {
|
|
8
|
-
"url": "https://github.com/
|
|
8
|
+
"url": "https://github.com/outlmd/outl/issues"
|
|
9
9
|
},
|
|
10
10
|
"type": "module",
|
|
11
11
|
"main": "./src/index.ts",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
],
|
|
30
30
|
"repository": {
|
|
31
31
|
"type": "git",
|
|
32
|
-
"url": "https://github.com/
|
|
32
|
+
"url": "https://github.com/outlmd/outl",
|
|
33
33
|
"directory": "plugin-sdk"
|
|
34
34
|
}
|
|
35
35
|
}
|