@sciol/xyzen 0.0.5 → 0.0.6
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/dist/xyzen.es.js +2 -1
- package/dist/xyzen.umd.js +54 -54
- package/package.json +2 -2
package/dist/xyzen.es.js
CHANGED
|
@@ -76848,5 +76848,6 @@ function vae() {
|
|
|
76848
76848
|
);
|
|
76849
76849
|
}
|
|
76850
76850
|
export {
|
|
76851
|
-
vae as
|
|
76851
|
+
vae as Xyzen,
|
|
76852
|
+
Og as useXyzen
|
|
76852
76853
|
};
|