pasika 0.10.17 → 0.10.18

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.
@@ -1744,7 +1744,8 @@ var componentPlacementRule = {
1744
1744
  });
1745
1745
  return {
1746
1746
  Program(node) {
1747
- if (importsForeignFeature && segments[0] === "features" && currentFolder[0] !== "compositions") {
1747
+ if (importsForeignFeature && currentFolder[0] === "compositions") return;
1748
+ if (importsForeignFeature && segments[0] === "features") {
1748
1749
  context.report({
1749
1750
  node,
1750
1751
  loc: { line: 1, column: 0 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pasika",
3
- "version": "0.10.17",
3
+ "version": "0.10.18",
4
4
  "description": "Reusable agent setup package",
5
5
  "repository": {
6
6
  "type": "git",