ak-gemini 1.0.58 → 1.0.59

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/index.js +1 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -229,6 +229,7 @@ async function seedWithExamples(examples) {
229
229
  if (this.examplesFile) {
230
230
  log.debug(`No examples provided, loading from file: ${this.examplesFile}`);
231
231
  try {
232
+ // @ts-ignore
232
233
  examples = await u.load(path.resolve(this.examplesFile), true);
233
234
  }
234
235
  catch (err) {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "ak-gemini",
3
3
  "author": "ak@mixpanel.com",
4
4
  "description": "AK's Generative AI Helper for doing... transforms",
5
- "version": "1.0.58",
5
+ "version": "1.0.59",
6
6
  "main": "index.js",
7
7
  "files": [
8
8
  "index.js",
@@ -52,7 +52,7 @@
52
52
  "license": "ISC",
53
53
  "dependencies": {
54
54
  "@google/genai": "^1.4.0",
55
- "ak-tools": "^1.0.64",
55
+ "ak-tools": "^1.1.1",
56
56
  "dotenv": "^16.5.0",
57
57
  "pino": "^9.7.0",
58
58
  "pino-pretty": "^13.0.0"