@jahia/cypress 7.2.0 → 7.3.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.
@@ -142,6 +142,6 @@ var copyNode = function (pathOrId, destParentPathOrId, destName, apolloOptions)
142
142
  pathOrId: pathOrId,
143
143
  destParentPathOrId: destParentPathOrId,
144
144
  destName: destName
145
- }, mutationFile: 'graphql/copyNode.graphql' }));
145
+ }, mutationFile: 'graphql/jcr/mutation/copyNode.graphql' }));
146
146
  };
147
147
  exports.copyNode = copyNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jahia/cypress",
3
- "version": "7.2.0",
3
+ "version": "7.3.0",
4
4
  "scripts": {
5
5
  "build": "tsc",
6
6
  "lint": "eslint src -c .eslintrc.json --ext .ts --max-warnings=0"
@@ -179,6 +179,6 @@ export const copyNode = (pathOrId: string, destParentPathOrId: string, destName?
179
179
  destParentPathOrId: destParentPathOrId,
180
180
  destName: destName
181
181
  },
182
- mutationFile: 'graphql/copyNode.graphql'
182
+ mutationFile: 'graphql/jcr/mutation/copyNode.graphql'
183
183
  });
184
184
  };