@fireproof/core 0.19.112-dev-usefp → 0.19.112
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.cjs +1 -1
- package/index.cjs.map +1 -1
- package/index.global.js +1 -1
- package/index.global.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/metafile-cjs.json +1 -1
- package/metafile-esm.json +1 -1
- package/metafile-iife.json +1 -1
- package/package.json +1 -1
- package/react/index.cjs +9 -4
- package/react/index.cjs.map +1 -1
- package/react/index.d.cts +2 -1
- package/react/index.d.ts +2 -1
- package/react/index.js +9 -4
- package/react/index.js.map +1 -1
- package/react/metafile-cjs.json +1 -1
- package/react/metafile-esm.json +1 -1
- package/web/gateway-impl.cjs +1 -1
- package/web/gateway-impl.cjs.map +1 -1
- package/web/gateway-impl.js +1 -1
- package/web/gateway-impl.js.map +1 -1
- package/web/metafile-cjs.json +1 -1
- package/web/metafile-esm.json +1 -1
package/index.global.js
CHANGED
|
@@ -30845,7 +30845,7 @@ You can use close({ resize: true }) to resize header`);
|
|
|
30845
30845
|
|
|
30846
30846
|
// src/version.ts
|
|
30847
30847
|
var PACKAGE_VERSION = Object.keys({
|
|
30848
|
-
"0.19.112
|
|
30848
|
+
"0.19.112": "xxxx"
|
|
30849
30849
|
})[0];
|
|
30850
30850
|
return __toCommonJS(src_exports6);
|
|
30851
30851
|
})();
|