@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 CHANGED
@@ -1,7 +0,0 @@
1
- # Link globally for testing
2
- npm link
3
-
4
- # Now you can test it like users would
5
- npx @catalystsoftware/ui
6
- npx @catalystsoftware/ui Ch3w*acca66
7
- npx @catalystsoftware/ui button
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, "..", "data", "data.tsx");
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@catalystsoftware/ui",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Catalyst UI Component Library CLI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -47,4 +47,4 @@
47
47
  "engines": {
48
48
  "node": ">=18.0.0"
49
49
  }
50
- }
50
+ }