ide-assi 0.186.0 → 0.187.0
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/bundle.cjs.js
CHANGED
|
@@ -193338,7 +193338,7 @@ class IdeUtils
|
|
|
193338
193338
|
input
|
|
193339
193339
|
.split('/')
|
|
193340
193340
|
.slice(0, -1)
|
|
193341
|
-
.map(toCamelCase)
|
|
193341
|
+
.map(IdeUtils.toCamelCase)
|
|
193342
193342
|
.join('.');
|
|
193343
193343
|
|
|
193344
193344
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -193334,7 +193334,7 @@ class IdeUtils
|
|
|
193334
193334
|
input
|
|
193335
193335
|
.split('/')
|
|
193336
193336
|
.slice(0, -1)
|
|
193337
|
-
.map(toCamelCase)
|
|
193337
|
+
.map(IdeUtils.toCamelCase)
|
|
193338
193338
|
.join('.');
|
|
193339
193339
|
|
|
193340
193340
|
|
package/package.json
CHANGED