@frontmcp/plugins 0.7.1 → 0.8.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.
- package/esm/package.json +8 -5
- package/index.d.ts +5 -0
- package/index.d.ts.map +1 -1
- package/package.json +8 -5
package/esm/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontmcp/plugins",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"description": "FrontMCP plugins meta-package - installs all official plugins",
|
|
5
5
|
"author": "AgentFront <info@agentfront.dev>",
|
|
6
6
|
"homepage": "https://docs.agentfront.dev",
|
|
@@ -43,11 +43,14 @@
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
+
"engines": {
|
|
47
|
+
"node": ">=22.0.0"
|
|
48
|
+
},
|
|
46
49
|
"dependencies": {
|
|
47
|
-
"@frontmcp/plugin-cache": "0.
|
|
48
|
-
"@frontmcp/plugin-codecall": "0.
|
|
49
|
-
"@frontmcp/plugin-dashboard": "0.
|
|
50
|
-
"@frontmcp/plugin-remember": "0.
|
|
50
|
+
"@frontmcp/plugin-cache": "0.8.0",
|
|
51
|
+
"@frontmcp/plugin-codecall": "0.8.0",
|
|
52
|
+
"@frontmcp/plugin-dashboard": "0.8.0",
|
|
53
|
+
"@frontmcp/plugin-remember": "0.8.0"
|
|
51
54
|
},
|
|
52
55
|
"devDependencies": {
|
|
53
56
|
"reflect-metadata": "^0.2.2"
|
package/index.d.ts
CHANGED
|
@@ -8,6 +8,11 @@
|
|
|
8
8
|
* - @frontmcp/plugin-codecall
|
|
9
9
|
* - @frontmcp/plugin-dashboard
|
|
10
10
|
* - @frontmcp/plugin-remember
|
|
11
|
+
*
|
|
12
|
+
* MIGRATION: ConfigPlugin has been moved to @frontmcp/sdk.
|
|
13
|
+
* The @frontmcp/plugin-config package is no longer available.
|
|
14
|
+
* Import directly from the SDK: `import { ConfigPlugin } from '@frontmcp/sdk'`
|
|
15
|
+
* See docs/draft/docs/extensibility/config-yaml.mdx for migration details.
|
|
11
16
|
*/
|
|
12
17
|
export * from '@frontmcp/plugin-cache';
|
|
13
18
|
export * from '@frontmcp/plugin-codecall';
|
package/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontmcp/plugins",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"description": "FrontMCP plugins meta-package - installs all official plugins",
|
|
5
5
|
"author": "AgentFront <info@agentfront.dev>",
|
|
6
6
|
"homepage": "https://docs.agentfront.dev",
|
|
@@ -43,11 +43,14 @@
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
+
"engines": {
|
|
47
|
+
"node": ">=22.0.0"
|
|
48
|
+
},
|
|
46
49
|
"dependencies": {
|
|
47
|
-
"@frontmcp/plugin-cache": "0.
|
|
48
|
-
"@frontmcp/plugin-codecall": "0.
|
|
49
|
-
"@frontmcp/plugin-dashboard": "0.
|
|
50
|
-
"@frontmcp/plugin-remember": "0.
|
|
50
|
+
"@frontmcp/plugin-cache": "0.8.0",
|
|
51
|
+
"@frontmcp/plugin-codecall": "0.8.0",
|
|
52
|
+
"@frontmcp/plugin-dashboard": "0.8.0",
|
|
53
|
+
"@frontmcp/plugin-remember": "0.8.0"
|
|
51
54
|
},
|
|
52
55
|
"devDependencies": {
|
|
53
56
|
"reflect-metadata": "^0.2.2"
|