chore(release): v0.24.0
Version bump via changesets.
This commit is contained in:
7
plugins/fusion-plugin-cursor-runtime/CHANGELOG.md
Normal file
7
plugins/fusion-plugin-cursor-runtime/CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# @fusion-plugin-examples/cursor-runtime
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @fusion/plugin-sdk@0.24.0
|
||||
@@ -1,12 +1,22 @@
|
||||
{
|
||||
"name": "@fusion-plugin-examples/cursor-runtime",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"type": "module",
|
||||
"description": "Cursor CLI runtime plugin for Fusion",
|
||||
"keywords": ["fusion-plugin", "cursor", "runtime"],
|
||||
"keywords": [
|
||||
"fusion-plugin",
|
||||
"cursor",
|
||||
"runtime"
|
||||
],
|
||||
"exports": {
|
||||
".": { "types": "./src/index.ts", "import": "./src/index.ts" },
|
||||
"./probe": { "types": "./src/probe.ts", "import": "./src/probe.ts" }
|
||||
".": {
|
||||
"types": "./src/index.ts",
|
||||
"import": "./src/index.ts"
|
||||
},
|
||||
"./probe": {
|
||||
"types": "./src/probe.ts",
|
||||
"import": "./src/probe.ts"
|
||||
}
|
||||
},
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user