@schandlergarcia/sf-web-components 1.2.10 → 1.2.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schandlergarcia/sf-web-components",
3
- "version": "1.2.10",
3
+ "version": "1.2.11",
4
4
  "description": "Reusable Salesforce web components library with Tailwind CSS v4 and shadcn/ui",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -116,7 +116,7 @@ for (const file of files) {
116
116
  );
117
117
 
118
118
  if (subpathRegex.test(content)) {
119
- content = content.replace(subpathRegex, `from '@/components/library/lib'`);
119
+ content = content.replace(subpathRegex, `from '@/lib'`);
120
120
  modified = true;
121
121
  }
122
122