ak-gemini 1.0.3 → 1.0.4
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/index.cjs +31 -41350
- package/package.json +2 -2
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.
|
|
5
|
+
"version": "1.0.4",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"files": [
|
|
8
8
|
"index.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"update-deps": "npx npm-check-updates -u && npm install",
|
|
37
37
|
"prune": "rm -rf tmp/*",
|
|
38
38
|
"test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js",
|
|
39
|
-
"build:cjs": "esbuild index.js --bundle --platform=node --format=cjs --outfile=index.cjs"
|
|
39
|
+
"build:cjs": "esbuild index.js --bundle --platform=node --format=cjs --outfile=index.cjs --external:@google/genai --external:ak-tools --external:dotenv --external:pino-pretty --external:pino"
|
|
40
40
|
},
|
|
41
41
|
"type": "module",
|
|
42
42
|
"keywords": [
|