@valbuild/shared 0.60.24 → 0.61.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.
@@ -2084,7 +2084,7 @@ var ValStore = /*#__PURE__*/function () {
2084
2084
  data: data
2085
2085
  });
2086
2086
  return _context.abrupt("return", fp.result.err({
2087
- message: "Could not fetch data. Could not find the module: " + moduleId + ". Verify that the module id and file name is correct."
2087
+ message: "Could not fetch data.\nCould not find the module:\n" + moduleId + "\n\nVerify that the val.modules file includes this module."
2088
2088
  }));
2089
2089
  case 10:
2090
2090
  fetchedSource = data.value.modules[moduleId].source;
@@ -2084,7 +2084,7 @@ var ValStore = /*#__PURE__*/function () {
2084
2084
  data: data
2085
2085
  });
2086
2086
  return _context.abrupt("return", fp.result.err({
2087
- message: "Could not fetch data. Could not find the module: " + moduleId + ". Verify that the module id and file name is correct."
2087
+ message: "Could not fetch data.\nCould not find the module:\n" + moduleId + "\n\nVerify that the val.modules file includes this module."
2088
2088
  }));
2089
2089
  case 10:
2090
2090
  fetchedSource = data.value.modules[moduleId].source;
@@ -2060,7 +2060,7 @@ var ValStore = /*#__PURE__*/function () {
2060
2060
  data: data
2061
2061
  });
2062
2062
  return _context.abrupt("return", result.err({
2063
- message: "Could not fetch data. Could not find the module: " + moduleId + ". Verify that the module id and file name is correct."
2063
+ message: "Could not fetch data.\nCould not find the module:\n" + moduleId + "\n\nVerify that the val.modules file includes this module."
2064
2064
  }));
2065
2065
  case 10:
2066
2066
  fetchedSource = data.value.modules[moduleId].source;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@valbuild/shared",
3
- "version": "0.60.24",
3
+ "version": "0.61.0",
4
4
  "private": false,
5
5
  "description": "Val shared types and utilities",
6
6
  "scripts": {
@@ -29,7 +29,7 @@
29
29
  "exports": true
30
30
  },
31
31
  "dependencies": {
32
- "@valbuild/core": "~0.60.24",
32
+ "@valbuild/core": "~0.61.0",
33
33
  "marked": "^9.0.3",
34
34
  "zod": "^3.22.4"
35
35
  },