@catalystsoftware/ui 1.0.0 → 1.0.2
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/README.md +0 -7
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -29864,7 +29864,7 @@ async function showFreeMenu() {
|
|
|
29864
29864
|
}
|
|
29865
29865
|
async function getComponentsData(includePremium) {
|
|
29866
29866
|
try {
|
|
29867
|
-
const dataPath = path2.join(__dirname2, "
|
|
29867
|
+
const dataPath = path2.join(__dirname2, "data", "data.tsx");
|
|
29868
29868
|
const dataUrl = pathToFileURL(dataPath).href;
|
|
29869
29869
|
const { combinedBoth } = await import(dataUrl);
|
|
29870
29870
|
return combinedBoth.filter((comp) => includePremium || comp.premium === false);
|
package/package.json
CHANGED