@ycodium-ai/plugin-webhook-notify 0.1.0 → 0.2.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // ../../packages/plugin-api/src/index.ts
2
- var PLUGIN_API_VERSION = 1;
2
+ var PLUGIN_API_VERSION = 2;
3
3
  var definePlugin = (definition) => definition;
4
4
 
5
5
  // src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ycodium-ai/plugin-webhook-notify",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Posts to a URL you choose whenever a thread finishes or fails.",
5
5
  "keywords": [
6
6
  "webhook",
@@ -19,7 +19,7 @@
19
19
  "@effect/vitest": "4.0.0-beta.103",
20
20
  "esbuild": "0.28.1",
21
21
  "vite-plus": "0.2.2",
22
- "ycodium-plugin-api": "0.0.35"
22
+ "@ycodium-ai/plugin-api": "0.1.0"
23
23
  },
24
24
  "ycodium": {
25
25
  "plugin": "./dist/index.js",