@vibes.diy/prompts 2.0.0-dev-cli-j → 2.0.0-dev-cli-k

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/llms/callai.js CHANGED
@@ -1,7 +1,6 @@
1
1
  export const callaiConfig = {
2
2
  name: "callai",
3
3
  label: "callAI",
4
- llmsTxtUrl: "https://use-fireproof.com/callai-llms.txt",
5
4
  module: "openrouter",
6
5
  description: "easy API for LLM requests with streaming support",
7
6
  importModule: "call-ai",
@@ -1 +1 @@
1
- {"version":3,"file":"callai.js","sourceRoot":"","sources":["../../jsr/llms/callai.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,YAAY,GAAc;IACrC,IAAI,EAAE,QAAQ;IACd,KAAK,EAAE,QAAQ;IACf,UAAU,EAAE,2CAA2C;IACvD,MAAM,EAAE,YAAY;IACpB,WAAW,EAAE,kDAAkD;IAC/D,YAAY,EAAE,SAAS;IACvB,UAAU,EAAE,QAAQ;CACrB,CAAC"}
1
+ {"version":3,"file":"callai.js","sourceRoot":"","sources":["../../jsr/llms/callai.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,YAAY,GAAc;IACrC,IAAI,EAAE,QAAQ;IACd,KAAK,EAAE,QAAQ;IACf,MAAM,EAAE,YAAY;IACpB,WAAW,EAAE,kDAAkD;IAC/D,YAAY,EAAE,SAAS;IACvB,UAAU,EAAE,QAAQ;CACrB,CAAC"}
package/llms/fireproof.js CHANGED
@@ -1,7 +1,6 @@
1
1
  export const fireproofConfig = {
2
2
  name: "fireproof",
3
3
  label: "useFireproof",
4
- llmsTxtUrl: "https://use-fireproof.com/llms-full.txt",
5
4
  module: "use-fireproof",
6
5
  description: "local-first database with encrypted live sync",
7
6
  importModule: "use-fireproof",
@@ -1 +1 @@
1
- {"version":3,"file":"fireproof.js","sourceRoot":"","sources":["../../jsr/llms/fireproof.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,eAAe,GAAc;IACxC,IAAI,EAAE,WAAW;IACjB,KAAK,EAAE,cAAc;IACrB,UAAU,EAAE,yCAAyC;IACrD,MAAM,EAAE,eAAe;IACvB,WAAW,EAAE,+CAA+C;IAC5D,YAAY,EAAE,eAAe;IAC7B,UAAU,EAAE,cAAc;CAC3B,CAAC"}
1
+ {"version":3,"file":"fireproof.js","sourceRoot":"","sources":["../../jsr/llms/fireproof.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,eAAe,GAAc;IACxC,IAAI,EAAE,WAAW;IACjB,KAAK,EAAE,cAAc;IACrB,MAAM,EAAE,eAAe;IACvB,WAAW,EAAE,+CAA+C;IAC5D,YAAY,EAAE,eAAe;IAC7B,UAAU,EAAE,cAAc;CAC3B,CAAC"}
package/llms/image-gen.js CHANGED
@@ -1,7 +1,6 @@
1
1
  export const imageGenConfig = {
2
2
  name: "image-gen",
3
3
  label: "Image Generation",
4
- llmsTxtUrl: "https://use-fireproof.com/imggen-llms.txt",
5
4
  module: "OpenAi",
6
5
  description: "Generate and edit images",
7
6
  importModule: "use-vibes",
@@ -1 +1 @@
1
- {"version":3,"file":"image-gen.js","sourceRoot":"","sources":["../../jsr/llms/image-gen.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,cAAc,GAAc;IACvC,IAAI,EAAE,WAAW;IACjB,KAAK,EAAE,kBAAkB;IACzB,UAAU,EAAE,2CAA2C;IACvD,MAAM,EAAE,QAAQ;IAChB,WAAW,EAAE,0BAA0B;IACvC,YAAY,EAAE,WAAW;IACzB,UAAU,EAAE,QAAQ;CACrB,CAAC"}
1
+ {"version":3,"file":"image-gen.js","sourceRoot":"","sources":["../../jsr/llms/image-gen.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,cAAc,GAAc;IACvC,IAAI,EAAE,WAAW;IACjB,KAAK,EAAE,kBAAkB;IACzB,MAAM,EAAE,QAAQ;IAChB,WAAW,EAAE,0BAA0B;IACvC,YAAY,EAAE,WAAW;IACzB,UAAU,EAAE,QAAQ;CACrB,CAAC"}
package/llms/types.d.ts CHANGED
@@ -6,5 +6,4 @@ export interface LlmConfig {
6
6
  importModule: string;
7
7
  importName: string;
8
8
  importType?: "named" | "namespace" | "default";
9
- llmsTxtUrl?: string;
10
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibes.diy/prompts",
3
- "version": "2.0.0-dev-cli-j",
3
+ "version": "2.0.0-dev-cli-k",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "description": "",
@@ -24,16 +24,16 @@
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
26
  "@adviser/cement": "~0.5.34",
27
- "@fireproof/core": "~0.24.15",
28
- "@fireproof/core-keybag": "~0.24.15",
29
- "@fireproof/core-runtime": "~0.24.15",
30
- "@fireproof/core-types-base": "~0.24.15",
31
- "@fireproof/core-types-protocols-cloud": "~0.24.15",
32
- "@fireproof/use-fireproof": "~0.24.15",
33
- "@vibes.diy/call-ai-v2": "^2.0.0-dev-cli-j",
34
- "@vibes.diy/use-vibes-types": "^2.0.0-dev-cli-j",
27
+ "@fireproof/core": "~0.24.16",
28
+ "@fireproof/core-keybag": "~0.24.16",
29
+ "@fireproof/core-runtime": "~0.24.16",
30
+ "@fireproof/core-types-base": "~0.24.16",
31
+ "@fireproof/core-types-protocols-cloud": "~0.24.16",
32
+ "@fireproof/use-fireproof": "~0.24.16",
33
+ "@vibes.diy/call-ai-v2": "^2.0.0-dev-cli-k",
34
+ "@vibes.diy/use-vibes-types": "^2.0.0-dev-cli-k",
35
35
  "arktype": "~2.2.0",
36
- "json-schema-faker": "~0.6.0"
36
+ "json-schema-faker": "~0.6.1"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "react": ">=19.1.0"