@gera2ld/pb-datacenter 0.0.22 → 0.1.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.
@@ -26,7 +26,7 @@ export declare function fetchProvider(name: string): Promise<{
26
26
  } | null | undefined;
27
27
  options?: Record<string, any> | null | undefined;
28
28
  }>;
29
- export declare const cachedFetchProvider: import("@gera2ld/async-memo").CachedFunction<[name: string], {
29
+ export declare const cachedFetchProvider: import("@gera2ld/async-memo").AsyncMemoContext<[name: string], {
30
30
  name: string;
31
31
  enabled: boolean;
32
32
  handler: string;
package/dist/souls.d.ts CHANGED
@@ -117,7 +117,7 @@ export declare function fetchSoul(name: string): Promise<{
117
117
  temperature?: number | undefined;
118
118
  } | null | undefined;
119
119
  }>;
120
- export declare const cachedFetchSoul: import("@gera2ld/async-memo").CachedFunction<[name: string], {
120
+ export declare const cachedFetchSoul: import("@gera2ld/async-memo").AsyncMemoContext<[name: string], {
121
121
  id: string;
122
122
  name: string;
123
123
  basePrompt: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gera2ld/pb-datacenter",
3
- "version": "0.0.22",
3
+ "version": "0.1.0",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "exports": {
@@ -20,10 +20,10 @@
20
20
  "@gera2ld/common-node": "^0.0.20"
21
21
  },
22
22
  "dependencies": {
23
- "@gera2ld/async-memo": "^1.0.0",
24
- "es-toolkit": "^1.45.1",
25
- "pocketbase": "^0.26.8",
26
- "zod": "^4.3.6"
23
+ "@gera2ld/async-memo": "^2.0.1",
24
+ "es-toolkit": "^1.49.0",
25
+ "pocketbase": "^0.27.0",
26
+ "zod": "^4.4.3"
27
27
  },
28
28
  "scripts": {
29
29
  "clean": "del-cli dist tsconfig.tsbuildinfo",