@valbuild/core 0.60.6 → 0.60.8

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.
@@ -1507,7 +1507,7 @@ var ValApi = /*#__PURE__*/function () {
1507
1507
  }, {
1508
1508
  key: "getEditUrl",
1509
1509
  value: function getEditUrl() {
1510
- return "/val";
1510
+ return "/api/val/static";
1511
1511
  }
1512
1512
  }, {
1513
1513
  key: "postPatches",
@@ -1507,7 +1507,7 @@ var ValApi = /*#__PURE__*/function () {
1507
1507
  }, {
1508
1508
  key: "getEditUrl",
1509
1509
  value: function getEditUrl() {
1510
- return "/val";
1510
+ return "/api/val/static";
1511
1511
  }
1512
1512
  }, {
1513
1513
  key: "postPatches",
@@ -1505,7 +1505,7 @@ var ValApi = /*#__PURE__*/function () {
1505
1505
  }, {
1506
1506
  key: "getEditUrl",
1507
1507
  value: function getEditUrl() {
1508
- return "/val";
1508
+ return "/api/val/static";
1509
1509
  }
1510
1510
  }, {
1511
1511
  key: "postPatches",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@valbuild/core",
3
- "version": "0.60.6",
3
+ "version": "0.60.8",
4
4
  "private": false,
5
5
  "description": "Val - supercharged hard-coded content",
6
6
  "scripts": {