use-vibes 0.12.6-dev2 → 0.12.6-dev3

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.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { ImgGen, type ImgGenProps, useFireproof, fireproof, ImgFile, callAI, callAi, type Fireproof, type CallAI, } from '@vibes.diy/use-vibes-base';
1
+ export { ImgGen, type ImgGenProps, useFireproof, fireproof, ImgFile, toCloud, callAI, callAi, type Fireproof, type CallAI, } from '@vibes.diy/use-vibes-base';
2
2
  export interface RuntimeError {
3
3
  type: string;
4
4
  message: string;
package/index.js CHANGED
@@ -1,2 +1,2 @@
1
- export { ImgGen, useFireproof, fireproof, ImgFile, callAI, callAi, } from '@vibes.diy/use-vibes-base';
1
+ export { ImgGen, useFireproof, fireproof, ImgFile, toCloud, callAI, callAi, } from '@vibes.diy/use-vibes-base';
2
2
  //# sourceMappingURL=index.js.map
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../jsr/index.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,MAAM,EAIN,YAAY,EACZ,SAAS,EACT,OAAO,EAGP,MAAM,EACN,MAAM,GAKP,MAAM,2BAA2B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../jsr/index.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,MAAM,EAIN,YAAY,EACZ,SAAS,EACT,OAAO,EACP,OAAO,EAGP,MAAM,EACN,MAAM,GAKP,MAAM,2BAA2B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "use-vibes",
3
- "version": "0.12.6-dev2",
3
+ "version": "0.12.6-dev3",
4
4
  "type": "module",
5
5
  "description": "Transform any DOM element into an AI-powered micro-app",
6
6
  "keywords": [
@@ -18,7 +18,7 @@
18
18
  ],
19
19
  "license": "Apache-2.0",
20
20
  "dependencies": {
21
- "@vibes.diy/use-vibes-base": "^0.12.6-dev2",
21
+ "@vibes.diy/use-vibes-base": "^0.12.6-dev3",
22
22
  "react-dom": "^19.1.1"
23
23
  },
24
24
  "peerDependencies": {