@ibgib/web-gib 0.0.31 → 0.0.32

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.31";
13
+ export declare const AUTO_GENERATED_VERSION = "0.0.32";
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.31';
13
+ export const AUTO_GENERATED_VERSION = '0.0.32';
14
14
  //# sourceMappingURL=AUTO-GENERATED-version.mjs.map
package/dist/index.d.mts CHANGED
@@ -1,17 +1,2 @@
1
- /**
2
- * @ibgib/web-gib
3
- *
4
- * Front Door: Streamlined App Bootstrapping
5
- */
6
- export { bootstrapIbGibApp } from "./app-bootstrap/bootstrap.mjs";
7
- export { IbGibAmbientContextConfig, IbGibGlobalThis_IbGibApp } from "./app-bootstrap/types.mjs";
8
- export { initIbGibStorage, dynamicallyLoadBootstrapScript, getComponentCtorArg } from "./app-bootstrap/init-orchestration.mjs";
9
- /**
10
- * Toolbox: Library Internals
11
- * (Only export what's necessary for advanced users)
12
- */
13
- export * from "./constants.mjs";
14
- export * from "./types.mjs";
15
- export * from "./helpers.web.mjs";
16
- export * from "./helpers.mjs";
1
+ export {};
17
2
  //# sourceMappingURL=index.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/index.mts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EACH,iBAAiB,EACpB,MAAM,+BAA+B,CAAC;AAEvC,OAAO,EACH,yBAAyB,EACzB,wBAAwB,EAC3B,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EACH,gBAAgB,EAChB,8BAA8B,EAC9B,mBAAmB,EACtB,MAAM,wCAAwC,CAAC;AAEhD;;;GAGG;AACH,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/index.mts"],"names":[],"mappings":""}
package/dist/index.mjs CHANGED
@@ -1,16 +1,27 @@
1
- /**
2
- * @ibgib/web-gib
3
- *
4
- * Front Door: Streamlined App Bootstrapping
5
- */
6
- export { bootstrapIbGibApp } from "./app-bootstrap/bootstrap.mjs";
7
- export { initIbGibStorage, dynamicallyLoadBootstrapScript, getComponentCtorArg } from "./app-bootstrap/init-orchestration.mjs";
8
- /**
9
- * Toolbox: Library Internals
10
- * (Only export what's necessary for advanced users)
11
- */
12
- export * from "./constants.mjs";
13
- export * from "./types.mjs";
14
- export * from "./helpers.web.mjs";
15
- export * from "./helpers.mjs";
1
+ // /**
2
+ // * @ibgib/web-gib
3
+ // *
4
+ // * Front Door: Streamlined App Bootstrapping
5
+ // */
6
+ export {};
7
+ // export {
8
+ // bootstrapIbGibApp
9
+ // } from "./app-bootstrap/bootstrap.mjs";
10
+ // export {
11
+ // IbGibAmbientContextConfig,
12
+ // IbGibGlobalThis_IbGibApp
13
+ // } from "./app-bootstrap/types.mjs";
14
+ // export {
15
+ // initIbGibStorage,
16
+ // dynamicallyLoadBootstrapScript,
17
+ // getComponentCtorArg
18
+ // } from "./app-bootstrap/init-orchestration.mjs";
19
+ // /**
20
+ // * Toolbox: Library Internals
21
+ // * (Only export what's necessary for advanced users)
22
+ // */
23
+ // export * from "./constants.mjs";
24
+ // export * from "./types.mjs";
25
+ // export * from "./helpers.web.mjs";
26
+ // export * from "./helpers.mjs";
16
27
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.mts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EACH,iBAAiB,EACpB,MAAM,+BAA+B,CAAC;AAOvC,OAAO,EACH,gBAAgB,EAChB,8BAA8B,EAC9B,mBAAmB,EACtB,MAAM,wCAAwC,CAAC;AAEhD;;;GAGG;AACH,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC"}
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.mts"],"names":[],"mappings":"AAAA,MAAM;AACN,oBAAoB;AACpB,KAAK;AACL,+CAA+C;AAC/C,MAAM;;AAEN,WAAW;AACX,wBAAwB;AACxB,0CAA0C;AAE1C,WAAW;AACX,iCAAiC;AACjC,+BAA+B;AAC/B,sCAAsC;AAEtC,WAAW;AACX,wBAAwB;AACxB,sCAAsC;AACtC,0BAA0B;AAC1B,mDAAmD;AAEnD,MAAM;AACN,gCAAgC;AAChC,uDAAuD;AACvD,MAAM;AACN,mCAAmC;AACnC,+BAA+B;AAC/B,qCAAqC;AACrC,iCAAiC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibgib/web-gib",
3
- "version": "0.0.31",
3
+ "version": "0.0.32",
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",
@@ -49,10 +49,10 @@
49
49
  "license": "ISC",
50
50
  "dependencies": {
51
51
  "@google/genai": "^1.33.0",
52
- "@ibgib/core-gib": "^0.1.6",
52
+ "@ibgib/core-gib": "^0.1.51",
53
53
  "@ibgib/encrypt-gib": "^0.2.34",
54
54
  "@ibgib/helper-gib": "^0.0.33",
55
- "@ibgib/ts-gib": "^0.5.26"
55
+ "@ibgib/ts-gib": "^0.5.29"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@types/node": "^20.2.1"
@@ -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.31';
14
+ export const AUTO_GENERATED_VERSION = '0.0.32';
package/src/index.mts CHANGED
@@ -1,29 +1,29 @@
1
- /**
2
- * @ibgib/web-gib
3
- *
4
- * Front Door: Streamlined App Bootstrapping
5
- */
1
+ // /**
2
+ // * @ibgib/web-gib
3
+ // *
4
+ // * Front Door: Streamlined App Bootstrapping
5
+ // */
6
6
 
7
- export {
8
- bootstrapIbGibApp
9
- } from "./app-bootstrap/bootstrap.mjs";
7
+ // export {
8
+ // bootstrapIbGibApp
9
+ // } from "./app-bootstrap/bootstrap.mjs";
10
10
 
11
- export {
12
- IbGibAmbientContextConfig,
13
- IbGibGlobalThis_IbGibApp
14
- } from "./app-bootstrap/types.mjs";
11
+ // export {
12
+ // IbGibAmbientContextConfig,
13
+ // IbGibGlobalThis_IbGibApp
14
+ // } from "./app-bootstrap/types.mjs";
15
15
 
16
- export {
17
- initIbGibStorage,
18
- dynamicallyLoadBootstrapScript,
19
- getComponentCtorArg
20
- } from "./app-bootstrap/init-orchestration.mjs";
16
+ // export {
17
+ // initIbGibStorage,
18
+ // dynamicallyLoadBootstrapScript,
19
+ // getComponentCtorArg
20
+ // } from "./app-bootstrap/init-orchestration.mjs";
21
21
 
22
- /**
23
- * Toolbox: Library Internals
24
- * (Only export what's necessary for advanced users)
25
- */
26
- export * from "./constants.mjs";
27
- export * from "./types.mjs";
28
- export * from "./helpers.web.mjs";
29
- export * from "./helpers.mjs";
22
+ // /**
23
+ // * Toolbox: Library Internals
24
+ // * (Only export what's necessary for advanced users)
25
+ // */
26
+ // export * from "./constants.mjs";
27
+ // export * from "./types.mjs";
28
+ // export * from "./helpers.web.mjs";
29
+ // export * from "./helpers.mjs";