@popp0102/questify 0.0.4 → 0.0.5

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.
Files changed (2) hide show
  1. package/dist/questify.js +1 -0
  2. package/package.json +1 -1
package/dist/questify.js CHANGED
@@ -651,6 +651,7 @@ function hr({ problems: C, children: R }) {
651
651
  return /* @__PURE__ */ Y.jsx(mr.Provider, { value: P, children: R });
652
652
  }
653
653
  export {
654
+ mr as ProgressContext,
654
655
  hr as ProgressContextProvider,
655
656
  yr as default
656
657
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@popp0102/questify",
3
3
  "private": false,
4
- "version": "0.0.4",
4
+ "version": "0.0.5",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite --config config/vite.config.ts public",