@ibgib/web-gib 0.0.65 → 0.0.67

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.
@@ -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.65";
13
+ export declare const AUTO_GENERATED_VERSION = "0.0.67";
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.65';
13
+ export const AUTO_GENERATED_VERSION = '0.0.67';
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.65",
3
+ "version": "0.0.67",
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",
@@ -29,10 +29,10 @@
29
29
  "license": "ISC",
30
30
  "dependencies": {
31
31
  "@google/genai": "^1.33.0",
32
- "@ibgib/core-gib": "^0.1.79",
33
- "@ibgib/encrypt-gib": "^0.3.2",
34
- "@ibgib/helper-gib": "^0.0.38",
35
- "@ibgib/ts-gib": "^0.5.35"
32
+ "@ibgib/core-gib": "^0.1.81",
33
+ "@ibgib/encrypt-gib": "^0.3.3",
34
+ "@ibgib/helper-gib": "^0.0.39",
35
+ "@ibgib/ts-gib": "^0.5.36"
36
36
  },
37
37
  "engines": {
38
38
  "node": ">=19.0.0"
@@ -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.65';
14
+ export const AUTO_GENERATED_VERSION = '0.0.67';