@promptbook/cli 0.89.0-9 → 0.92.0-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.
- package/README.md +9 -7
- package/esm/index.es.js +963 -616
- package/esm/index.es.js.map +1 -1
- package/esm/typings/servers.d.ts +40 -0
- package/esm/typings/src/_packages/core.index.d.ts +10 -4
- package/esm/typings/src/_packages/types.index.d.ts +18 -0
- package/esm/typings/src/_packages/utils.index.d.ts +4 -0
- package/esm/typings/src/cli/cli-commands/login.d.ts +0 -1
- package/esm/typings/src/cli/common/$provideLlmToolsForCli.d.ts +16 -3
- package/esm/typings/src/cli/test/ptbk.d.ts +1 -1
- package/esm/typings/src/commands/EXPECT/expectCommandParser.d.ts +2 -0
- package/esm/typings/src/config.d.ts +10 -19
- package/esm/typings/src/errors/0-index.d.ts +7 -4
- package/esm/typings/src/errors/PipelineExecutionError.d.ts +1 -1
- package/esm/typings/src/errors/WrappedError.d.ts +10 -0
- package/esm/typings/src/errors/assertsError.d.ts +11 -0
- package/esm/typings/src/execution/PromptbookFetch.d.ts +1 -1
- package/esm/typings/src/formats/csv/utils/isValidCsvString.d.ts +9 -0
- package/esm/typings/src/formats/csv/utils/isValidCsvString.test.d.ts +1 -0
- package/esm/typings/src/formats/json/utils/isValidJsonString.d.ts +3 -0
- package/esm/typings/src/formats/xml/utils/isValidXmlString.d.ts +9 -0
- package/esm/typings/src/formats/xml/utils/isValidXmlString.test.d.ts +1 -0
- package/esm/typings/src/llm-providers/_common/filterModels.d.ts +15 -0
- package/esm/typings/src/llm-providers/_common/register/{$provideEnvFilepath.d.ts → $provideEnvFilename.d.ts} +2 -2
- package/esm/typings/src/llm-providers/_common/register/$provideLlmToolsConfigurationFromEnv.d.ts +1 -1
- package/esm/typings/src/llm-providers/_common/register/$provideLlmToolsForTestingAndScriptsAndPlayground.d.ts +1 -1
- package/esm/typings/src/llm-providers/_common/register/$provideLlmToolsForWizzardOrCli.d.ts +11 -2
- package/esm/typings/src/llm-providers/_common/register/$provideLlmToolsFromEnv.d.ts +1 -1
- package/esm/typings/src/remote-server/openapi-types.d.ts +284 -0
- package/esm/typings/src/remote-server/openapi.d.ts +187 -0
- package/esm/typings/src/remote-server/socket-types/_subtypes/Identification.d.ts +7 -1
- package/esm/typings/src/remote-server/socket-types/_subtypes/identificationToPromptbookToken.d.ts +11 -0
- package/esm/typings/src/remote-server/socket-types/_subtypes/promptbookTokenToIdentification.d.ts +10 -0
- package/esm/typings/src/remote-server/startRemoteServer.d.ts +1 -2
- package/esm/typings/src/remote-server/types/RemoteServerOptions.d.ts +15 -9
- package/esm/typings/src/storage/env-storage/$EnvStorage.d.ts +40 -0
- package/esm/typings/src/types/typeAliases.d.ts +26 -0
- package/package.json +15 -11
- package/umd/index.umd.js +967 -620
- package/umd/index.umd.js.map +1 -1
- package/esm/typings/src/cli/test/ptbk2.d.ts +0 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.92.0-3",
|
|
4
4
|
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
@@ -43,34 +43,38 @@
|
|
|
43
43
|
"url": "https://github.com/webgptorg/promptbook/issues"
|
|
44
44
|
},
|
|
45
45
|
"homepage": "https://ptbk.io/",
|
|
46
|
+
"engines": {
|
|
47
|
+
"node": ">=16.0.0",
|
|
48
|
+
"npm": ">=8.0.0"
|
|
49
|
+
},
|
|
46
50
|
"dependencies": {
|
|
47
|
-
"@ai-sdk/deepseek": "
|
|
51
|
+
"@ai-sdk/deepseek": "0.1.6",
|
|
48
52
|
"@ai-sdk/google": "1.0.5",
|
|
49
53
|
"@anthropic-ai/sdk": "0.26.1",
|
|
50
54
|
"@azure/openai": "1.0.0-beta.12",
|
|
51
|
-
"@mozilla/readability": "0.
|
|
55
|
+
"@mozilla/readability": "0.6.0",
|
|
52
56
|
"colors": "1.4.0",
|
|
53
57
|
"commander": "12.0.0",
|
|
54
|
-
"crypto": "
|
|
58
|
+
"crypto": "1.0.1",
|
|
55
59
|
"crypto-js": "4.2.0",
|
|
56
60
|
"dotenv": "16.3.1",
|
|
57
|
-
"express": "
|
|
61
|
+
"express": "4.21.2",
|
|
62
|
+
"express-openapi-validator": "^5.4.9",
|
|
58
63
|
"glob-promise": "6.0.5",
|
|
59
64
|
"jsdom": "25.0.1",
|
|
60
|
-
"jszip": "
|
|
61
|
-
"markitdown-ts": "
|
|
65
|
+
"jszip": "3.10.1",
|
|
66
|
+
"markitdown-ts": "0.0.4",
|
|
62
67
|
"moment": "2.30.1",
|
|
63
68
|
"openai": "4.63.0",
|
|
64
69
|
"papaparse": "5.4.1",
|
|
65
70
|
"prettier": "2.8.1",
|
|
66
|
-
"prompts": "
|
|
67
|
-
"rxjs": "
|
|
71
|
+
"prompts": "2.4.2",
|
|
72
|
+
"rxjs": "7.8.1",
|
|
68
73
|
"showdown": "2.1.0",
|
|
69
74
|
"socket.io": "4.8.1",
|
|
70
75
|
"socket.io-client": "4.7.2",
|
|
71
76
|
"spacetrim": "0.11.59",
|
|
72
|
-
"swagger-
|
|
73
|
-
"swagger-ui-express": "^5.0.1",
|
|
77
|
+
"swagger-ui-express": "5.0.1",
|
|
74
78
|
"type-fest": "4.5.0",
|
|
75
79
|
"userhome": "1.0.1",
|
|
76
80
|
"waitasecond": "1.11.83"
|