@dataloop-ai/components 0.20.95 → 0.20.97

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": "@dataloop-ai/components",
3
- "version": "0.20.95",
3
+ "version": "0.20.97",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -182,7 +182,7 @@ export default defineComponent({
182
182
  try {
183
183
  publicPath = process.env.BASE_URL ?? ''
184
184
  } catch (err) {
185
- // skip in case 'process' is not defined
185
+ publicPath = '/node_modules/@dataloop-ai'
186
186
  }
187
187
 
188
188
  if (publicPath.endsWith('/')) {