openprompt-lang 1.2.1 → 1.2.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openprompt-lang",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "PromptLang CLI — Context Engine de anotaciones para desarrollo asistido por IA",
5
5
  "type": "module",
6
6
  "main": "./bin/cli.js",
@@ -28,7 +28,7 @@ function getServerVersion() {
28
28
  }
29
29
  }
30
30
 
31
- const SUPPORTED_PROTOCOL_VERSIONS = ["2024-11-05"]
31
+ const SUPPORTED_PROTOCOL_VERSIONS = ["2024-11-05", "1.0", "1.0.0", "0.1.0"]
32
32
  const LATEST_PROTOCOL_VERSION = SUPPORTED_PROTOCOL_VERSIONS[0]
33
33
 
34
34
  const SERVER_INFO = {
@@ -19,7 +19,7 @@ function getServerVersion() {
19
19
  }
20
20
  }
21
21
 
22
- const SUPPORTED_PROTOCOL_VERSIONS = ["2024-11-05"]
22
+ const SUPPORTED_PROTOCOL_VERSIONS = ["2024-11-05", "1.0", "1.0.0", "0.1.0"]
23
23
  const LATEST_PROTOCOL_VERSION = SUPPORTED_PROTOCOL_VERSIONS[0]
24
24
 
25
25
  const SERVER_INFO = {