@frontmcp/nx 1.0.0-beta.9 → 1.0.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.
@@ -5,7 +5,7 @@ Description: '<%= className %> FrontMCP Server'
5
5
  Globals:
6
6
  Function:
7
7
  Timeout: 30
8
- Runtime: nodejs22.x
8
+ Runtime: nodejs24.x
9
9
  MemorySize: 256
10
10
 
11
11
  Resources:
@@ -4,7 +4,7 @@
4
4
  "private": true,
5
5
  "license": "MIT",
6
6
  "engines": {
7
- "node": ">=22.0.0"
7
+ "node": ">=24.0.0"
8
8
  },
9
9
  "workspaces": [
10
10
  "apps/*",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontmcp/nx",
3
- "version": "1.0.0-beta.9",
3
+ "version": "1.0.0",
4
4
  "description": "Nx plugin for FrontMCP — generators and executors for building MCP servers",
5
5
  "author": "AgentFront <info@agentfront.dev>",
6
6
  "homepage": "https://docs.agentfront.dev",
@@ -30,10 +30,10 @@
30
30
  "generators": "./generators.json",
31
31
  "executors": "./executors.json",
32
32
  "engines": {
33
- "node": ">=22.0.0"
33
+ "node": ">=24.0.0"
34
34
  },
35
35
  "dependencies": {
36
- "@frontmcp/skills": "1.0.0-beta.9",
36
+ "@frontmcp/skills": "1.0.0",
37
37
  "@nx/devkit": "22.3.3",
38
38
  "tslib": "^2.3.0"
39
39
  },