@valbuild/core 0.50.0 → 0.51.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.
@@ -1419,7 +1419,7 @@ var ValApi = /*#__PURE__*/function () {
1419
1419
  }, {
1420
1420
  key: "getEditUrl",
1421
1421
  value: function getEditUrl() {
1422
- return "".concat(this.host, "/static/edit");
1422
+ return "/val";
1423
1423
  }
1424
1424
  }, {
1425
1425
  key: "postPatches",
@@ -1419,7 +1419,7 @@ var ValApi = /*#__PURE__*/function () {
1419
1419
  }, {
1420
1420
  key: "getEditUrl",
1421
1421
  value: function getEditUrl() {
1422
- return "".concat(this.host, "/static/edit");
1422
+ return "/val";
1423
1423
  }
1424
1424
  }, {
1425
1425
  key: "postPatches",
@@ -1417,7 +1417,7 @@ var ValApi = /*#__PURE__*/function () {
1417
1417
  }, {
1418
1418
  key: "getEditUrl",
1419
1419
  value: function getEditUrl() {
1420
- return "".concat(this.host, "/static/edit");
1420
+ return "/val";
1421
1421
  }
1422
1422
  }, {
1423
1423
  key: "postPatches",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@valbuild/core",
3
- "version": "0.50.0",
3
+ "version": "0.51.0",
4
4
  "private": false,
5
5
  "description": "Val - supercharged hard-coded content",
6
6
  "scripts": {