@gemindex/cli 1.2.0-next.1 → 1.2.0-next.2

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/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 1.2.0-next.2 (2025-12-29)
2
+
3
+ * Merge branch 'improve-file-names' into develop ([b7204ff](https://github.com/Ecube-Labs/gemindex/commit/b7204ff))
4
+ * fix(api): handle Gemini API metadata key filtering and casing issues ([b508d41](https://github.com/Ecube-Labs/gemindex/commit/b508d41))
5
+
1
6
  ## 1.2.0-next.1 (2025-12-29)
2
7
 
3
8
  * feat: implement pathToFilename function for safe filename conversion in sync and upload processes ([f522298](https://github.com/Ecube-Labs/gemindex/commit/f522298))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gemindex/cli",
3
- "version": "1.2.0-next.1",
3
+ "version": "1.2.0-next.2",
4
4
  "description": "CLI for syncing files to Gemini File Search stores",
5
5
  "type": "module",
6
6
  "license": "MIT",
Binary file