eddev 0.2.17 → 0.2.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.
@@ -189,7 +189,7 @@ function createUseMutation(init) {
189
189
  case 0:
190
190
  setSubmitting(true);
191
191
  setSubmitted(false);
192
- url = process.serverless ? "/api/mutation/".concat(init.name) : "/wp-json/ed/v1/mutation/".concat(init.name);
192
+ url = process.serverless ? "/api/rest/mutation/".concat(init.name) : "/wp-json/ed/v1/mutation/".concat(init.name);
193
193
  _a.label = 1;
194
194
  case 1:
195
195
  _a.trys.push([1, 4, , 5]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eddev",
3
- "version": "0.2.17",
3
+ "version": "0.2.18",
4
4
  "main": "./index.js",
5
5
  "license": "MIT",
6
6
  "bin": {