@l10nmonster/helpers-anthropic 3.0.0-alpha.2 → 3.0.0-alpha.3

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -97,7 +97,7 @@ The test suite includes:
97
97
 
98
98
  ## Requirements
99
99
 
100
- - Node.js >= 18.0.0
100
+ - Node.js >= 22.11.0
101
101
  - Google Cloud Project with Vertex AI API enabled
102
102
  - Proper authentication setup for Google Cloud
103
103
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@l10nmonster/helpers-anthropic",
3
- "version": "3.0.0-alpha.2",
3
+ "version": "3.0.0-alpha.3",
4
4
  "description": "Anthropic Claude LLM provider for l10nmonster using Vertex AI",
5
5
  "type": "module",
6
6
  "main": "anthropicAgent.js",
@@ -16,7 +16,7 @@
16
16
  "@l10nmonster/core": "^3.0.0-alpha.0"
17
17
  },
18
18
  "engines": {
19
- "node": ">=18.0.0"
19
+ "node": ">=22.11.0"
20
20
  },
21
21
  "license": "MIT"
22
22
  }