@ibgib/web-gib 0.0.34 → 0.0.35

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,5 +1,15 @@
1
- # web-gib - CHANGELOG
1
+ # @ibgib/web-gib changelog
2
2
 
3
- ## v0.0.x
3
+ _note: as you implement features/fixes/etc., please document them here under the "Working Version" section. These will be moved to a concrete version number during the next publish._
4
+
5
+ ## Working Version
6
+ * progress: genai package dep testing chain build
7
+ * the package.json file no longer had a direct ref to @google/genai
8
+ or a dev dependency to node types. I'm trying to troubleshoot this by
9
+ adding back genai to package.json and doing a chain publish from web-gib.
10
+ I want to see if that chain publish is removing deps or if this happened
11
+ previously when we streamlined the monorepo.
12
+
13
+ ## 0.0.x
4
14
  * working on pulling out common app code from blank-gib into this lib
5
15
  for use among multiple apps.
@@ -10,5 +10,5 @@
10
10
  /**
11
11
  * this is the version of this package, auto-updated in the build process
12
12
  */
13
- export declare const AUTO_GENERATED_VERSION = "0.0.34";
13
+ export declare const AUTO_GENERATED_VERSION = "0.0.35";
14
14
  //# sourceMappingURL=AUTO-GENERATED-version.d.mts.map
@@ -10,5 +10,5 @@
10
10
  /**
11
11
  * this is the version of this package, auto-updated in the build process
12
12
  */
13
- export const AUTO_GENERATED_VERSION = '0.0.34';
13
+ export const AUTO_GENERATED_VERSION = '0.0.35';
14
14
  //# sourceMappingURL=AUTO-GENERATED-version.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibgib/web-gib",
3
- "version": "0.0.34",
3
+ "version": "0.0.35",
4
4
  "description": "Framework for creating agentic ibGib web apps. Contains plumbing for ibgib components, agentic framework (currently only Gemini implemented), web-based IndexedDB storage substrate, and more.",
5
5
  "funding": {
6
6
  "type": "individual",
@@ -48,12 +48,12 @@
48
48
  "author": "William Raiford",
49
49
  "license": "ISC",
50
50
  "dependencies": {
51
+ "@google/genai": "^1.33.0",
51
52
  "@ibgib/core-gib": "^0.1.53",
52
53
  "@ibgib/encrypt-gib": "^0.2.36",
53
54
  "@ibgib/helper-gib": "^0.0.35",
54
55
  "@ibgib/ts-gib": "^0.5.31"
55
56
  },
56
- "devDependencies": {},
57
57
  "engines": {
58
58
  "node": ">=19.0.0"
59
59
  },
@@ -11,4 +11,4 @@
11
11
  /**
12
12
  * this is the version of this package, auto-updated in the build process
13
13
  */
14
- export const AUTO_GENERATED_VERSION = '0.0.34';
14
+ export const AUTO_GENERATED_VERSION = '0.0.35';